BODY {
	background-color: #c3d680;
	background-image: url(images/benchmarkBG.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	color: #000000;
	width:99%;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	left:5px;
	margin-bottom:0px;
	position:absolute;
	height:97%;
}

#wrapper {
	background-color: #FFFFFF;
	padding:5px;
	height:96%;
}
html>body #wrapper {
	background-color: #FFFFFF;
	padding:5px;
	height:96%;
	width:99%;
	margin-left:auto;
	margin-right:auto;
}



#header {
	height:90px;
	clear:both;
}
#logo {
	float:left;
	text-align:center;
	padding-left:7px;
	padding-right:10px;
	height: 90px;
	width:320px;
}
#navigation {
	float:right;
	width:65%;
	height: 90px;
	clear:right;
}
#navigationadvert {
	background-color: #c3d680;
	background-image: url(images/benchmarkHeaderAdvert.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;height:65px;
	text-align: right;
	line-height:65px;
	height:65px;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	color:#FFFFFF;
	font-size:16px;
}
#navigationmenu {
	background-color: #999999;
	background-image: url(images/benchmarkMenu.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height:25px;
	text-align: left;
	padding-left:20px;
	line-height:25px;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	font-size: 7.2pt;
}
#navigationmenu ul {
	padding: 0px;
	line-height:25px;
	margin:0px;
}	
#navigationmenu li {
	list-style-type:none;
	display:inline;
	padding-right: 0.4em;
	padding-left: 0.4em;
	text-transform:uppercase;
}
html>body #navigationmenu li {
	list-style-type:none;
	display:inline;
	padding-right: 0.7em;
	padding-left: 0.7em;
	text-transform:uppercase;
}

#navigationmenu a {
	color:#FFFFFF;
	font-weight:lighter;
	text-decoration:none;
}
#navigationmenu a.active {
	color:#a6c51f;
	font-weight:bold;
	text-decoration:none;
}
#navigationmenu a:hover {
	color:#e6f0b7;
	text-decoration:none;
}

#content {
	padding: 10px;
	padding-top:30px;
}
.intropage {
/*	line-height:200%;
*/	padding:10px;
	font-size:80%;
}
.intropage h4 {
	font-size:110%;
}
.intropage ul {
	line-height:220%;
}
#content.frontpage {
	padding: 0px;
	padding-top:20px;
}
#content a {
	text-decoration:underline;
	font-weight:bold;
	color:#000000;
}
#content a:hover {
	text-decoration:none;
	font-weight:bold;
	color:#a6c51f;
}
a img {
	border: none;
}
a:hover img {
	border: none;
	filter: alpha(opacity= 70); -moz-opacity:0.7; opacity: 0.7;
}
a:hover img.nohover {
	border: none;
	filter: alpha(opacity= 100); -moz-opacity:1.0; opacity: 1.0;
}
#content p {
	margin-top:0px;
	padding-top:0px;
	width:85%;
	text-align:justify;
	line-height:1.5em;
}
#content h1 {
	font-size:1.8em;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
	margin-top:1.6em;
}
#content .alert {
	color:#a6c51f;
	font-weight:bold;
	font-size:1.2em;
}
.uppercase {
	text-transform:uppercase;
	font-size:90%;
	line-height: 1em;
}
.frontpageupper {
	text-transform:uppercase;
}
#content .frontpagelinks {
	font-size:80%;
	font-weight:bold;
}
#content .frontpagelinks a {
	font-weight:normal;
	text-decoration:underline;
	color:#000000;
}
#content .frontpagelinks a:hover {
	font-weight:normal;
	text-decoration:none;
	color:#000000;
}
#footer {
	font-size:75%;
	text-transform:uppercase;
}

