/*----------- Web Site Style -------------*/
body
{
	color: #000;
	background: #E6F0F9;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
	tex-align: center;
}

#main
{

       width: 900px;
       margin: auto;
	text-align: left;
	border: solid 1px #ccc;
	background: #1042C6;
}

#main a
{
        color: #009;
        text-decoration: none;
}

#main a:hover
{
        color: #c00;
	 text-decoration: underline;
}


#header
{
	color: #fff;
	background-image: url(graphics/headerbg.jpg);
	height: 99px;
	border-bottom: solid 8px #D10000;
	
}


#left {

	float: left;
	width: 276px;
	background: #1042C6;

	border-right: solid 19px #0F3FC0;
}


#right {
	float: left;
	background: #fff;


}

#menubar {
	padding: 12px 0 0 0px;
	background: #1042C6 url(graphics/menubg.jpg) top repeat-x;
	height: 100%;
}


#menubar a
{
	color: #fff;
	padding: 4px 6px 4px 18px;
	text-decoration: none;
	text-align: left;
	display: block;
	font: bold 18px arial;
	border-bottom: solid 1px #0F3FC0;
}

#menubar a:hover
{
	color: #fff;
	background: #0F3FC0;
	text-decoration: none;
}

#menubar .selected
{
	color: #5D91FC;
	background: #0F3FC0;
	text-decoration: none;

}

#counter
{
	font: normal smaller arial;
	color: #ccc;
}

#footer
{
	font: normal 7pt verdana;
	color: #444;
	background: #fff;
	letter-spacing: -1px;
	text-align: center;
	border-top: solid 1px #eee;
	padding-top: 5px;
	clear: both;
}

#footer a
{
	padding: 0 5px;
	color: #009;

}

#footer a:hover
{
	color: #00f;
}

#footer .selected
{
	color: #000;
}

.copyright /* Footer */
{
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	color: #999;
	background: #f5f5f5;
	font-size: 8pt;
	font-family: Arial;
	padding-left: 10pt;
	padding-right: 10pt;
}
.content
{
	color: #000;
	font: normal 8pt arial;
	width: 420px;
	padding: 8px 8px 8px 8px;
}
#features
{
 	color: #70AEDA;
	font: bold 9pt arial;
	padding: 8px 8px 8px 8px;
}
#search
{
	background-image: url(graphics/bgfade.jpg);

}
#quickjump
{  
	background: #70AEDA;
}
#secondary-nav {
	float: right;
}
#secondary-nav a {
	padding: 3px 5px;
	border-right: solid 1px #ccc;
	font: bold 9px verdana;
}
.content {
	padding: 20px; 
	width: 565px; 
	float: right;
	background: #fff;
	min-height: 300px;
}

#v4o-form {

margin: 0px;
padding: 0px;
}

#v4o-form table

{
width: 560px;

}
h3 {

	display: block;
	font: bold 14pt Arial;
	letter-spacing: -1px;
	border-bottom: solid 1px #5D91FC;
	color: #5D91FC;
	margin-top: 0px;


}
