/*
	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:#FFFFFF;
	background-image: url(images/main_bg.gif);
	}
	
a{
color:#004799;
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 #004797;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

#header{
height:140px;
width:800px;
margin-left:0px;
background:#ffffff;
background-image:url(images/header.jpg);
color:#ffffff;
}
#navigation{
line-height:3em;
width:800px;
height:32px;
margin:0px;
padding-left: 0px;
background-color:#FFFFFF;
background-image: url(images/nav-bar.jpg);
color:#004799;
}
#navigation ul{
	display:inline;
	line-height:3em;
	list-style-type: none;
	list-style-image: none;
}
#navigation li{
	float:right;
	list-style-type:inherit;
	white-space:nowrap;
}

#navigation li a{
	display:block;
	padding:0 19px;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
	background-color:inherit;
	color: #004799;
}
* html #navigation a {width:6%;}

#navigation .selected,#navigation a:hover{
background-repeat: no-repeat;
background-position: right bottom;
color:#E43135;
text-decoration:none;
}
#content{
float:right;
width:545px;
font-size:10pt;
padding:10px 30px 0 5px;
}
#content h1{
display:block;
margin:0 0 10px 0;
font-size:14pt;
font-weight: bold;
color:#004799;
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:left;
	width:180px;
	padding:10px 10px 10px 10px;
	line-height:2em;
	border-right: 1px solid #f7f7f7;
}

#subcontent h2{
	display:block;
	margin:0 0 10px 0px;
	font-size:1.2em;
	font-weight:bold;
	text-align:left;
	letter-spacing:-1px;
	color:#004799;
	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: #004797;
}

#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: 0px 10px 10px 10px;
	border-color: #004749;
	border-style: solid;
}

