@charset "utf-8";
body {
	background-color:#FFFCE3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#maincontainer {
	width:955px;
	height:600px;
	margin: auto;	
}

#banner {
	width:955px;
	height:86px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
}
#banneraddress {
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 240px;
	float: right;
	margin: 9px;
	text-align: justify;
	margin-top: 10px;
}

#mainnavigation {
	width:955px;
	height:23px;
	background-image: url(images/mainnavigation.gif);
	background-repeat: repeat-x;
}

#mainnavigation ul {
	padding: 0 0 0 10px;
	margin: 0;
	height: 23px;
	width: 955px;	
	overflow:auto;
}
#mainnavigation li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 0;
}
#mainnavigation a, #mainnavigation a:visited, img.navigation {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	height: 23px;
	vertical-align:middle;
}
img.navigation {
	height: 22px;
	vertical-align:middle;
	margin-left: 5px;
}

#mainnavigation a:hover{
	color: white;
	text-decoration: underline;
}
#mainnavigation a.selected{
	color: #EFEFEF;
	font-weight: bolder;
}
/* Content */
#contentheader {
	width:955px;
	height:9px;
}

#contentback {
	width:955px;
	background-image: url(images/contentback.jpg);
	background-repeat: repeat-y;
	height:auto;
	font-size:12px;
	padding: 0 10px;
	margin 0;
}
#content {
	width:935px;
	padding: 0;
	overflow:auto;
	text-align:justify;
}
#content a, #content a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #336633;
}
#content a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
	margin: 0 0 2px 0;
	font-size: 120%;
	font-weight: bold;
	color: #006600;
}
#contentfooter {
	width:955px;
	height:19px;
}
/* Page Footer */
#generalfooter {
	width:955px;
	height:auto;
	overflow:auto;
}
#generalfooter ul {
	float: right;
	margin: 0;
	padding: 0;
	clear:both;
}
#generalfooter li {
	float: left;
	list-style-type: none;
	margin-right: 10px;
}
#generalfooter a, #generalfooter a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #336633;
}
#generalfooter a:hover {
	text-decoration: underline;
}
