body {
	margin: 0;
	background-color: #006699;
}

#content a:link {
	color: #006699;
}
#content a:visited {
	text-decoration: none;
	color: #406980;
	border-bottom: 1px dotted #406980;
}

#content a:hover, #content a:active {
	color: #00456B;
	background-color: #BFE9FF;
}

#content h2 a:link,
#content h2 a:visited {text-decoration: none; border-bottom-width: 0px; }

#header {
	margin: 0;
	padding: 0.5em;
	background-color: #fff;	
}

#header #visionlogo {
	float: left;
	width: 800px;
}

#content a.image {
	text-decoration: none;
	border-bottom-width: 0px;

}
h1 span {
	display: none;
}
h1 {
	margin: 0;
	text-align: left;
	color: #fff;
	background-color: #fff;
	height: 70px;
	background-attachment: scroll;
	
	background-image: url(images/vbc_logo_sm.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	padding: 0 0 0 5px;
	

}
#navcontainer {
	text-align: right;
	width: 100%;
	background: #42192F;
	padding: 0;
	margin: 0;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	

	
}
#navlist {
	margin: 0;
}

#navlist li {
	display: inline;
	list-style-type: none;
	padding: 0 1em 0 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: none;
	
}
#navlist li a {
	color: #FFE5D7;
	text-decoration: none;
	padding: 2px;

	
}
#navlist li a:hover, #navlist li a.current {
	background-color: #FFE5D7;
	color: #42192F;
}

#subnavcontainer
{
float: left;
width: 167px;
padding: 0 0 1em 0;
margin-bottom: 0;
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
background-color: #006699;
color: #333;
}
html>body #subnavcontainer {
	width: 200px;
}
#subnavcontainer ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#subnavcontainer li
{
border-bottom: 1px solid #BFE9FF;
margin: 0;
}

#subnavcontainer li a
{
display: block;
padding: 5px 5px 5px 0.5em;
border-left: 10px solid #00456B;
border-right: 10px solid #80D2FF;
background-color: #006399;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #subnavcontainer li a { width: auto; }

#subnavcontainer li a:hover, #subnavcontainer li a.current
{
border-left: 10px solid #406980;
border-right: 10px solid #CFDDE6;
background-color: #308DBF;
color: #fff;
}
#subnavcontainer li a em {
	display: block;
	font-size: 80%;
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
}


#content {
	margin: 0 200px 2em 200px;
	text-align: justify;
	
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	
	font-size: 1em;
	line-height: 1.5em;
	background-color: #FFFFEF;
	border: 1px solid #000;
	border-top-width: 0px;
	
	
}
#content p, #content dl {
	margin: 1em;
	line-height: inherit;
}
#content dl dt {
	font-style: italic;
}
#content li {
	padding: 0 1em 0 0;
}

#content h2, #content h3, #content h4 {
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	margin: 0.5em 0 0.5em 0.5em;
	
}

#nav1 {
	font-size: 80%;
	color: #333;
	margin: 0;
	background-color: #fff;
	padding: 1px 0;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
#nav2
{
	font-size: 80%;
	color: #333;
	margin: 2em 0 0 0;
	background-color: rgb(95%,95%,95%);
	padding: 1px 0;
	border-top: 1px solid #ccc;
	
}

ul#nav1, ul#nav2 {
	
}

#nav1 li, #nav2 li
{
	display: block;
	list-style-type: none;
	padding-left: 10px;
	margin: 0 0 0.5em 0;
	line-height: 100%;
}

#content #nav1 a:link, 
#content #nav1 a:visited, 
#content #nav2 a:link, 
#content #nav2 a:visited
{
	color: #999;
	border-bottom-width: 0px;
	background-color: transparent;
	text-decoration: none;
}

#content #nav1 a:hover, 
#content #nav1 a:active, 
#content #nav2 a:hover, 
#content #nav2 a:active
{
	color: #333;
	text-decoration: underline;
	border-bottom-width: 0px;
}

#content table {
	width: 80%;
	margin: 1em auto;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
	margin: 0px auto;
	padding: 1em;
	text-align: center;
	clear: both;
	width: 70%;
	
}
#footer a {
	color: rgb(95%,95%,95%);
	background-color: inherit;
}
#footer a:hover {
	background-color: rgb(95%,95%,95%);
	color: #333;
}


div.sidebar {
	width: 180px;
	float: right;
	
	margin: 0;
	padding: 0 1em 1em 1em;
	color: #FFFFEF;
	font-style: italic;
	text-align: left;
	
}
div.sidebar ul {
	margin: 0;
	padding: 0;
}
div.sidebar ul li {
	list-style-type: none;
	padding-bottom: 1em;
	
	
}

div.sidebar h2 {
	font-weight: normal;
	color: #CFDDE6;
	padding: 0;
	margin: 10px 0 0 0;
	line-height: 80%;
	text-align: left;
}

div.sidebar h3 {
	
	text-transform: small-caps;
	color: #CFDDE6;
	margin: 0.5em 0 0 0;
	padding: 0;
	font-weight: normal;
}

div.sidebar ul.sidenav li {
	font-style: normal;
	
	padding: 2px 0;
	margin: 0;
}

div.sidebar a {
	color: #ffffef;
	text-decoration: none;
	display: block;
	border-top: 1px dotted #ffffef;
}

div.sidebar a:hover {
	background-color: #ffffef;
	color: #00456B;
}

h2.date {
	text-align: right;
	border-bottom: 1px dotted #2D0599;
	color: #2D0599;
	font-size: 80%;
	line-height: 80%;
	font-weight: normal;
	font-style: italic;
	margin:  0;
	padding: 0;
}