/*Layout stylesheet*/

html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:898px;/* for mozilla*/
	background-color: #203E5A;
	color: #fff;
	
		background-image: url('../graphics/shadow_bg.gif');
		background-repeat: no-repeat;
		background-position: top center;
	
}
#outer{
	top:40px;	
	width:898px;
	border:1px solid #000;
	color: #000000;
	text-align:left;
	margin-left:auto;
	margin-right: auto;
	position:relative;
	padding: 0;
	background: #fff;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/

#innerwrap {/* enables content first */
	float:left;
	width:898px;
	background-image: url('../graphics/innerwrap_bg.jpg');/*adding the thick blue stripe down the left hand side*/
	background-repeat: repeat-y;
}
#header{

	top:0;
	left: 0;
	width:898px;
	height:auto;
	background-color:#FFFFFF;
	overflow:hidden;
	color: #000000;
	z-index:100;

}
#left {
	position:relative;/*ie needs this to show float */
	width:230px;
	float:left;
	margin-top: 0px;
	padding-bottom:2px;/* needed to make room for footer */
}

#left p {padding-left:3px;padding-right:2px}
#right p {padding-left:4px;padding-right:2px}

/*Right div padding set to zero as it's not needed on this site */
#right {
	position:relative;/*ie needs this to show float */
	width:0px;
	float:right;
	padding-top:0px;/*needed to make room for header*/
	
}

#footer {
	width:898px;
	clear:both;
	height:50px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background-color: #0054A6;
	color: #000000;
	/*left:0;
	bottom:0;
	position: absolute;*/
}
* html #footer {/*only ie gets this style*/
	\height:5px;/* for ie5 */
	he\ight:5px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/

#centrecontent {
	width:656px;
	float:right;
	margin-top:0px;
	padding-right: 0px;
	margin-right: 3px;
    padding-left:5px;
}
#centrecontent p {
	padding-left:2px; 
	padding-right: 5px;}

ul{
	padding-left: 25px;
}	
#navtop2
{
	
	text-align: center;
	font-family: sans-serif;
	padding-top: 10px;
	height: auto;
	padding-left: 0px;
}
#navtop2 li
{
	display: inline;
	text-align: center;
	font-size:10px;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform:uppercase;
	background-color: #0164A7;
	border: 2px solid #003A6A;
	padding: 2px 2px 2px 5px;
	margin: 1px;
	margin-bottom: 4px;
	height: 10px;
}
html>body #navtop2 li
{
	display: inline-table;
}
#navtop2 li a
{
	text-decoration:none;
	color: #ffffff;
}
#navtop2 li a:hover
{
	text-decoration:none;
	color: #ffffff;
}
#navtop2 li a#current
{
	text-decoration:none;
	color: #ffffff;
}
