body {
	text-align: center;
	margin: 0px;
	background-color: #001233;
}
#sides {
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg_sides.png);
	width: 830px;
}
#bottom {
	margin-right: auto;
	margin-left: auto;
	height: 40px;
	width: 830px;
	background-image: url(../images/bg_bottom.png);
}
#everythingContainer {
	background-color: white;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}

#masthead {
	border-top-color: #990000;
	border-top-width: 3px;
	border-top-style: solid;
	width: 800px;
	border-bottom-color: #990000;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	text-align: center;
	background-color: #3366cc;
}
h1 {
	text-transform: uppercase;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	line-height: 1.5em;
	font-weight: bold;
	color: white;
	font-size: large;
}
h2 {
	border-bottom-color: #990000;
	border-top-color: #990033;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-style: solid;
	border-top-width: 1px;
	padding-left: 2em;
	margin-right: -20px;
	margin-left: -20px;
	margin-top: 0px;
	font-size: large;
	line-height: 1.5em;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #990000;
	background-color: #ffdf6f;
}

/*
h3 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #990000;
}
*/

h3 {
	margin-bottom: 0px;
	color: #003366;
	font-weight: bold;
}
#contentContainer {
	padding-right: 20px;
	padding-left: 20px;
	border-left-color: #003399;
	border-left-width: 1px;
	border-left-style: dotted;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 559px;
	margin-bottom: 1em;
	color: #333333;
	font-size: 14px;
	float: left;
}

#contentContainer a, #copyright a {
	text-decoration: none;
	color: #990000;
}
#contentContainer a:hover, #copyright a:hover {
	background-color: #cccccc;
}
#contentContainer ul {
	padding-top: 0px;
	margin-top: 0px;
}
.spacer {
	font-size: 6px;
	clear: both;
}

.v-nav {
	width: 200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	letter-spacing: 0px;
	float:left;
}
	
.v-nav ul {
	background-color: #99ccff;
	list-style-type: none;
	margin:0;
	padding:0;
}
	
.v-nav li {
	padding-left: 20px;
	border-bottom-color: white;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: white;
	margin:0;
	display: block;
	line-height:1.9em;

}

.v-nav li.last {
	color: #cccccc;
	border-bottom: 1px solid;
}
	
.v-nav li.top {
	border-top-color: #990000;
	border-top-style: solid;
	border-top-width: 1px;
}
.v-nav li a:link, 
.v-nav li a:visited {
	color: black;
	text-decoration:none;
}

.v-nav li a:hover {
	background-color: #3399ff;
	border-bottom-color: #660000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
/* 	color: #999; */
/* 	background: #ffff66; */
}
	

.v-nav li a.here:link, 
.v-nav li a.here:visited {
	color:#990000;
}

.v-nav li a.here:hover {
/* 	color:#990000; */
/* 	background:#ffd700; */
}

/* some ie hack */

.v-nav li a:link, 
.v-nav li a:visited {
	width:250px; 
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 80px;
 }
 .v-nav p {
	background-color: #FFFFFF;
	padding: 1em;
}
.v-nav p a:link {
	color: #000000;
}
.v-nav p a:active{
	color: #000000;
}
.v-nav p a:lvisited {
	color: #000000;
}
.v-nav p a:hover{
	color:#FF0000;
}
html>body .v-nav li a:link, .v-nav li a:visited {
	width: 180px;
}
.fl-right {
	float: right;
}

.fl-left {
	float: left;

}
.fl-left li {
	margin-left: 2em;
}	
img.bordered {
	margin: 3px;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
}
.blueBox {
	margin: 1em;
	padding: 1em;
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px;
	background-color: #eeffff;
}
p.quote {
	color: #666666;
	margin-left: 2em;
	font-style: italic;
}
address {
	font-style: normal;
	font-weight: normal;
}
ul.circleBullet li {
	list-style-type: circle;
	margin-bottom: 1em;
}
#topShadow {
	margin-bottom: .5em;
	height: 8px;
	background-image: url(../images/topShadow.png);
}
#copyright {
	color: #666666;
	padding-top: 2em;
	clear: both;
	text-align: center;
	font-size: x-small;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

