body {
	background: url(images/style/bodyback/blue.jpg) repeat scroll center top;
	vertical-align: top;
	margin: 10 auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#Wrapper {
	background: url(images/style/fake_column.jpg) repeat-y;
	width: 1000px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}

#PrintTitle {
	display: none;
}

#Masthead {
	width: 1000px;
	float: left;
	color: #FFFFFF;
}

#Title {
	width: 635px;
	float: left;
	margin-right: 10px;
}

#Feature {
	width: 335px;
	float: left;
	background: #088d14;
	text-align: center;
	margin: 5px 0 0 0;
	padding: 5px;
	height: 85px;
	font-size: 15px;
}

#Feature a, #Feature a:visited {
	color: #FFFFFF;
}

#Feature a:hover {
	color: #000000;
}

#Navigation, #Content {
	margin: 0;
	padding: 10px 0 0 0;	
	float: left;
}

#Navigation {
	background: #088d14;
	width: 150px;
	text-align: center;
}

#Navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	font-weight: bold;
	color: #FFFFFF;
}

#Navigation ul li {
	position: relative;
}

#Navigation ul li:hover {
	color: #000000;
}

#Navigation li ul {
	position: absolute;
	left: 150px;
	top: 0;
	display: none;
}

#Navigation ul li a {
	display: block;
	text-decoration: none;
	color: inherit;
	background: inherit;
	padding: 5px;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

#Navigation li:hover ul { 
	display: block; 
	background: #088d14;
	color: #FFFFFF;
}

#Navigation a {
	color: #FFFFFF;
}

#Navigation a:hover {
	color: #000000;
}

#Leftnav {
	background: url(images/style/leftnav/rotator.php) center top;
	width: 150px;
	height: 400px;
	margin: 0;
	padding: 0;
}

#Address {
	padding: 5px 0;
	font-size: 10px;
	color: #FFFFFF;
}

#Content {
	width: 800px;
	padding: 0 25px;
	color: #333300;
}

#Content a {
	color: #333300;
	font-weight: bold;
}

#Content a:hover {
	color: #656600;
	font-weight: bold;
}

#Content .collapsable a {
	color: #333300;
	font-weight: 100;
}

#Content .collapsable a:hover {
	color: #656600;
	font-weight: 100;
}

#Bread {
	width: 350px;
	padding-top: 3px;
	float: right;
	font-size: 11px;
	text-align: right;
}

h1 {
	font-size: 30px;
	margin: 10px 0 0 0;
	padding: 0;
}

h1 a {
	text-decoration: none;
}

h2 {
	margin: 10px 0;
	padding: 0;
	font-size: 22px;
}

h2 a {
	text-decoration: none;
}

.Current, .Current a {
	text-decoration: underline;
}

h3 {
	font-size: 19px;
}

blockquote h4 {
	display: inline;
}

.urgent {
	color: #990000;
	font-weight: bold;
	font-size: 19px;
	text-decoration: none;
}

.boxout {
	float: left;
	margin: 0 20px 10px 0;
}

.boxoutr {
	float: right;
	margin: 0 0 10px 20px;
}

#news {
	float: right;
	margin: 0 0 10px 20px;
	border-top: 2px solid #000000;
	border-left: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-right: 0;
	width: 200px;
	text-align: right;
}

.collapsable {
	display: inline;
} 

img {
	border-color: #333300;
}

table {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	text-align: center;
}

caption {
	padding: 0 0 10px;
	font: bold;
	text-decoration: underline;
}

th, td {
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 5px;
}

.formlabel {
	padding-right: 10px;
	width: 190px;
	float: left;
	text-align: right;
	font-weight: bold; 
}

#Footer {
	font-size: 12px;
	text-align: center;
}

.separator {
	clear: both;
	height: 0;
}


