@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #F5F5F5;
}
.twoColFixLtHdr #container {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #F5F5F5;
} 
.twoColFixLtHdr #header {
	background: #F5F5F5;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 5px;
	padding-right: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 24pt;
	font-weight: bold;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #F5F5F5;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.twoColFixLtHdr #mainContent {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: middle;
	font-size: 11pt;
	background-color: #F5F5F5;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.twoColFixLtHdr #footer table {
	background-image: url(../images/footer2.gif);	

}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.bannerAd {
	top: -35px;
	position: relative;
	left: 10px;
}
.sidebarAd {
	position:relative;
	margin-left:5px;
}
.vciLogo {
	margin-left:5px;
	margin-bottom:5px;
}

ul#list-nav {
	list-style:none;
	margin:auto;
	width:1000px;
	text-align: center;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
ul#list-nav li {
	display:inline;
	text-align: center;
}
ul#list-nav li a {
	text-decoration:none;
	width:142px;
	color:#FFF;
	float:left;
	border:1px none #000;
	font-weight: bold;
	background-color: #FF9;
	background-image: url(/images/button-bkgd3.jpg);
	height: 28px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	font-size: 10pt;
}
ul#list-nav li a:hover {
	color:#ffcc00;
}
a.tooltip{
    position:relative;
	text-decoration: none;
}
a.tooltip span {
	display:none; 
}
a.tooltip:hover span{
	display:block;
	position:absolute;
	top:20px;
	left:20px;
	padding: 5px;
	border:1px solid #cccccc;
	color:#FFF;
	font-size:9px;
	top:5em;
	left:10em;
	width:15em;
	text-align:center;
	background-color: #666;
}
a.tooltip2{
    position:relative;
	text-decoration: none;
}
a.tooltip2 span {
	display:none; 
}
a.tooltip2:hover span{
	display:block;
	position:absolute;
	top:20px;
	left:20px;
	padding: 5px;
	border:1px solid #cccccc;
	color:#FFF;
	font-size:9px;
	top:5em;
	left:0em;
	width:15em;
	text-align:center;
	background-color: #666;
}
.revblock1{float:left;height:auto;width:60%;padding-right:15px;}
.revblock2{float:right;height:auto;width:35%;}
.bold9pt {
	font-size:9pt;
	font-weight:bold;
}
.page_title{
	font-size:18pt;
	font-weight:bold;
}
.bold{font-weight:bold;}
.bold10pt{font-size:10pt;font-weight:bold;}
.bold11pt{font-size:11pt;font-weight:bold;}
.sub_title{
	font-size:12pt;
	font-weight:bold;
}
.bold8pt {
	font-size:8pt;
	font-weight:bold;
}
.normal9pt {
	font-size:9pt;
}
.fltmid{position:absolute;left:53%;}
.site_title {
	font-size: 20pt;
	font-weight: bold;
}

li {margin-bottom: 1em}
.nomargin {
	margin-bottom: 0em;	
}
.std8pt {
	font-size: 8pt;
}
.error{color:#AA0000;}
.formerror{background-color:#ffffdd;border:1px solid #AA0000;}
.tweet	{
	margin-left: 55px;
}
.left {
	text-align: left;
}
