@charset "utf-8";
/* CSS Document */

/* remember that padding is the space inside the div box and margin is the space outside the div box */
/* NOTE: BORDERs ARE | top | right | bottom | left */

body  {
	
	text-align: center; 
	color: #ffffff;
	margin:0px auto;
	padding:0px;
	text-align:center;
	background-color: #CCC;
	font:Veranda, Arial, sans-serif;
	font-family: "Trebuchet MS" }

#header {
	text-align:center;
	margin:0px auto;	
	width:853px;
	height:130px;
	background-image: url(images/header.gif);
	/*padding:0px;*/}
	
#container {
	margin:0px auto;
	width:853px;
	/*text-align:center;*/
	border-color: #0066CC;
	/* #container From DW */ 
	width: 853px;
	background: #0066CC;
	border: 1px solid #000000;
	text-align: left;
	border-bottom: #0066CC solid medium;
	border-right: #0066CC solid medium;
	border-left: #0066CC solid medium;
	border-top: #0066CC solid medium;
} 
	
#main {
	margin:0px auto;
	width:853px;
	text-align:left;
	border:none;}

#mainContent /*From DW*/{ 
	/*-- padding: 0 20px;  */
	background-color:#0066CC} 
	
#mainContent a {
	color:#000000;
	text-decoration:underline;
	 padding:0px 1px;} 
		
#mainContent a:hover {
	color:#fff;
	text-decoration:underline;}
			
	
#mid {
	border:1px solid #090e45;
	text-align:left;
	background:#62b72c;
	width:853px;}
	
/* Titles-Black */
.h1 {
	font-size: 18px;
	font-weight: bold;
	color: #000; 
	font-variant:small-caps;
	text-align: center;}
	
/* Titles-Black - Left */	
.h2 {
	font-size: 18px;
	font-weight: normal;
	color: #000;
	font-variant:small-caps;
	}
	
/* Titles-Black-Italics */
.h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	font-variant:small-caps;
	font-style:italic;
	text-align: center;
}

/* white-center */ 
.h4 {
	font-size: 12px;
	color: #fff;
	text-align: center;}
	
.h5 {
	font-size: 12px; 
	color: #000000;}

.h6 {
	font-size: 11px; 
	color: #fff; 
	font-style: normal; 
	font-weight: normal;}
	
.h7 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-align: center;}
	
.h8 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;}
	
.h9 {
	font: wingdings;
	font-size: 10px;
	color: #000000;}

.h10 {
	font: wingdings2;
	font-size: 12px;
	color: #000000;}

#footlinks {
	/*padding:5px 0px;*/
	font:10px Verdana, Arial, sans-serif;
	text-align:center;
	/*vertical-align:bottom;*/
	width:100%;
	font-family: "Trebuchet MS";}
	
#footlinks a {
	color:#fff;
	text-decoration:none;
	padding:0px 1px;}
	
#footlinks a:hover {
	color:#fff;
	text-decoration:underline;}
		
#footer, .footer {
	text-align:right;
	font:10px Verdana, Arial, sans-serif;
	background:#ffffff;
	border-top: #009900 solid thin;
	background-color:#0066CC} 
	
#margin {margin:0 0px 0 0}

 #footer p {
	/*margin: 0; */ 
	padding: 10px 0;}
	
	
/* FLOATS */
 
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* HIDE MENU AND ITEMS FOR PRINTING */

@media print {

.printhide 	{ display:none; }

.printhelp	{ width:600px; }

}

@media screen{

.printonly 	{ display:none; }

}
#container #main #mainContent ul .h4 {
	text-align: left;
}

