html,body {
	margin: 0;
	padding: 0;
}

a img { border: 0; }
.clear { clear: both; }
.error { color: red; }
.required { color: red; }
.success { color: green; }

#header {
	background-image: url(/wsimages/headerbg.png);
	background-repeat: repeat-x;
	background-position: top right;
}

#header h1 {
	margin: 0;
	padding: 0;
}
#tagline {
	display: none;
}

#home_searchform {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 132px;
	width: 166px;
	height: 24px;
	overflow: hidden;
	padding-left: 30px;
}
#home_searchform p {
	margin: 0;
	padding: 0;
	padding-left: 2px;
	background-image: url(/wsimages/searchboxbg.png);
	background-repeat: no-repeat;
	background-position: top left;
}
#home_searchtext {
	border: 1px solid black;
	width: 122px;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #094fa3;	
}
#home_searchbutton {
	vertical-align: middle;
	padding: 0;
	margin: 0;
}

#nav-block {
	background-color: #FBF4D7;
	color: #094fa3;
	background-image: url(/wsimages/navbottom.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 173px;
	margin: 0;
	padding: 20px 20px 10px 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: absolute;
	top: 157px;
	left: 0;
}

#nav-block .button {
	text-align: right;
}

#nav { 
	margin: 0; 
	padding: 0;
	list-style-type: none;
}
#nav li {
	text-align: right;
	line-height: 2.0em;
	position: relative;
}

#nav li a:link {
	text-decoration: none;
	color: #094fa3;	
}
#nav li a:visited {
	text-decoration: none;
	color: #094fa3;	
}
#nav li a:hover {
	text-decoration: underline;
	color: #094fa3;	
}
#nav li a:active {
	text-decoration: none;
	color: #094fa3;	
}
#nav li ul { 
	display: none;
	position: absolute;
	background-color: #FBF4D7;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 200px;
	left: 173px;
	top: 0;
	border: 1px solid #094fa3;
}
#nav li ul li {
	text-align: left;
	padding-left: 10px;
}
#nav li:hover ul, #nav li.hover ul { display: block; }


#content {
	margin: 0;
	padding: 0;
	margin-left: 203px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #094fa3;
	padding-right: 10px;
	padding-left: 10px;
}

#content h1 {}
#content h2 {}
#content h3 {}
#content h4 {}
#content h5 {}
#content h6 {}
#content .page-title {}
#content p {}
#content blockquote {}
#content table { width: 100%; border-collapse: collapse; }
#content table th { background-color: #2968B0; color: #fff; border: 1px solid #E5F6F8; }
#content table td { border: 1px solid #E5F6F8; padding: 5px 5px 5px 5px; }
#content table.plain { width: auto; }
#content table.plain th { background-color: transparent; color: inherit; border: 0; }
#content table.plain td { border: 0; padding: 0; }

#content table.small-calendar { width: 321px; margin-bottom: 5px; }
#content table.small-calendar th {  }
#content table.small-calendar td { width: 43px; height: 21px; text-align: center; }
#content table.floated-left { float: left; margin-right: 5px; }



#content cite { font-style: italic; }
#content cite:before {
	content: '"';
}
#content cite:after {
	content: '"';
}
#content em, #content i { font-style: italic; }
#content strong, #content b { font-weight: bold; }
#content hr {
	border: 3px solid #e5f6f8;
}
#content ul {}
#content ul li {}
#content ol {}
#content ol li {}
#content dl {}
#content dl dt {}
#content dl dd {}
#content address {}
#content pre {}
#content form.asentForm {
	width: 700px;
	margin: 0;
	padding: 0;
}
#content form.asentForm label {
	margin: 0;
	padding: 0;
	float: left;
	width: 290px;
	text-align: right;
	display: block;
}
#content form.asentForm input, #content form.asentForm select, #content form.asentForm textarea, #content form.asentForm .input {
	margin: 0;
	padding: 0;
	float: right;
	width: 400px;
	display: block;
	margin-bottom: 3px;
}

#content form.asentForm textarea {
	height: 70px;
}


#content form.asentForm .input input, #content form.asentForm .input label, #content form.asentForm .input select, #content form.asentForm .input textarea {
	float: none;
	display: inline;
	width: auto;
	text-align: left;
}
#content form.asentForm input[type=submit], #content form.asentForm input [type=button], #content form.asentForm .button {
	float: right;
	display: inline;
	width: auto;
}

#content form.asentForm .inline {
	float: none !important;
	display: inline !important;
	width: auto !important;
	margin-bottom: 0 !important;
}

#content form.asentForm br {
	clear: both;
}

#content a:link {
	color: #094fa3;
	font-weight: bold;
	text-decoration: underline; 
}
#content a:visited {
	color: #094fa3;
	font-weight: bold;
	text-decoration: underline; 
}
#content a:hover {
	color: #094fa3;
	font-weight: bold;
	text-decoration: none; 
}
#content a:active {
	color: #094fa3;
	font-weight: bold;
	text-decoration: underline; 
}


#content table.small-calendar td a:link {
	color: #BB1119;
}
#content table.small-calendar td a:visited {
	color: #BB1119;
}
#content table.small-calendar td a:hover {
	color: #BB1119;
}
#content table.small-calendar td a:active {
	color: #BB1119;
}

#sidebar {
	background-color: #e5f6f8;
	color: #094fa3;
	width: 297px;
	margin: 10px 30px 10px 10px;
	float: right;
	min-height: 300px;
}
#sidebar-content {
	margin: 0;
	padding: 0 10px 10px 10px;
}
#sidebar h3 {
	margin: 0;
	padding: 0;
}
#sidebar-content h1, #sidebar-content h2, #sidebar-content h3, #sidebar-content h4, #sidebar-content h5, #sidebar-content h6 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
}
#sidebar-content p {
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}

#sidebar-content a:link {
	color: #094fa3;
	text-decoration: none; 
}
#sidebar-content a:visited {
	color: #094fa3;
	text-decoration: none; 
}
#sidebar-content a:hover {
	color: #094fa3;
	text-decoration: underline;
}
#sidebar-content a:active {
	color: #094fa3;
	text-decoration: none; 
}


#vec {
	background-image: url(/wsimages/vec/bg.jpg);
	width: 534px;
	height: 289px;
	background-repeat: no-repeat;						
}

#vec #heading {
	width: 400px;
	height: 34px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	padding-left: 125px;
}

#vec #heading h2 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: verdana, arial, sans;
}

#vec #links {
	margin: 0;
	padding: 0;
	margin-top: 41px;
	margin-left: 10px;
	font-size: 12px !important;
	font-family: verdana,arial,sans;
	color: #fff !important;
	font-weight: bold;
	width: 145px;
	height: 130px;
	overflow: hidden;
}	
#vec #links ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#vec #links ul li {
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
	color: #fff !important;
	font-size: 12px !important;
	line-height: normal !important;
}
#vec #links ul li a {
	color: #fff;
	text-decoration: none;
}
#vec #links ul li a:hover {
	text-decoration: underline;
}		

#vec #logo {
	position: relative;
	top: -132px;
	left: 182px;
	width: 212px;
	height: 171px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#vec #logo p {
	margin: 0;
	padding: 0;
}
#vec #logo p img { }

.search-result { margin-bottom: 1em; }
.search-footer { color: #aaa; }