/* mac hide*/
html, body {height:100%}
/* end hide */
html,body {
	padding:0;
	margin:0;
}
body{	
	text-align:center;
	min-width:783px;/* for mozilla*/
	color: #000000; 
	background: #F0F0F0; 
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#outer{
	height:99.9%;
	min-height:100%;
	width:781px;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	background: url(images/mainbg.gif) repeat-y center center;
	position:relative;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header{
	position:absolute;
	top:0;
	left:-1px;
	width:740px;
	margin: 0 20px 0 21px;
	height:119px;
	background:#F5F5F5 url(images/logobg.gif);
	overflow:hidden;
	color: #000000;
	z-index:100;
}
	#header .logo {
		position: relative;
		top: 31px;
		left: 13px;
	}
#left {
	position:relative;/*ie needs this to show float */
	width:160px;
	float:left;
	padding-top:119px;/*needed to make room for header*/
}
#left .content {padding-left:21px;padding-right:1px}
	.menulink {
		position: relative;
		padding: 3px 0;
		background: #D5EAF1;
		border-top: 1px solid #3094B1;
		border-bottom: 1px solid #3094B1;
		color: #058DB4;
		font-size: 12px;
		height: 1%;
	}

#footer {
	width:740px;
	margin: 0 20px 0 21px;
	padding-top: 16px;
	clear:both;
	height:50px;
	background: #F3F3F3 url(images/footertopbg.gif) top left repeat-x;
	color: #000000;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
	font-size:x-small;
}
* html #footer{margin-bottom:-1px}/* ie rounding bug*/
* html #footer {/*only ie gets this style*/
	height:52px;/* for ie5 */
	height:50px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:621px;
	float:right;
	padding-top:119px;/*make room for header*/
}
#centrecontent .content {padding: 11px 37px 0 16px;}

#clearfooter {width:100%;height:52px;clear:both} /* to clear footer */
html >body #minHeight{float:left;width:0px;height:100%;margin-bottom:-52px;} /*safari wrapper */

a:link, a:visited { color: #348399; text-decoration: none; }
a:hover, a:active { text-decoration: underline; }
h1 { font-size: 18px; }
a img { border: 0; }