/*EOF*/

a { color: #333333; text-decoration: underline; }

a:hover { color: #990000; text-decoration: underline; }

body {
	background-color: #333333;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 15px;
}

em { font-weight: bold; font-style: normal; }

h2 {
	font-size: 22px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 3px;
	text-decoration: overline;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: underline;
}

img { border-style: none; }

.contentblock {
	border: 1px solid #333333;
	background-color: #ffffff;
	vertical-align: top;
	text-align: left;
	padding: 2px 20px 2px 20px;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 220px;
}

.contentblock2 {
	border: 1px solid #333333;
	background-color: #ffffff;
	vertical-align: top;
	text-align: center;
	padding: 2px 20px 2px 20px;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 10px;
}

.formbtns {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	background-color: #CFD4E6;
	text-transform: uppercase;
	border: 1px #333333 solid;
}

.formstyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	background-color: #CFD4E6;
	border: 1px #333333 solid;
}

.leftnavheader {
	border: 1px solid #666666;
	padding: 2px 2px 2px 2px;
	margin: 5px 5px 1px 5px;
	background-color: #333333;
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

#container {
	border: 1px solid #333333;
	width: 700px;
	background-color: #660000;
	padding: 6px;
	height: 100%;
}

#footer {
	margin-top: 6px;
	clear: both; /* FIXED MAJOR LAYOUT ISSUE */
	border: 1px solid #333333;
	background-color: #CCCCCC;
	color: #333333;
	vertical-align: top;
	text-align: right;
	padding: 4px;
	padding-right: 15px;
	font-weight: bold;
	font-size: 10px;
	letter-spacing: 1px;
}

#header {
	background-image: url("banner.jpg");
	border: 1px solid #333333;
	background-color: #CCCCCC;
	color: #FFFFFF;
	vertical-align: bottom;
	text-align: left;
	height: 80px;
	padding: 10px;
}

#leftnav {
	float: left;
	border: 1px solid #333333;
	background-color: #CCCCCC;
	text-align: left;
	width: 210px;
	margin-top: 6px;
	margin-bottom: 6px;
}

#leftnav a:link, #leftnav a:visited, #leftnav a:active {
	display: block;
	color: #333333;
	padding: 0px 5px 0px 5px;
	border: 1px solid #CCCCCC;
	text-decoration: none; /*lets remove the link underlines*/
}

#leftnav a:hover {
	display: block;
	padding: 0px 5px 0px 5px;
	border: 1px solid #333333;
	background: #990000;
	color: #CCCCCC;
	text-decoration: none; /*lets remove the link underlines*/
}

#leftnav li { width: 200px; }

#leftnav ul {
	margin: 0;
	padding: 0px 5px 0px 5px;
	list-style-type: none;
}

#topnav {
	border: 1px solid #333333;
	background-color: #CCCCCC;
	vertical-align: top;
	text-align: center;
	padding: 3px 16px 3px 16px;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 1px;
	margin-top: 6px;
}

#topnav a:link, #topnav a:visited, #topnav a:active {
	text-transform: uppercase;
	text-decoration: none;
	background-color: #CCCCCC;
	padding: 3px 16px 3px 16px;
	color: #333333;
}

#topnav a:hover {
	background-color: #990000;
	border-left: 1px #333333 solid;
	border-right: 1px #333333 solid;
	text-decoration: none;
	color: #CCCCCC;
}
