/* CSS Document */

html {
	margin:0px;
	padding:0px;
	border:none;
	}

body {
	background-color:#CBD6C9;
	background-repeat:no-repeat;
	font-family:Verdana, Tahoma, Arial, sans-serif;
	margin: 0 auto;
}

#page {
	width: 750px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	top:-175px;
}

#header {
	position:relative;
	top:180px;
	color:#5f7559;
}

#header img {
	border:none;
	float:left;
}

.image1 {
	padding:10px;
	position:relative;
	top:-180px;
}

.headerTitle {
	position:relative;
	top:-130px;
	text-align:center;
	font-size:2.5em;
	font-style:italic;
	font-weight:normal;
}

.docBody {
	background-color:#dde4db;
}

#navleft {
	clear:left;
	float: left;
	margin: 15px;
	font-size:1.1em;
	font-weight:bold;
	text-align:left;
}

#navTop {		/*margin: 40px 15px 15px 15px;*/
	clear:both;
	
	font-size:1em;
	font-weight:bold;
	text-align:center;
}

#navBottom {
	clear:both;
	margin: 15px;
	font-size:1em;
	font-weight:bold;
	text-align:center;
}

ul {
	list-style-type: none;
	margin-left: 10px;
	margin-right: 5px;	
}

li {
	padding-top:8px;
	font-size: 1.1em;
	color: #000099;
	font-style: italic;
}

a {
	color: #000099;
	text-decoration: none;
	border:none;
}

a:hover {
	border:none;
	text-decoration:underline;
}

.content p {
	font-size: 1em;
	font-family:"Times New Roman", Times, serif;
	text-indent: 2em;
	text-align:center;
	color: #5f7559;
	margin: 10px;
	font-style: italic;
}

h3 {
	color: #f00;
	text-align:center;
	font-size:.7em;
}

.bluLarge {
	color:#000099;
	font-size: 1.1em;
}

h4 {
	color: #5f7559;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	margin: 10px;
	font-style:italic;
	font-size:1.4em;
	font-weight:bold;
}

.content img {
	margin-right:10px;
	margin-left:10px;
	border:0px;
	border:none;
}

.clearP {
	clear:both;
}

.imgLeft {
	float:left;
}

.imgRight {
	float:right;
}

#footer {
	clear: both;
	text-align:center;
	font-size:.7em;	
}
