/* ***  Many thanks to  www.csscreator.com *** */
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 font-size: 98%;

background-color: #00305a; 
color: #668695;

} 

a:link, a:visited { 
text-decoration: underline, overline;
color: #6B9DB4;
	
}
a:hover, a:active {
	text-decoration: underline, overline;
	color:#A1C7BA;
}





 
#pagewidth{ 
 width:100%; 
 text-align:left; 
 min-width: 500px;margin-left:auto; 
 margin-right:auto; 
  
} 


 
#header{ 
 height:180px; 
 width:100%; 

 } 
 
#leftcol{
 width:250px; 
 float:left; 
 position:relative; 
 margin-left:-250px; 
 margin-right:-20px; 
 padding-left:2px;
 }
 
 #leftcol h4 {
	text-align: center;
	text-transform: capitalize;
	font-family: sans-serif;
	font-style: italic;
}

 
#outer{ 
 border:solid white 0px; 
  /*/*/ border-left-width: 250px ;  /* left column width. NN4 hack to hide borders */ 
border-left-color:  #00305a;   /* left column colour */ 
border-left-style: solid; 
 /*/*/ border-right-width: 250px; /* right column width. NN4 hack to hide borders */ 
/* right column colour */ 
border-right-style: solid; 
 border-right-color: #00305a; /* center column colour */ 
width: auto; 
 } 
 
#rightcol{
 /*/*/ width:250px; /* hack keeps NN4 right column right? */ 
 float:right; 
position:relative; 
  margin-right:-260px; 
 margin-left:10px; 

} 
 
#footer{
 height:75px; 
 width:100%; 

} 
 
#inner{margin:0; width:100%;}
 
#maincol{
	float: left;
	width: 100%;
	position: relative;
	margin: 0 -8px 0 -2px;
	
}
 
#outer>#inner { border-bottom: 1px solid #4F3C6F;  }
 
.clr{clear:both;}
 
.content{
	padding: 5px;
} /*padding for content */ 
 
#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/ 


#navigation h5 {
	display: none;
}

#navigation {
	list-style: none;
	margin: 0;
	display: inline;
	margin-top: 75px;
}

#navsite ul li a:link {
	
}
#navigation ul li {
	list-style: none;
	margin: 0;
	display: inline;

}

#navigation ul li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid  #778;
	border-bottom: none;
	background: #668695;
	text-decoration: none;
	color: #075279
}

#navigation ul li a:link:hover, #navigation ul li a:visited:hover {
	color: #225d7b;
	background: 6686695;
}
#navigation ul li a:visited {
	color: #225d7b;
}

 

 
 /*printer styles*/ 
@media print{ 
/*hide the left column when printing*/
#leftcol{display:none;} 
#outer{border-left:0;} 

/*hide the right column when printing*/
#rightcol{display:none;} 
#outer{border-right:0;} 
}
h2 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #225d7b;
	padding-left: 25px;
}


#maincol h2 {
	padding-right: -50px;
	
}


#rightcol h2 {
	padding-right: -75px;
}




input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	background-color:#225d7b;
}
input {
}


