body {
	background-color: #143e75;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
}
#outerDiv {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}
#titleBar {
	height: 16px;
	padding-top: 2px;
	background-color: #143e75;
	text-align: center;
	font-size: 11px;
}
#vvHeader {
	width: 800px;
	height: 160px;
}
#rotategif {
	float: left;
}
#leftNav {
	background-color: #ffffcc;
	width: 160px;
	height: 1452px;
}
#rotatingText {
	width: 800px;
	height: 20px;
	background-color: #143e75;
	text-align: center;
	font-size: 11px;
}
#rText {
	padding-top: 3px;
	font-weight: bold;
}
#leftDropShadow {
	float: left;
	height: 1650px;
	background: url(../images/leftDropShadow.jpg);
}
#rightDropShadow {
	float: right;
	height: 1650px;
	background: url(../images/rightDropShadow.jpg);
}
#navigation {
	color: #143e75;
}
.nav {
	padding-left: 25px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #143e75;
}
#home {
	padding-top: 30px;
}
#mainContent {
	color: black;
	width: 625px;
	float: right;
}
.bottom {
	text-align: center;
}

a.navLinks:active {	text-decoration: none; color: #143e75; }
a.navLinks:link { text-decoration: none; color: #143e75; }
a.navLinks:visited { text-decoration: none; color: #143e75; }
a.navLinks:hover { font-weight: bold; color: #143e75; }