body {
  margin:0;
  padding:0;
  font-family: Georgia, "Times New Roman", Times, serif;
  background-color: #005100;
}

#page {
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
	width:90%;
	min-width:620px;
	color:#FFFFFF;
	background-color: #000051;
	border:2px;
	border-color:#006400;
	border-style:solid;
}

#header {
	padding-bottom:10px;
	text-align:center;
	border-bottom:1px;
	border-bottom-color:#006400;
	border-bottom-style:solid;
}

#footer {
	text-align:center;
	padding-bottom:5px;
	font-size:11px;
	border-top:1px;
	border-top-color:#006400;
	border-top-style:solid;
}

#footer span{
	font-size:9px;
}

#content {
	top:auto;
	text-align:center;
	margin:4 15px 4 15px;
}

#content li {
	list-style-type:none;
}

#content span {
	top:auto;
	font-style:italic;
}

#contentLeft {
	text-align: justify;
	text-indent: 20px;
	margin:4 15px 4 15px;
	padding:0 20px 0 20px;
}

#content,#contentLeft img {
	text-align:center;
}

.clearP {
	clear:both;
}

#pageNav {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-bottom:1px;
	border-bottom-color:#006400;
	border-bottom-style:solid;
	padding:10px 0 10px 0;
}

#pageNav ul {
	padding: 0; 
	margin: 0;
	border-bottom: 1px #006400;
	font: 1em sans-serif;
}

#pageNav ul li {
	list-style-type: none; 
	display: inline;
	font-weight:bold;
	position: relative;
	margin: 0; 
	padding:10px 0px 0px 0px;
}

#pageNav ul ul {
	display: none;
}

#pageNav ul li > a {
	/*display: block;*/ 
	text-decoration: none;
	font-weight: bold; 
	/*background:#006400;*/
	padding:10px 16px 10px 16px;
}

#pageNav ul li:hover {
	background:#006400;
}

#pageNav ul li:hover > ul {
	background:#006400;
	padding:5px 0px 5px 0px;
	display: block; 
	position: absolute;
	font-weight:bold; 
	top: 30px; 
	left: 0px;
}

#pageNav li.sub > a {
	display: block; 
	text-decoration: none;
	font-weight: bold; 
	background:#006400;
	padding:5px 15px 5px 15px;
}

#pageNav li a:hover {
	border:none;
	text-decoration:underline;
	background-color:#005100;
}

a {
	color:#CCCCCC;
	text-decoration: none;
	border:none;
}

a:hover {
	border:none;
	text-decoration:underline;
	font-weight:bold;
}


.floatLeft {
	float:left;
	margin:10px;
}

.floatRight {
	float:right;
}