/*
CREATED 29th November 2005
By Peter Whitton
*/

h3 {
	color:#990000;
	font-size: 1.3em;
	
}

a:link {
	color: #39506B;
	text-decoration: none;
	font-weight : bold;
	
}

a:visited {
	color: #39506B;
	text-decoration: none;
	font-weight : bold;
}

a:hover {
	color: #39506B;
	text-decoration: underline;
	font-weight : bold;
}

a:active {
	color: #39506B;
	text-decoration: none;
	font-weight : bold;
}

hr {

border : #b7bcbc 1px dotted;
}



/* GENERAL LAYOUT */

body {
	background :#CFD6D6;
	/*background-image: url(../images/background.gif);*/
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 72%;
	margin-top : 25px;
	
}


#container {
	width : 750px;
	height : 100%;
	margin-left : auto;
	margin-right : auto;
	border-right : #fff 1px solid;
	border-left : #fff 1px solid;
	background : #fff;
	border : solid 2px #990000;
}

#logocontainer {
	width : 750px;
	height : 91px;
}

#logo {
	float :left;
	
}


#contact {
	line height : 1.5em;
}

#contentcontainer {
	text-align: left; 
	width : 100%;
	height : 100%;
	float : left;
	
}

.bodyhead{
	width : 100%;
	font-size : 20px;
	color : #003366;
	font-weight : normal;
	
}	
.navhead{
	font-size :18px;
	color : #bbbc00;
	font-weight : normal;
	margin-bottom : 5px;
	margin-left : 5px;
	
}
	


.bodycontainer{
	width : 720px;
	height : 100%;
	float : right;
	clear : both;
	padding-left : 1em;
	padding-right : 1em;
	padding-bottom : 2em;
	margin-top : 1.5em;
	line-height : 1.6em;
	font-size: 1.1em;

	
}



.bodytext1 p {
	font-size: 1.0em;
	font-weight : bold;
	padding : 10px;
	margin-right : 25px;
	line-height : 1.6em;
	background : #D2E9FF;

}

.bodytext2 p, .bodytext2 blockquote {
	font-size: 1.0em;
	padding-right : 20px;
	line-height : 1.6em;

}

.bodytext2 li {

	line-height : 1.8em;
	width : 100%;
}

.lhcol{
	width : 175px;
	height: 100%;  
	float :left;
	/*background : #E6E8E8;*/	
}
 



/* FOOTER */
.footer{
	width : 750px;
	height : 55px;
	margin : 0px;
	background :white;
	border-top : dotted 1px #990000;
	clear : both;
	color : #003366;	

}


.footleft {
	white-space: nowrap;
	font-family : Verdana, Helvetica, Arial,  sans-serif;
	font-size : 0.8em;
	font-weight : bold;
	width : 400px;
	
	float : left;
}



.footleft li {
	display: inline;
	list-style-type: none;
	padding-left : 2px;
	
	
}

.footleft ul {
	line-height : 20px;
	margin : 0px;
	padding : 0px;
	padding-left : 10px;		
}

.footleft a:link, .footleft a:visited {
	color: #003366;
	text-decoration: none; 
}

.footleft a:hover {
	color: #003366;
	text-decoration: underline;
}

.footright {
	white-space: nowrap;
	font-family : Verdana, Helvetica, Arial,  sans-serif;
	font-size : 0.8em;
	font-weight : bold;
	width : 350px;
	float : right;
	
	text-align : right;
	line-height : 20px;
	padding-right : 5px;
}

/* MAIN NAVIGATION */


#navcontainer {
	background-color : #003366;
	background-image: url(../images/bg.gif);
	text-align : left;
	padding : 4px 0px 6px 10px;
	width : 740px;
	float : left;
	
}

ul#navlist {
	margin : 0;
	padding : 0;
	white-space: nowrap;
	font-family : Verdana, Helvetica, Arial,  sans-serif;
	font-size : 1.2em;
	font-weight : bold;
}

#navlist li {
	display: inline;
	list-style-type: none;
}

#navlist a { 
	padding: 2px 8px 6px 8px; 
}

#navlist a:link, #navlist a:visited {
	color: #D2E9FF;
	text-decoration: none; 
}

#navlist #here a:link, #navlist #here a:visited {
	color: #000;
	background-color: #fff;
	text-decoration: none;
	border-left : 1px solid #003366; 
	border-bottom : 1px solid #fff; 
}

#navlist a:hover {
	color: #FFF;
	text-decoration: none;
}

/* MAIN NAVIGATION */


/* SUB NAVIGATION */


#subnav {
	height : 350px;
	font-family :   Verdana, Helvetica, Arial, sans-serif;
	position : relative;
	top : 30px;
	width: 185px;
	font-size: 1.0em;	
}

#subnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	
}

#subnav li {
	margin: 0;
	height : 30px;
}

#subnav a {
	background-image:  url(../images/l1_hover.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	display: block;
	padding: 0px 0px 5px 24px;
	font-weight : normal;
	text-decoration: none;
	border-bottom : 1px dotted #fff;
	
}

 #subnav a:visited {
	color: #003366;
	text-decoration: none;
	font-weight : normal;
		
}



#subnav a:hover, #subnav a:active {
	background-image:  url(../images/l1_hover.gif);
	background-repeat: no-repeat;
	border-bottom : 1px dotted #003366;

}

#subnav #current a:link, 
#subnav #current a:active {	
	background-image:  url(../images/l1_down.gif);
	background-repeat: no-repeat;
	color: #003366;	
	border-bottom : 1px dotted #003366;
	
}


 #subnav #current a:visited {
	background-image:  url(../images/l1_down.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #003366;
	border-bottom : 1px dotted #003366;
		
}




/* END SUB NAVIGATION */








