/* CSS Document */
/* the basics */
html,body,p,td,li,ul,div,span  { 
	color: #000000;
	font-size: 11px; 
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	text-decoration: none; }

a, a:link { 
	text-decoration: none;
	color: #0000FF; }

	a:visited { 
		color: #0000FF; }

	a:hover { 
		text-decoration: underline;
		color: #0000FF; }

a img {
	border-color: #0000FF;
	color: #0000FF; }

	a:link img {
		border-color: #0000FF;
		color: #0000FF; }

	a:visited img {
		border-color: #0000ff;
		color: #3300FF; }

	a:hover img {
		border-color: #0000FF;
		color: #0000FF; }

body {
	background-image: url(/background/bg-grn2.gif);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
}

b { 
	font-weight: bold; }
	
form {
	margin: 0; }

li {
	margin: 0 15px 5px 15px; 
	color: #666; }

p { 
	margin: 0 0 8px;
	line-height: 18px; }

pre {
	font-family: "Monaco", "Andale Mono", "Orator", "Courier", "Courier New", monospaced; }

ul,ol {
	list-style-type: square;
	margin: 5px 0 15px 0;
	color: #666; }
	
	
/* classes */

.footer {
	background-image: url(../images/banner_bottom.gif);
	background-repeat: no-repeat;
	width: 650px;
	clear: both;
	text-align: right;
	background-color: #CAE6CF;
	border-right: 1px dotted #999;
	border-top: 1px dotted #666;
	color: #000; }
	

.homeInset {
	margin: 0 10px 10px 35px;
	line-height: 18px; }
	
.NAV-item-OFF {
    color: #FFFFFFF;
    background-color: "000000;
	text-align:right
	padding: 5px 5px 5px 0; }
    a:visited { color: 0000cc;"}	
	
.NAV-item-ON {
	
	background-color: #FFFFFF
	color:#000000
	font-weight: 700;
	padding: 5px 5px 5px 0; }
	
.NAV-item-OFF {
 	background-color: #000000
	color:#FFFFFF
	font-weight: 700;
	padding: 5px 5px 5px 0; }    
	
	}
		
div.mainBox div.main {
	background-color: #fff;
	padding: 0;
	margin: 0;
	float: right;
	width: 510px;
	border-left: 1px dotted #aaa; }
	
div.mainBox {
	width: 650px; }

.BACKGROUND-dashes {
	background-image: url(../images/bg-grn.jpg);
	background-repeat: repeat;
}
.BACKGROUND-banner {
	background-image: url(../images/banner-long.gif);
}

.CONTENT-page-title {
	border-bottom: 1px solid #FFFFFF;
	padding: 0px 0 5px 20;
	font-size: 20px;
	text-transform: uppercase;
	color: #0000FF;
	font-weight: bold;
}
.CONTENT-subtitle-main {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	margin: 12px 0px 0px;
	padding: 0px;
	color:#0000FF
}
.CONTENT-subtitle-secondary {
	margin: 0;
	padding: 12px 0px 0px;
	color: #173977;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	


}
}
}
}
.white {
	color: #FFFFFF;
	background-color:#000000
}
.white a  {
	color: #FFFFFF; }
	background-color:#000000
	text-decoration: underline overline; }




.allcaps {
	text-transform: capitalize;
}
