/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
#wrapper {
	width: 700px;
}

#navigationtrail {
	font-size: .8em;
	line-height: 1.5em;
	font-weight: bold;
	text-align: left;
	height: 25px;
	width: 99%;
	padding-left: 10px;
	position: relative;
}

#maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
	padding: 0px 10px 0px 0px;
	float: right;
	position: relative;
	top: 10px;
	clear: left;
	margin: 0px;
	text-indent: 0px;
	white-space: normal;
	left: 10px;
	right: auto;
	bottom: auto;
	width: 70%;
	overflow: visible;
	color: #000000;
}
#footer {
	width: 700px;
}

#leftnav {
	background-color: #44599A;
	padding: 10px;
	float: left;
	width: 17%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	text-decoration: none;
}
#topnav1 {
	text-align: left;
	height: 25px;
	width: 49%;
	font-size: 0.8em;
	font-weight: bold;
	padding-left: 10px;
	line-height: 1.5em;
	float: left;
	clear: both;
}
#imgtop {
	width: 100%;
	clear: left;
	background-position: left;
	height: 50px;
}

#topnav2 {
	font-size: 0.8em;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	height: 25px;
	width: 49%;
	line-height: 1.5em;
	float: right;
	background-position: right;
	clear: both;
}
#leftnav a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
}
#leftnav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFCC99;
	display: block;
	text-decoration: none;
}
#leftnav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	display: block;
	background-color: #CCCCCC;
	text-decoration: none;
}
	
#maintext a:link {
	color: #CC6600;
}
#maintext a:visited {
	color: #CC6600;
}
#maintext a:hover {
	color: #CC6600;
}
#navigationtrail a:active {
	color: #CC6600;
}
#navigationtrail a:link {
	color: #CC6600;
}
#navigationtrail a:visited {
	color: #CC6600;
}
#navigationtrail a:hover {
	color: #CC6600;
}
#navigationtrail a:active {
	color: #CC6600;
}
#topnav1 a:link {
	color: #CC6600;
}
#topnav1 a:visited {
	color: #CC6600;
}
#topnav1 a:hover {
	color: #CC6600;
}
#topnav1 a:active {
	color: #CC6600;
}
#topnav2 a:link {
	color: #CC6600;
}
#topnav2 a:visited {
	color: #CC6600;
}
#topnav2 a:hover {
	color: #CC6600;
}
#topnav2 a:active {
	color: #CC6600;
}