body div, p, span, table, td, th {
	font-family: Geneva, Arial, Helvetica, sans-serif;	
	font-size: 13px;

	
	}
body {
	text-align:center;
	background-color: black;
}
h1, h2, h3, h4, h5, h6 { color:black; }
h2 { 
	font-size:16px;
	font-weight:bold;
}
h3 { 
	font-size:14px;
	font-weight:bold;
}
h4 {
	font-size:13px;
	font-weight:bold;
}

a:link { 
	color: #7f9fa5;
	text-decoration:none; 
}
a:hover { color: red; }
a.headlink:link { 
	color: white;
	text-decoration: none;
}
a.headlink:hover  { color: black; }
a.footlink:link { 
	color: black;
	text-decoration: none;
}
a.footlink:hover  { color: white; }

.contentContainer {
	background-color:#E8E8E8;
	/* border-bottom: 4px solid #8A8A8A; */
	color: black;
	height: 340px;
	text-align:center; 
	width: 780px;
}
.contentCell {
	background-color:#E8E8E8;
	border-left: 1px solid #333; 
	border-right: 1px solid #333;
	color: black;
	float:left;
	/* height: 290px; */
	height: 300px;
	padding: 15px 10px 15px 10px;
	text-align: justify; 
	/* width: 355px; */
	width: 460px;
	overflow-y: scroll;
	
}
.footer {
	background-color:#D0D0D0;
	color: black;
	border-bottom: 1px solid black;
	border-top: 4px solid #8A8A8A;
	font-size: xx-small;
	height: 50px;
	text-align: center;
	width: 780px;
	/* z-index:3; */
	}
.mainHead {
	background-color:#07355b;
	border-bottom: 1px solid white;
	/* height: 210px; <= This matches height on h.pg on VRU's flash site. */
	height: 128px;
	text-align:left;
	width: 780px;
}
.navBarHorz {
	background-color:#8A8A8A;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 19px;
	text-decoration: none;
	width: 780px;
}
.navVertSidebar {
	background-color:#E8E8E8;
	color: black;
	float:left;
	padding: 15px 10px 15px 10px;
	/* height: 290px; */
	height: 260px;
	text-align:left; 
	/* width: 140px; */
	width: 120px;
}
/*
.navVertSidebarRight {
	background-color:#E8E8E8;
	color: black;
	/* float:right; */
	/* padding: 15px 10px 15px 10px; */
	/* height: 290px; */
	height: 260px;
	text-align:right; 
	/* width: 140px; */
	width: 120px;
}*/