/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:800px;/* for mozilla*/
	background-color: #212c45;

	color: #000000;
}
#outer{
	height:100%;
	min-height:100%;
	width:800px;
	border-left:0px solid #3e5579;
	border-right:0px solid #3e5579;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	background:  url(images/centredbg.jpg) repeat-y center center;
	
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:779px;
	background-color: #fff;
	padding-top:12px;
	margin-top: 280px;
	border-left:10px solid #1e346e;
	border-right:10px solid #1e346e;
}
#header{
	position:absolute;
	top:20px;

	width:779px;
	height:268.5px;
	background:#FFf;
	border-top:10px solid #1e346e;
	border-left: 10px solid #1e346e;
	border-right: 10px solid #1e346e;
	overflow:hidden;
	color: #000000;
	z-index:100;
	padding-top: 10px;
	font-size: .8em;
}
#left {
	position:relative;/*ie needs this to show float */
	width:180px;
	float:left;
	padding-top:2px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
	margin-top:0px;
	background-color: #fff;
	font-size: .8em;

}
#left p {padding-left:3px;padding-right:2px}
#right p {padding-left:4px;padding-right:2px}

#right { /*is going to be the center*/
	position:relative;/*ie needs this to show float */
	width:445px;
	float:center;
	padding-top:2px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
		margin-top: 0px;
	background-color: #fff;
	
	margin-left: 15px;
	
	
}

#footer {
	width:779px;
	clear:both;
	height:50px;
	font-size: .6em;
	border-bottom:10px solid #1e346e;
	border-left:10px solid #1e346e;
	border-right:10px solid #1e346e;
	background-color: #fff;
	color: #000000;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;

}
* 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 {/*is going to be the right side*/
	width:140px;
	float:right;
	padding-top:4px;
	padding-bottom:32px;/* needed to make room for footer */
		margin-top:0px;
	
	background-color:#fff;
	font-size: .8em;

}
#centrecontent p {padding-left:3px}

#clearfooter {width:100%;height:52px;clear:both} /* to clear footer */

.textsize{
font-size:.8em;
}


img{
padding: 3px;
border:0px;
}

hr{
color: #1e346e;
}

#topbox{

margin-top: 55px;
width: 779px;
background: #fff;
border-left: 10px grooved #1e346e;
border-right: 10px grooved #1e346e;
height: 300px;
color: #000;
 font-size: .8em;
 height:auto;
 }

 #topbox p{
 padding-left: 10px;
 padding-right: 10px;
 }
 
#navcontainer
{
margin: 10px 0 0 30px;
padding: 0;
height: 20px;
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#navcontainer ul li a
{
background: #1e346e;
width: 90px;
height: 18px;
border-top: 1px solid #1e346e;
border-left: 0px solid #2f50a7;
border-bottom: 1px solid #1e346e;
border-right: none;
padding: 0;
margin: 0 0 10px 0;
color: #fff;
text-decoration: none;
display: block;
text-align: center;
font: normal 10px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#navcontainer ul li a:hover
{
color: #930;
background: #6b8de8;
}

#navcontainer a:active
{
background: #1e346e;
color: #fff;
}

#navcontainer li#active a
{
background: #2f50a7;
border: 1px solid #2f50a7;
color: #fff;
}
