
/**********************
 OVERALL LAYOUT
***********************/

body {
	margin: 14px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #bbb url(images/bodyback.gif) repeat-x center top;
}

#skiptomain {
	display: none;
}

#wrapper {
	position: absolute;
	width: 780px;
	left: 50%;
	margin-left: -390px;
	text-align: center;
	font-size: 0.85em;
}

#pagecontainer {
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 780px;
}

#header {
	width: 760px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 5px 10px;
}

	#headerleft {
		width: 450px;
		margin: 0px 30px 0px 0px;
		padding: 0px 0px 2px 0px;
		float: left;
		text-align: left;
	}

	#headerright {
		width: 280px;
		margin: 25px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		float: right;
		text-align: right;
	}

#topnav {
	width: 760px;
	margin: 1px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
}

#topimage {
	width: 780px;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}

#mainpage {
	width: 760px;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 0px 10px;
	background: #fff;
	min-height: 300px;
	height: auto;
	}
	/* for Internet Explorer */
	/*\*/
	* html #mainpage {
	height: 300px;
	}
	/**/
	

	#mainpageleft {
		width: 540px;
		margin: 0px 20px 0px 0px;
		padding: 0px 0px 0px 0px;
		float: left;
		text-align: left;
	}

	#mainpageright {
		width: 200px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		float: right;
		text-align: left;
	}

#footer {
	width: 760px;
	margin: 0px 0px 0px 0px;
	padding: 20px 10px 0px 10px;
	background: #fff;
}

	#footerinner {
		width: 760px;
		margin: 0px 0px 0px 0px;
		padding: 5px 0px 10px 0px;
		background: #eef;
	}

		#footer1 {
			margin: 0px 0px 0px 0px;
			padding: 5px 10px 0px 10px;
			width: 175px;
			float: left;
			text-align: left;
		}

		#footer2 {
			margin: 0px 0px 0px 0px;
			padding: 5px 10px 0px 10px;
			width: 175px;
			float: left;
			text-align: left;
		}

		#footer3 {
			margin: 0px 0px 0px 0px;
			padding: 5px 10px 0px 10px;
			width: 175px;
			float: left;
			text-align: left;
		}

		#footer4 {
			margin: 0px 0px 0px 0px;
			padding: 5px 10px 0px 0px;
			width: 165px;
			float: left;
			text-align: left;
		}

#belowfooter {
	width: 780px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	background: #fff;
	text-align: center;
}

/*****************
 BODY FONT
 *****************/

body, table {
	font-family:  verdana, "Bitstream Vera Sans", geneva, arial, helvetica, helve, sans-serif;
	font-size: 16px;
}


/**********************
BODY FONT HACK FOR IE
 **********************/

* html body, * html table  {
	font-family:  verdana, "Bitstream Vera Sans", geneva, arial, helvetica, helve, sans-serif;
	font-size: medium;
}

/*****************
 FONTS
*****************/

#topnav { font-size: 0.9em; }
#headerleft { font-size: 0.8em; color: #ccd; }
#headerright { font-size: 0.8em; color: #ccd; }
#mainpageleft { font-size: 0.9em; color: #000; line-height: 1.5em; }
#mainpageright { font-size: 0.9em; color: #000; }
#footer { font-size: 0.8em; color: #000; line-height: 1.4em; }
#belowfooter { font-size: 0.8em; color: #000; }

/*****************
 HEADINGS
 *****************/

