/* commented backslash hides from ie5mac \*/ 
html{height:100%;margin:0;padding:0} 
/* end hack */ 
html,body {
	padding:0;
	margin:0;
}
body{	
	text-align:center;
	min-width:760px;/* for mozilla*/
	background-color: #FFF;
	color: #000000;
	height:100%;
}

a
{
	color: blue;
	text-decoration: underline;
}

a:hover
{
	color: black;
	text-decoration: none;
}

p
{
	font-size: 12px;
	font-family: 'Verdana';
}

li
{
	margin-top: 3px;
	font-size: 12px;
	font-family: 'Verdana';
}

h2
{
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	background: #3500A6;
	color: white;
	padding-left: 5px;
	font-family: 'Arial';
}

.standout
{
font-size: 20px;
font-weight: bold;
font: arial;
}

#outer{
	height: 99.9%;
	min-height: 100%;
	width: 758px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	color: #000000;
	text-align: left;
	margin: auto;
	position: relative;
	background: #E8E6E7;
	position: relative;
	overflow: visible;
}
/* mac hide \*/
* html #outer{width:760px}
/* end hide*/
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#macinner{
	width:100%;
	background:  url(images/2colcentredbg-mac.jpg) repeat-y center center;
} 


#header{
	position:absolute;
	top:0;
	left:-1px;
	width:758px;
	height:100px;
	border:none;
	overflow:hidden;
	color: #000000;
	z-index:100;
}
/* mac hide \*/
* html #outer, * html #header {width:760px}
/* end hide*/


#left {
	position:relative;/*ie needs this to show float */
	width:125px;
	float:left;
	padding-top:102px;/*needed to make room for header*/
	
}
#left p {padding-left:3px;padding-right:2px}

.menu1{
	display: block;
	width: 116px;
	padding: 4px 1px 4px 10px;
	margin: 0;
	font-size: 14px;
	font-family: 'verdana';
	font-weight: normal;
	border: none;
	}

.menu1:hover{
	color: black;
	width: 116px;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	padding: 3px 0px 3px 9px;
	margin: 0;
	background: #F2F2F2;
}
	
#footer {
	width: 758px;
	clear: both;
	height: 20px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #C1C1C1;
	color: black;
	text-align: center;
	left: 0;
	bottom: 0;
	position: absolute;
	font-size: 10px;
}
* html #footer{margin-bottom:-1px}/* ie rounding bug*/
/* mac hide \*/
* html #footer {/*only ie gets this style*/
	height:20px;/* for ie*/
}
/* end hide*/
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width: 626px;
	float: right;
	margin-top: 106px; /*make room for header*/
	margin-bottom: 4px;
	border-left: 1px solid #3400A4;
	padding-left: 6px;
}
#centrecontent p {padding-left:3px}

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