/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	height: auto;
	width: auto;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #666666;
	background-color: #666666;
	text-align: center;
}

#wrapper {
	width: auto;
	border: 1px solid #FF0000;
	text-align: left;
	background-image: none;
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #0099FF;
	background-color: #000000;
}

#banner{
	height: auto;
	background-image: none;
	background-repeat: no-repeat;
	font-family: Garamond;
	font-size: 72px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #000000;
	background-position: center;
	text-align: center;
	width: auto;
	border: 1px solid #0033FF;
}

#leftcol #nav{
	border-bottom: 1px solid #000000;
}

#leftcol #nav ul {
	margin: 0; 
	padding: 0;
	background-color: transparent;
	list-style-type: none;
	font-size: 80%;
	border: 1px solid #000000;
}

#leftcol #nav ul li{
	display: inline;
	padding: 0;
	margin: 0;
}

#leftcol #nav ul li a{
	background-color: #869BCC;
	border-bottom: 1px solid #000000;
	color: #000000;
	display: block;
	padding: 4px 0 6px 4px;
	text-decoration: none; 
	height: 1%;
}

#leftcol #nav a:hover, #leftcol #nav a:focus { 
	background-color: #FF0000;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
}

#top #subnav{
	/*border-bottom: 1px solid #000000;*/
	margin-left: 200px;
}

#top #subnav ul {
	padding: 0;
	margin: 0;
	background-color: transparent;
}

#top #subnav ul li{
	display: inline;
	padding: 0px;
	margin: 0px;
}

#top #subnav ul li a{
	font-size: 80%;
	color: #000000;
	background-color: #869BCC;
	text-decoration: none;
	padding: 0 15px 0 15px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-align: center;
	width: 9em;
}

#top #subnav a:hover, #top #subnav a:focus { 
	background-color: #003366;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	color: #ffffff;
}

#content{
	margin-left: 200px;
}

#content p{
	font-size: 80%;
	margin: 20px;
}

#content h1{
	font-size: 130%;
	color: #990000;
	padding: 0;
	margin: 20px;
}

#content h2{
	font-size: 110%;
	color: #990000;
	padding: 0;
	margin: 20px;
}

#content h3{
	font-size: 80%;
	font-weight: bold;
	padding: 0;
	margin: 20px;
}

#content h4{
	font-size: 80%;
	font-style: italic;
	padding: 0;
	margin: 20px;
}

#content th{
	font-size: 110%;
	color: #990000;
	padding: 10px;
}

#content td{
	padding: 5px;
}

#content caption{
	font-size: 80%;
	padding: 0;
}

.color{
	font-size: 80%;
	background-color: #990000;
}

.name{
	font-size: 80%;
	font-weight: bold;
	font-style: italic;
}

.namecenter{
	font-size: 80%;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

.center{
	font-size: 80%;
	text-align: center;
}

.image{
	float: none;
	margin: 10px;
	border: 1px solid #000000;
}

.leftimage{
	float: left;
	margin: 0 10px 20px 0;
	border: 1px solid #000000;
}

.rightimage{
	float: right;
	margin: 0 0 20px 10px;
	border: 1px solid #000000;
}

.clearit{
	clear: both;
}

#footer{
	clear: both;
	background-color: #000000;
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#footer p{
	font-size: 12px;
	padding: 3px;
}

#footer a{
	color: #ffffff;
}

#footer a:hover, #footer a:focus{
	color: #000000;
}

#leftcol{
	margin: 20px 0 20px 10px;
	float: left;
	width: 170px;
}

.container{
	width: 99%;
	float: right;
}

.containercenter{
	width: 99%;
	float: right;
	text-align: center;
}

.containerimage{
	width: 99%;
	float: right;
	text-align: center;
	margin-right: 2px;
	margin-bottom: 15px;
	border: 1px solid #000000;
}