h1 { font-size: 1.4em; display:block; color: #036; font-weight: normal; margin: 0px 0px 5px 0px;}
h2 { font-size: 1.2em; color: #369; display: block;  margin: 5px 0px 5px 0px; padding: 5px 0px 0px 0px;}
h3 { font-size: 1.1em; display:block; margin: 0px 0px 0px 0px; padding: 5px 0px 5px 0px;}
h4 { font-size: 1.0em; display:block; margin: 0px 0px 0px 0px; padding: 5px 0px 5px 0px;}


/*****************
 BREAKS
 *****************/

br.breaker { clear: both; }

/*****************
 PARAGRAPHS
 *****************/

p { margin: 5px 0px 5px 0px; }

/*****************
 LINKS
 *****************/

#header a:link{ color: #ccd; text-decoration: none }
#header a:visited{ color: #ccd; text-decoration: none }
#header a:hover{ color: #eef; text-decoration: none }

#mainpage a:link{ color: #036; text-decoration: underline }
#mainpage a:visited{ color: #036; text-decoration: underline }
#mainpage a:hover{ color: #369; text-decoration: underline }

#footer a:link{ color: #036; text-decoration: underline }
#footer a:visited{ color: #036; text-decoration: underline }
#footer a:hover{ color: #369; text-decoration: underline }

#belowfooter a:link{ color: #333; text-decoration: underline }
#belowfooter a:visited{ color: #333; text-decoration: underline }
#belowfooter a:hover{ color: #46b; text-decoration: underline }


/*****************
 IMAGE BORDERS
 *****************/

img {
	border: none
	}


/*****************
 TOP OF PAGE NAV LIST
*****************/

#topnav ul {
	margin: 0px;
	padding: 0px;
	width: 760px;
}

	#topnav ul li {
		list-style: none;
		margin: 0px 2px 0px 0px;
		padding: 11px 0px 0px 0px;
		float: left;
		text-align: center;
		height: 23px;
	}
	
		#topnav ul li#tna { width: 110px;  background: url(/images/tna-off.gif) no-repeat left top; }
		#topnav ul li#tnb { width: 185px; background: url(/images/tnb-off.gif) no-repeat left top; }
		#topnav ul li#tnc { width: 110px; background: url(/images/tnc-off.gif) no-repeat left top; }
		#topnav ul li#tnd { width: 110px; background: url(/images/tnd-off.gif) no-repeat left top; }
		#topnav ul li#tne { width: 130px; background: url(/images/tne-off.gif) no-repeat left top; }
		#topnav ul li#tnf { width: 90px; background: url(/images/tnf-off.gif) no-repeat left top; }
		
		#topnav ul li#tna.active { width: 110px;  background: url(/images/tna-on.gif) no-repeat left top; }
		#topnav ul li#tnb.active { width: 185px; background: url(/images/tnb-on.gif) no-repeat left top; }
		#topnav ul li#tnc.active { width: 110px; background: url(/images/tnc-on.gif) no-repeat left top; }
		#topnav ul li#tnd.active { width: 110px; background: url(/images/tnd-on.gif) no-repeat left top; }
		#topnav ul li#tne.active { width: 130px; background: url(/images/tne-on.gif) no-repeat left top; }
		#topnav ul li#tnf.active { width: 90px; background: url(/images/tnf-on.gif) no-repeat left top; }
	
		#topnav ul a:link, #topnav ul a:visited {
			font-weight: bold;
			text-decoration: none;
			color: #000;
		}
		
		#topnav ul a:hover {
			color: #fff;
			text-decoration: none;
		}
		
		#topnav ul li.active a:hover {
			color: #46b;
			text-decoration: none;
		}


/*****************
 IMAGE FLOATS
 *****************/

img.floatleft {
	float: left;
	margin: 0px 10px 10px 0px;
}

img.floatright {
	float: right;
	margin: 0px 0px 10px 10px;
}

/*****************
 NO MARGIN UL
 *****************/

UL.nomargin {
margin: 0px 0px 0px 0px;
padding: 3px 3px 3px 3px;
}

UL.nomargin LI {
margin: 0px 0px 0px 12px;
padding: 0px 0px 0px 0px;
}

/*****************
 BLOCKS
 *****************/
 
div.blockitem {
	width: 200px;
	height: 200px;
	margin: 10px 0px 0px 10px;
	padding: 0px;
	float: right;
	background: #fff url(images/postit.gif) no-repeat top center;
	text-align: left;
   }
   
div.blockitem p {
	padding: 0px 10px 0px 40px;
   }


div.rhsblock {
	width: 200px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	float: right;
	text-align: left;
	
   }
   
div.rhsblock h3 { 
	display: block; 
	font-size: 1.0em; 
	font-weight: normal; 
	color: #fff; 
	margin: 0px 0px 3px 0px; 
	padding: 7px 0px 15px 15px; 
	background: url(images/butplain.gif) no-repeat left top;
}

div.rhsblock p {
	padding: 0px 10px;
   }
 
 div.rhsblock p.percentage {
 	font-size: 3.0em;
   }