/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:760px;/* for mozilla*/
	background-color: transparent;
	background:  url('images/contentbg.gif') repeat-y center;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#outer{
	height:100%;
	min-height:100%;
	width:760px;
	text-align:left;
	margin:auto;
	position:relative
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:760px;
}
#header{
	position:absolute;
	top:0;
	left:0px;
	width:760px;
	height:119px;
	overflow:hidden;
	z-index:100;
	background:  url('images/header.png') no-repeat center;
}
#left {
	position:relative;/*ie needs this to show float */
	height: 350px;
	float:left;
	margin-top:130px;/*needed to make room for header*/
	padding-bottom:30px;/* needed to make room for footer */
	width:120px;
	border-right: 1px solid #022484;
}

#left p {padding-left:3px;padding-right:2px}

#footer {
	width:760px;
	clear:both;
	height:30px;
	background-color: transparent;
	color: #000000;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;

}

#footleft {
	padding-left: 10px;
	float: left;
	text-align:left;
	font-size: 10px;
}

#footright {
	padding-right: 10px;
	float: right;
	text-align: right;
}

* html #footer {/*only ie gets this style*/
	\height:30px;/* for ie5 */
	he\ight:30px;/* for ie6 */
}

div, p  {margin-top:0}/*clear top margin for mozilla*/

#clearfooter {width:100%;height:30px;clear:both} /* to clear footer */

#centrecontent {
	width:600px;
	float:right;
	padding-top:120px;
	padding-bottom:30px;/* needed to make room for footer */
}

.helpimage {
	margin: 10px 0 0 0;
}
/* --------------------------------------------------------------------------- */
#nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 125px;
	}

#nav ul{
	margin-left: 0;
	padding-left: 0;
	height: 100%;
}
	
#nav li {
	list-style: none;
	}

#nav li a {
	width: 129px;
	display: block;
	margin-top: 2px;
	text-align: center;
	font-family:Tahoma, Verdana, Arial;
	text-decoration:none;
	color: #000;
	font-size: 11px;
	}

* html #nav li a {/*only ie gets this style*/
	\width:100px;/* for ie5 */
	wi\dth:100px;/* for ie6 */
}

#nav li a.first { border-left: none;}

#nav li a:hover {
	text-decoration: underline;
	}
.ited a {text-decoration: none; color: #666666; cursor:default;}

#nav p {
position: relative;
padding-top: 50px;
padding-left: 12px;
font-size: 9px;}

/* __________________________________________________________ */
#centrecontent h1 {padding: 0; margin: 0; padding:10px 0 2px 3px;font-size: 1.6em;}
#centrecontent h2 {padding: 0; margin: 0; padding:5px 0 2px 3px;font-size: 1.4em;}
#centrecontent h3 {padding: 0; margin: 0; padding:5px 0 2px 3px;font-size: 1.2em;}
#centrecontent h4 {padding: 0; margin: 0; padding:5px 0 2px 3px;font-size: 1.2em;}
#centrecontent h5 {padding: 0; margin: 0; padding:5px 0 2px 3px;font-size: 1.2em;}
#centrecontent p {padding: 0; margin: 0; padding:5px 0 2px 3px;font-size: 1em;}