﻿
body {
	font: 80%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	word-spacing: 2px;
	color: #444;
	margin: 20px;
	background: url(../images/body2.jpg) #f6f6f6;
}

* {
	margin:0;
	padding:0;
}

#wrapper {
	background:#fff;
	border:3px solid #f1f1f1;
	max-width:940px;
	width:expression(this.width > 320 ? "320px" : this.width);
	min-width:940px;
	margin:0 auto;
}


#innerwrapper {
	margin: 1px;
	padding: 20px;
}

#header input {
	width:150px;
	padding:5px;
	background:#fff;
	border:2px solid #f6f6f6;
	font:150% Arial;
	color:#999;
}

#header input:hover {
	border:2px solid #ccc;
}

#header input:focus {
	border:2px solid #79B5D6;
	color:#555;
}

#header form {
	padding:27px 25px 20px 25px;
	float:right;
	background:#fff;
	width:160px;
	margin:-20px -20px 0 0 !important;
	margin:-20px -10px 0 0;
	border:none;
}

#header h1 {
	float:left;
	font:250% Georgia;
	color:#333;
	padding:5px 20px 5px 5px;
	margin:0 20px 0 0;
}

#header h1 img {
	padding: 0px 0px 0px 0px;
	float:left;
	background:#fff;
	width:auto;
	border:none;
}

#header h1 a {
	color:#333;
	text-decoration:none;
}

#header h1 a:hover {
	color:#111;
	
}

#header h2 {
	font:150% Georgia;
	font-weight:normal;
	color:#625E7D;
	padding:14px 0 0 0;
	border:none;
}

#header h2 a {
	color:#625E7D;
	text-decoration:none;
	border-bottom:2px solid #f6f6f6;
}


#header #nav {
	clear:both;
	background:url(../images/nav.jpg) top repeat-x #625E7D;
	border-bottom:2px solid #625E7D;
	border-top:2px solid #110B44;
	border-left:2px solid #110B44;
	border-right:2px solid #110B44;
	padding:4px 10px 10px 0;
}

#header a em {
	font-style:normal;
	text-decoration:underline;
}

#header #nav a {
	color:#fff;
	font:140% Trebuchet MS;
	text-decoration:none;
	padding:10px;
}

#header #nav a:hover {
	background:#625E7D;
}

#header #nav a.active {
	background: #625E7D;
}

#header #nav li {
	display:inline;
	list-style:none;
	margin:0 1px 0 0;
}

#header #subnav {
	background:#625E7D;
	padding:5px 7px 7px 7px;
	font:87.5% Verdana;
	color:#fff;
	border-bottom:2px solid #625E7D;
	border-left:2px solid #110B44;
	border-right:2px solid #110B44;
}

#header #subnav li {
	list-style:none;
	display:inline;
}

#header #subnav a {
	color:#fff;
	text-decoration:none;
	font:100% Verdana;
	padding:5px;
	border-bottom:2px solid #625E7D;
}

#header #subnav a:hover {
	border-bottom:2px solid #110B44;
	color:#fff;
}

#header #subnav a.active {
	border-bottom:2px solid #110B44;
	color:#fff;
}


#sidebar {
	width: 210px;
	padding: 10px 15px 20px 5px;
	float: left;
	color: #666;
	margin-top: 10px;
}

#sidebar h2 {
	font:160% Arial;
	color:#333;
	margin:10px 0 10px 0;
	border:none;
}

#sidebar h3 {
	color: #808080;
	font: 100% Verdana;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 0 -10px 0;
}

#sidebar p {
	margin:15px 0;
	font:87.5% Verdana;
	line-height:20px;
}

#sidebar p.news {
}
#sidebar p.news a.more {
	color: #808080;
	display: block;
	text-align: right;
	font: 80% Verdana;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	padding: 10px 0;
}

#sidebar p.news a:hover {
	color:#666;
}

#sidebar .subnav {
	border-top:1px solid #fafafa;
}

#sidebar .subnav li {
	list-style:none;
	padding:5px;
	border-bottom:1px solid #fafafa;
}

#sidebar .subnav li a {	
	color:#666;
	text-decoration:none;
	display:block;
}

#sidebar .subnav li a.active {
	border-bottom:1px solid #ccc;
}

#sidebar .subnav li a:hover {
	color:#666;
}

#sidebar .subnav li a b {
	float:right;
	display:none;
	color:#666;
}

#sidebar .subnav li a:hover b {
	display:inline;
}

#sidebar input {
	padding:4px;
	background:#f6f6f6;
	border:1px solid #ccc;
	color:#777;
	font:90% Verdana;
	width:190px;
}

#sidebarright {
	border: 2px solid #C0C0C0;
	width: 210px;
	float: right;
	padding: 10px 15px 20px 5px;
	background: no-repeat left top;
	background-color: #E2E2E2;
	margin-top: 10px;
	height: 1100px;
}
#sidebarright p {
	font: 87.5% Verdana;
	color: #777;
	line-height: 20px;
	margin: 15px 0px 15px 0px;
}

