body {
	background-color: #003;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
}

#header {
	background-color:#FFF;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #63F;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #63F;
}

.header {
	font-size: 28pt;
	font-weight: 900;
	text-align: center;
	font-family: Arial, Helvetica, Courier, mono;
	color: #63F;
}

#left {
	color:#000000;
	background-color:#63F;
	min-height: 1200px;
	padding-top: 5px;	
}
#left .pagenav a {
	display:block;
	background-color: #FFF;
	padding: 3px;
	padding-left: 20px;
	color: black;
	border: 1px solid #63F;
	font-weight: 300;
}
#left .pagenav a:hover {
	background-color: #FFC;
	font-weight:bold;
	padding-left: 25px;
}
#right {
	color:#000000;
	background-color:#63F;
	min-height: 1200px;
	padding-top: 5px;
}
#right .sitenav a {
	display:block;
	background-color: #FFF;
	padding: 3px;
	padding-left: 10px;
	color: black;
	border: 1px solid #63F;
	font-weight: 300;
}
#right .sitenav a:hover { 
	background-color: #FFFFCC; 
	font-weight:bold; 
	padding-left: 10px; 
}
#content {
	color: black;
	background-color: #FFF;
	text-align: justify;
	line-height: 1.25em;
}
h4 {
	padding-left: 15px;
	text-decoration: underline;
	font-stretch: extra-expanded;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	
}
li {
	padding-left: 30px;
}
.pdf a:link  {
	padding-left: 100px;
	text-decoration: underline;
	color: #FF0000;
}
.pdf a:hover{
	font-weight:bold;
}
.pdf a:visited { 
	padding-left: 100px;
	color: #666666; 
}	
.text {
	background-color:#FFF;
	padding-left: 20px;
	padding-right: 60px;
}
.text a:link { 
	color: #FF0000; 
	font-stretch:extra-expanded;  
}
.footer {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-align:center;
	padding-top: 5px;
	background-color: #63F;
	border: 1px solid #63F;
	clear: both;
}
.footer a:link {
	color: #000000;
	text-decoration: none;
}

