@charset "UTF-8";
body {
	font: 62.5% Arial, Helvetica, sans-serif;
	color: #333333;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #000000;

}


.container {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}


a:link {text-decoration: underline; color: #840066;}
a:visited {text-decoration: underline; color: #840066;}
a:active {text-decoration: underline; color: #840066;}
a:hover {text-decoration: underline; color: #840066;}

a.white:link {text-decoration: underline; color: white; margin-bottom: 0;}
a.white:visited {text-decoration: underline; color: white; margin-bottom: 0;}
a.white:active {text-decoration: underline; color: white; margin-bottom: 0;}
a.white:hover {text-decoration: underline; color: white; margin-bottom: 0;}


li {
	list-style-image: url(arrow-sm.png);
	color: #666666;
	padding-left: 0em;
	margin-left: 0em;
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: .4em;
}


ul { margin-left: 1em; margin-top: 0em; margin-bottom: 0em;}

p {
	color: #666666;  
	margin-top: 0px;
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: 1.0em;
}

.white {
	color: white;  
}


.white { color: #FFF;
}



H1 {font-size: 2em;
color: #ffffff;
margin-top: 0em;
margin-bottom: .3em;

}  


H2 {font-size:1.4em;
color: #white;
margin-top: 0em;
margin-bottom: .2em;
} 


H3 {font-size:1.4em;
color: #3366cc;
margin-bottom: .0em;
} 

H4 {font-size:1em;
} 

.boxshadow2 { 
width: 100%;
background-image:url(shadow.gif);
background-position:top;
background-repeat:repeat-x;
padding: 20px 27px 20px 27px;
}

.logopic  {
	margin-top: 22px;
	margin-left: 6px;
	margin-right: 6px;
}

.topmarg {
	margin-top: 8px;

}




/*content boxes */

.boxmenu {
padding-bottom: 20px;

}

.boxright {
	widht: 351px;
padding: 10px 16px 16px 16px;
background-color: #65a4ad;
}

.underline {
width: 470px;
border-bottom: 1px #c1c7d2 solid;
margin-bottom: 1.2em;

	
}

#flash {
margin-right: 2.2em;
margin-bottom: 2.2em;

	
}

.featureditems {
width: 496px;
border: 1px #cfe1e3 solid;
	
}

.featureditem1 {
padding: 8px;
border-right: 1px #cfe1e3 solid;
	
}

.featureditem2 {
padding: 8px;
border-right: 1px #cfe1e3 solid;
border-bottom: 1px #cfe1e3 solid;

	
}

.featureditem3 {
padding: 8px;
border-bottom: 1px #cfe1e3 solid;
	
}

.featureditem4 {
padding: 8px;
border-right: 1px #cfe1e3 solid;
	
}

.featureditem5 {
padding: 8px;

	
}
