/* mac hide \*/
html, body {height:100%}
/* end hide*/
body {
	padding:0;
	margin:0;
	color: #000000;
	background-color:#5F8F00;
}



#outer{
	min-height:100%;/*for mozilla as IE treats height as min-height anyway*/
	margin-left: 268px;
	background-color: #FFFF99;
	border-left:1px solid #000;
	margin-bottom:-52px;
	color: #000000;
	padding:0;
	}
	
#centrecontent {
margin:0;
padding:0;
padding-left: 30px;
padding-right: 30px;
padding-top: 15px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:black;
margin-bottom:40px;
}

#centrecontent ul {
line-height:15px;
margin-top:-10px;
padding-top:-10px;
}

#centrecontent li {
padding-top:6px;
}

a img
{
border: none;
margin:20px;
}

#centrecontent h3 {
font-size:24px}

#centrecontent h4 {
font-size:18px}

#centrecontent h5 {
font-size:14px}

#centrecontent h6 {
margin-bottom:-35px;
font-size:16px;
}


* html #outer{height:100%;margin-left:268px}/* ie 3 pixel jog*/ 
#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:150px;
	background: #ffffc0;
	overflow:hidden;
	color: #000000;
	padding:0;
	border-bottom: 1px solid black;
}

#table {
padding:2px;
}

td {
padding-right:20px;}

#left {
	position:relative;/*ie needs this to show float */
	text-align:right;
	background-color: #5F8F00;
	width:268px;
	float:left;
	margin-top: 20px;
	margin-left:-268px;/*must be 1px less than width otherwise won't push footer down */
	padding-top:150px;/*needed to make room for header*/
	left:-1px/* line things up exactly*/;
}
* html #left {margin-right:-3px;}
/* three pixel jog*/
#left ul {padding-left:40px;
padding-right:40px;
list-style-type:none;
line-height:25px;
}

#left a {color: #FFFF77}

#footer {
padding-top:16px;
	width:100%;
	clear:both;
	height:40px;
	border-top:1px solid #000;
	background-color: #FFCC33;
	color: #006600;
	text-align:center;
	position:relative;
}
* html #footer {/*only ie gets this style*/
	\height:42px;/* for ie5 */
	he\ight:40px;/* for ie6 */
}
#clearheader{height:150px;}/*needed to make room for header*/
#clearfooter{clear:both;height:40px;}/*needed to make room for footer*/
div,p  {margin-top:0}/*clear top margin for mozilla*/
* html #centrecontent {height:1%;margin-bottom:12px}/* combat IE's 3 pixel jog */
