/* CSS Document */

body { font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #E9E9F3; }

h1 { color: #006; text-align: center; font-size: large; }

h2 { color: #006; font-size: 1.1em; }

#wrapper { width: 760px; margin: auto; border: 1px solid #006; background-color: #fff; padding: 0; }

#content { padding: 10px 20px 20px 20px; }

#content ul li { list-style-image: url(art/bullet.gif);  padding-bottom: 4px; }

.border { background-color: #006; color: #fff; text-align: center; padding: 6px; margin-top: 0 !important; margin-top: -3px; font-weight: bold; text-transform: uppercase; font-size: 0.9em; letter-spacing: 0.2em; }

.btm_border { background-color: #006; color: #fff; text-align: center; padding: 3px; margin: 0; font-weight: normal; font-size: 0.9em; letter-spacing: 0.2em; }

/* Left Navigation */

#navsite p {
	display: none;
}

#navsite {
	font-weight: bold;
 	width: 163px !important; width: 154px;
 	border-right: 1px solid #006;
	border-bottom: 1px solid #006; 
 	padding: 0; 
 	font-family: Verdana, Helvetica, Arial, sans-serif;
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}

#navsite ul {
 	list-style: none; 
 	margin: 0; 
 	padding: 0; 
}

#navsite ul li {
 	margin: 0; 
}

#navsite ul li a {
 	display: block; 
 	padding: 2px 2px 2px 0.5em; 
 	border-bottom: 1px solid #006;
 	background-color: #F2F2F2;
 	color: #006; 
 	text-decoration: none; 
 	width: 100%; 
}

html>body #navsite ul li a { 
 	width: auto; 
} 

#navsite ul li a:hover {
 	border-bottom: 1px solid #006; 
 	background-color: #EDEDDC; 
 	color: #000;  
}

/* End Left Navigation */

.btm { padding: 0; margin: 20px;  }

.copy { text-align: center; font-size: 0.8em; }

