/* CSS Document */


body  {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000066;
	background-color: #D9BC90;
	margin-top: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0px;
	}

#container {
	width: 770px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(Graphics/parch5.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	padding-left: 20px;
	margin-left: auto;
	}
	
#header {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	}
	
#mainContent {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 20px;
	float: right;
	padding-right: 15px;
	}	

#image {
	float: left;
	height: 350px;
	width: 200px;
	margin-right: 10px;
	}

#footer {
	padding: 0 10px 0 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	}

a:link {
	color: #000066;
	text-decoration: none;
	font-size: 1.0em;
	}
	
a:visited {
	color: #000066;
	text-decoration: none;
	font-size: 1.0em;
	}
	
a:hover {
	color: #AA7D39;
	font-size: 1.0em;
	text-decoration: underline;
	}

.initialcap {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: bold;
	color: #FF6600;
	}