BODY {
     font-family : arial, verdana, tahoma;
	   font-size: 12px;
	   background-color: #FFFFFF;
	   color: #466B88;
	   margin: 0px;
	   vertical-align: top;
	   padding-top: 10px;
	   padding-bottom: 10px;
	         
}

.active {
		font-size: 16px;
		font-weight: bold;
		color: #012C57;
		text-decoration: none;	
		}
		
.textbig {
		font-size: 20px;
		font-weight: bold;
		color: #012C57;
				}

.quote {
		font-size: 12px;
		font-weight: normal;
		color: #012C57;
				}
				
	

/* General and Links   =============================================== */

a:link, a:visited, a:active {
		font-size: 12px;
		color: #466B88;
		font-weight: bold;
		text-decoration: none;	
		}

a:hover	{
		color: #012C57;
		}
		
		
a.mainnav:link, a.mainnav:visited, a.mainnav:active {
		font-size: 16px;
		font-weight: bold;
		color: #466B88;
		text-decoration: none;	
		}
		
a.mainnav:hover	{
		color: #012C57;
		}			

a.subnav:link, a.subnav:visited, a.subnav:active {
		font-size: 12px;
		font-weight: bold;
		color: #330000;
		text-decoration: underline;	
		}
		
a.subnav:hover	{
		color: #CA5602;
		}		
		
		
		
a.footer:link, a.footer:visited, a.footer:active {
		font-size: 12px;
		font-weight: normal;
		color: #FFFFFF;
		text-decoration: none;	
		}
		
a.footer:hover	{
		color: #000000;
		}

				
a.sm:link, a.sm:visited, a.sm:active {
		font-family : verdana, arial, tahoma;
		font-size: 10px;
		color: #012C57;
		font-weight: normal;
		text-decoration: none;	
		}

a.sm:hover	{
		color: #466B88;
		}
		
	

/* Generic Elements   =============================================== */
#nav ul, #footer ul {
margin: 0px;
padding: 0px;
list-style-type: none;
}

#page ul {	
list-style-type: disc;
}

#nav li, #footer li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

img {
	border: 0;
}
h1 {
	display:none;
}

h2 {
  font-size: 80%; 
  color: #466B88; 
  text-decoration: none;
  margin:0px;
  line-height: 2em;
  text-align: center;
}
h3 {
  font-weight: bold; 
  font-size: 100%; 
  color: #466B88; 
  text-decoration: none;
}
h4 {
  font-weight: bold; 
  font-size: 100%; 
  color: #466B88; 
  text-decoration: none;
}

p {
margin:0px;
padding: 5px 0px 10px 0px;
}

p.bluebox  {
padding: 10px;
width:500px;
background-color: #8FC2C5;
float:left;
}
p.blueboxbottom  {
margin-bottom:15px;
padding: 10px;
width:500px;
background-color: #8FC2C5;
float:left;
}

p.box  {
border: 1px #012C57 solid;
padding: 10px 10px 10px 10px;
width:500px;
}
.image {
float:right;
padding-bottom: 15px;
}


/*  header    =============================================== */

#header_top {
padding: 0px 0px 0px 0px;
width:750px;
}

/*  layout  =============================================== */
		
#main  {
border: 1px #000000 solid;
padding: 0px 0px 0px 0px;
background-color: #FFFFFF;
width:750px;
margin:0px auto;
}


#nav {
width:160px;
padding: 30px 10px 0px 30px;
margin:0px auto;
float:left;
}

#page  {
padding: 30px 0px;
width:510px;
margin:0;
float:left;
}

#pageimage  {
width:270px;
float:right;
}

#pageimage-big  {
width:310px;
float:right;
}

#spacer {
clear:both;
}
/* Begin footer  =============================================== */
	
#footer {
width:750px;
padding: 5px 0px 0px 0px;
text-align: center;
font-family : verdana, arial, tahoma;
font-size: 10px;
color: #330000;
}

#bottom {
background: url(../images/bottom.jpg);
padding: 10px 0px 10px 0px;
text-align: center;
font-family :  arial, verdana,tahoma;
font-size: 12px;
font-weight: normal;
color: #FFFFFF;
}

#footer_left {
width:500px;
text-align: left;
font-family : verdana, arial, tahoma;
font-size: 10px;
color: #012C57;
float:left;
}

#footer_right {
width:150px;
text-align: right;
font-family : verdana, arial, tahoma;
font-size: 10px;
float:right;
}

#bottom ul li {
	display: inline;
	padding: 0 0.2em 0 0.5em;
	border-left: double #fff;
	border-width: 6px;
	}
	
#bottom ul li.none {
	border: 0;
	}
