/*
	StyleSheet by Paul Carvill	
	www.point7.co.uk
		
*/

body { 
	padding: 0; 
	margin: 2; 
	font: .74em Arial, Helvetica, sans-serif;
	line-height: 1.5em; 
	color: #333333;
	text-align: center;
	background-color:#CCCCCC;
	background-image: url(images/bg_blue.jpg);
	}
	
a{
color:#0000CC;
font-weight:bold;
text-decoration:none;
background-color:inherit;
}

a:hover{color:#999999; text-decoration:none; background-color:inherit;}
a img{border:none;}

p{padding:0 0 0 0;}
p form{margin-top:0; margin-bottom:20px;}

	
#container{
	width:800px;
	padding:0px 0px;
	text-align:left;
	color:#666666;
	border:1px solid #000000;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/content_bg.jpg);
	background-color: #FFFFFF;
}

#header{
height:160px;
width:800px;
margin-left:0px;
background:#ffffff;
background-image:url(images/header.jpg);
color:#ffffff;
}
#navigation{
line-height:2em;
width:800px;
height:25px;
margin:0px;
padding-left: 0px;
background-color:#000066;
background-image: url(images/nav-bar.jpg); 
border-top:1px solid #000000;
border-bottom:1px solid #000000;
color:#FFFFFF;
}
#navigation ul{
	display:inline;
	line-height:2em;
	list-style-type: none;
	list-style-image: none;
}
#navigation li{
	float:left;
	list-style-type:inherit;
	white-space:nowrap;
	background-image: url('images/nav_divider.gif');
	background-repeat: no-repeat;
	background-position: right bottom;
}

#navigation li a{
	display:block;
	padding:0 42px;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
	background-color:inherit;
	color: #FFFFFF;
}
* html #navigation a {width:6%;}

#navigation .selected,#navigation a:hover{
background-color:#CC0000;
background-image: url('images/nav_divider.gif');
background-repeat: no-repeat;
background-position: right bottom;
color:#ffffff;
text-decoration:none;
}
#content{
float:left;
width:545px;
font-size:10pt;
padding:10px 0 0 35px;
}
#content h1{
display:block;
margin:0 0 10px 0;
font-size:14pt;
font-weight: bold;
color:#000000;
letter-spacing:-1px;
}
#content h2{
display:block;
margin:0 0 10px 0;
font-size:12pt;
font-weight: bold;
color:#000000;
letter-spacing:-1px;
}
#widecontent{
float:left;
width:800px;
font-size:10pt;
padding:0px 0 0 0px;
}

#widecontent h1{
display:block;
margin:0 0 10px 0;
font-size:14pt;
font-weight: bold;
color:#000000;
letter-spacing:-1px;
}
#widecontent h2{
display:block;
margin:0 0 10px 0;
font-size:12pt;
font-weight: bold;
color:#000000;
letter-spacing:-1px;
}
#subcontent{
	float:right;
	width:175px;
	padding:10px 0px 10px 20px;
	line-height:1.2em;
}

#subcontent h2{
	display:block;
	margin:0 0 10px 0px;
	font-size:1.2em;
	font-weight:bold;
	text-align:left;
	letter-spacing:-1px;
	color:#000000;
	padding: 5px 0px 5px 0px;
}
#subcontent p{margin:0px 10px 0px 0px; font-size:0.9em;}

/**************** Menublock styles ****************/

.menublock{margin:0 0 20px 8px; font-size:0.9em;}
.menublock li{list-style:none; display:block; padding:2px; margin-bottom:2px;}
.menublock li a{font-weight:bold; text-decoration:none;}
.menublock li a:hover{text-decoration:none;}
.menublock li ul{margin:3px 0 3px 15px; font-size:1em; font-weight:normal;}
.menublock li ul li{margin-bottom:0;}
.menublock li ul a{font-weight:normal;}

#footer{
	clear:both;
	width:800px;
	padding:5px 0;
	margin:0 0px;
	font-size:0.9em;
	color:#ffffff;
	border-top: 1px solid #000000;
	background-color: #000033;
}

#footer p{padding:0; margin:0; text-align:center;}
#footer a{color:#FFFFFF; background-color:inherit; font-weight:bold;}
#footer a:hover{color:#CCCCCC; background-color:inherit;}
.image {
	border-width:1px;
	margin: 10px;
	border-color: #000000;
	border-style: solid;
}