#sidebarright ul {
	margin:10px 0 30px 15px;
	font:87.5% Verdana;
}

#sidebarright ul li {
	margin:5px 0;
	line-height:12px;
}

#sidebarright a {
	color:#444;
	text-decoration:underline;
}

#sidebarright a.more {
	color: #808080;
	display: block;
	text-align: right;
	font: 80% Verdana;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	padding: 10px 0px 10px 0px;
}

#sidebarright a:hover {
	color:#666;
}

#content {
	margin: 0 245px 0 235px;
	padding: 10px 0 0 20px;
}

#contentnorightbar {
	margin: 0 0 0 240px;
	padding: 20px 0 0 20px;
}

#contentnoleftbar {
	margin:0 0 0 0px;
	padding:20px 0 0 5px;
}

p {
	margin:15px 0;
	line-height:22px;
}

h2 {
	font: 185% Arial;
	color: #625E7D;
	border-bottom: 2px solid #f6f6f6;
}

h2 a {
	color:#625E7D;
	text-decoration:none;
}

h2 a:hover {
	color:#625E7D;
}

h3 {
	font:140% Trebuchet MS;
	margin:10px 0;
}

h4 {
	font: 110% Arial;
	font-weight: bold;
	margin: 10px 0 -10px 0;
}

a {
	color:#222;
}

a:hover {
	text-decoration:none;
}

#footer {
	clear: left;
	border-top: 1px solid #eee;
	padding: 10px;
	margin: 30px 0 0;
	border-top-width: 2px;
	border-top-color: #C0C0C0;
}

#content ul {
	margin:15px 0 15px 0;
	line-height:25px;
	padding:15px 0 15px 15px;
	color:#625E7D;
}
#content ul span {
	color:#444;
}

#contentnorightbar ul {
	margin: 15px 0 15px 20px;
	padding: 0 px 0;
	color: #444;
	list-style-image: url('../images/wvcbp_logo_tiny.gif');
	font-weight: bold;
}
#contentnorightbar ul span {
	color:#444;
}

#contentnoleftbar ul {
	margin:15px 0 15px 20px;
	line-height:25px;
	padding:0 px 0;
	color:#625E7D;
}

#contentnoleftbar ul span {
	color:#444;
}

img {
	padding: 5px;
	border: 1px solid #C0C0C0;
}

form {
	padding: 10px;
}

label {
	display:block;
	font-weight:bold;
	color:#444;
	margin:5px 0;

}
input {
	width: 180px;
	padding: 4px;
	border: none;
	border-bottom: 1px dotted #ccc;
	font: 90% Verdana;
	color: #777;
}

textarea {
	width:400px;
	padding:4px;
	font:90% Verdana;
	border:1px solid #eee;
	height:200px;
	display:block;
	color:#777;
}

blockquote p {
	margin: 10px 0 20px 0;
	font:120% Georgia;
	color:#444;
	padding:0 0 0 0;
	line-height:30px;
}
#sidebarright h3 {
	color: #808080;
	font: 100% Verdana;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 0 -10px 0;
}
#sidebarright h2 {
	font: 160% Arial;
	color: #333;
	margin: 10px 0 10px 0;
	border: none;
}
#sidebarright p.news {
	background: #E2E2E2;
}
.gray {
	background-color: #E2E2E2;
	border: 2px #C0C0C0 solid;
}
.formblock {
	border: thin solid #E2E2E2;
	width: 191px;
}
.img_rt {
	float: none;
	border-style: none;
}
.clr_both {
	clear: both;
}
.ctr {
	text-align: center;
}
#ctr_graphic {
	border: thin none #808080;
}
h5 {
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}
.img_lft {
	float: left;
	margin-right: 10px;
}
#subnav a.active {
	text-decoration: underline;
}
#contentnorightbar li {
	margin-bottom: 15px;
	font-family: "trebuchet MS";
	font-size: 110%;
	font-weight: normal;
	line-height: 18px;
}
#contentnorightbar li a:hover {
	text-decoration: none;
	color: #666666;
	font-size: 105%;
}
#contentnorightbar li a {
	text-decoration: none;
	color: #000000;
}
.psummary {
	margin: 0px;
	line-height: 1.3em;
}
.h4summary {
	margin-top: 10px;
	margin-bottom: 0px;
}
#searchbox {
	top: 100px;
	border: medium solid #FF0000;
}
.centeredImage {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#header img {
	border-style: none;
	margin: 0px;
	padding: 0px;
}
.noborder {
	border-style: none;
}
#addbutton {
	float: right;
	margin-right: 20px;
	position: relative;
	top: 210px;
}
.borderless {
	border-style: none;
}
#sidebar_left {
	width: 208px;
	float: left;
}
