/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:760px;/* for mozilla*/
	background-color: #cadef1;
	
	color: #000000;
}
#outer{
	height:100%;
	min-height:100%;
	width:757px;
	border-left:1px solid #cadef1;
	border-right:1px solid #cadef1;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	background:  url(images/centredbg.jpg) repeat-y center center;
	background-color:#cadef1;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:750px;
	/*border: 1px dotted red;*/
}
#header{
	position:absolute;
	top:0;
	left:-1px;
	width:758px;
	height:243px;
	background:#8ec5f8;
	border:0px solid #cadef1;
	overflow:hidden;
	color: #000000;
	z-index:100;
}
#left {
	position:relative;/*ie needs this to show float */
	width:110px;
	float:left;
	padding-top:2px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
	margin-top: 245px;
	background-color:#cadef1;
}
#left p {padding-left:3px;padding-right:2px}
#right p {padding-left:4px;padding-right:2px}

#right {
	position:relative;/*ie needs this to show float */
	width:1px;
	float:right;
	padding-top:2px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
	background-color:#cadef1;
	margin-top: 245px;
}

#footer {
	width:758px;
	clear:both;
	height:50px;
	border-top:0px solid #cadef1;
	border-bottom:0px solid #cadef1;
	background-color: #cadef1;
	color: #000000;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
	font-size:.8em;

}
* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:630px;
	float:right;
	padding-top:2px;
	padding-bottom:32px;/* needed to make room for footer */
	margin-top:245px;
	background-color:#cadef1;
	/*border: 1px solid green;*/
}
#centrecontent p {
padding-left:3px;
text-indent: 5px;}

#clearfooter {width:100%;height:52px;clear:both} /* to clear footer */

img
{border:none;}

#navcontainer { width: 105px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 105px;
background-color: #cadef1;
background-image: url(img/nav-bkgnd5.jpg);
border: 3px groove #8ec5f8;
}

#navcontainer a:link, #navlist a:visited
{
color: #000;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #cadef1;
color: navy;
}

ol{
font-size: .8em;
}
