/*define elements*/
body {
	font: "Arial", sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}

/*frame the page to set the size and position, address left, center, and bottom floats*/
#box {
	width: 710px;
	margin-left: auto;
	margin-right: auto;
}	

#frame {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 5px;
}
/*top*/
#top {
	width:700px;
}
	/*left*/
#left {
width: 125px;
float: left;
}
/*center-right*/
#center {
	width: 540px;
	float: right;
	padding-right: 10px;
	padding-bottom: 15px;
}
/*bottom*/
#bottom {
	clear: both;
}
/*header graphic*/
#headergraphic {
	color: #8B1400;
	margin-top: 15px;
	text-align: center;
	}

#headergraphic p {
	font-family: Arial Narrow;
	font-weight: lighter;
	text-transform: uppercase;
	text-align: center;
	font-size: 18pt;
	border-bottom: double;
	border-bottom-width: thick;
   line-height: 75%;
	padding-top: 0px;
	margin-top: -5px;
}	


/*left nav*/
#leftnav {
 color: #8A8A8A;
 text-align: right;
 font: "Arial", sans-serif;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 1.05em;
 font-weight: bolder;
 text-decoration: none;
 
 }
 
#leftnav a {
	 color: #005101;
	
	 text-decoration: none; 
} 

#leftnav a.visited {
 color: #669933;
text-decoration: none; 
}

#leftnav a.active {
color: #951515;
text-decoration: none; 
}

#leftnav a.hover {
color: #B50000;
text-decoration: underline;
}

#leftnav .current {
	color: #951515;
text-decoration: none;
}

/*body content*/
#content {
 color: #464646;
 text-align: left;
 font: "Arial", sans-serif;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 1.03em;
 font-weight: normal;
 text-decoration: none; 
}

#content h1 {
	font-size: 1.5em;
}

#content h2 {
	font-size: 1.25em;
}

#content h3 {
	font-size: 1.1em;
	margin-bottom: 0px;
}

#content h4 {
	font-size: 1em;
	color: #8A1300;
	margin-bottom: 0px;
}

#content ul {
/*list-style-image: url(20pt_diamond.jpg); */
list-style-type: circle;
}

#content li {
/*list-style-image: url(20pt_diamond.jpg); */
list-style-type: circle;
margin-top: 0px;
}

#content p {
	padding-right: 15px;
}

.distCodes {
color: silver;
font-size: x-small;
}

/*footer*/
#footer {
	color: #8B1400;
	font-family: Arial Narrow, Arial;
	font-weight: lighter;
	text-transform: uppercase;
	text-align: center;
	font-size: .75em;
	border-top: double;
	border-top-width: thick;
   line-height: 98%;
}
#footer p {
	padding: 0px;
	margin: 0px;
}

#footer a {
	 color: #669933;
	 text-decoration: none; 
} 

#footer a.visited {
color: #4A7124;
text-decoration: none; 
}

#footer a.active {
color: #951515;
text-decoration: none; 
}

#footer a.hover {
color: #B50000;
text-decoration: underline;
}
 #footer .copyright {
 	color: #326600;
	border-top: hidden;
}

#footer .last-modified {
	color: #999999;
	border-top: hidden;
}
