/* CSS Document */

	/* The strange width proprties containing slashes are a workaround for deficiencies in the IE box model 
		Otherwise IE tends to double up the space between horizontally adjacent boxes */

	/* For non-stretchy page remove comment marks from around width properties of #container */

html, body, ol, ul, i, img {
	border: 0;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #333333;
	line-height: 1.5;
	background-color: #FFFFFF;
	margin: 10px;
	padding: 0px;
}
p {
	margin-top: 0px;
}
h1, h2, h3, h4 {
	font-weight: normal;
	margin-bottom: 0px;
}

h1, h2 {
	color: #FF3300;
	font-size: 250%;
	margin-top: 0px;
}
h5 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0px;
}

h1:first-child {margin-top: 0;}/*starts first h1 in TD flush top*/
h2:first-child {margin-top: 0;}/*starts first h2 in TD flush top*/
h3:first-child {margin-top: 0;}/*starts first h3 in TD flush top*/
h4:first-child {margin-top: 0;}/*starts first h4 in TD flush top*/
h5:first-child {margin-top: 0;}/*starts first h5 in TD flush top*/
h6:first-child {margin-top: 0;}/*starts first h6 in TD flush top*/

a {
	text-decoration: none;
}
a:link, a:visited {
	color: #FF3300;
}
a:hover, a:active {
	color: #FF3300;
	text-decoration: underline;
}

#container {
	width: 760px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	font-size: 120%;
	border: 1px solid gray;
	background: #fff;
	\width: 762px; /* only 2px extra for IE5win, the sum of the side borders. */
	w\idth: 760px;
}

#container_news {
	width: 560px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	border: 1px solid gray;
	background: #fff;
	\width: 570px;
	w\idth: 560px;
}

#banner {
	padding: 0px 0px 8px;
	margin-bottom: 5px;
	height: 136px;
	width: 100%;
}
#banner-sub {
	padding: 0px 0px 8px;
	margin-bottom: 5px;
	background-image: url(../images/vsp_second_sliver.gif);
	background-repeat: repeat-x;
	height: 112px;
}
#banner_news {
	margin-bottom: 5px;
	height: 84px;
	width: 100%;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #003300;
}

.outerwrapper {
background: url(../images/leftcol.gif) left top repeat-y;
}

.innerwrapper {
background: url(../images/rightcol.gif) right top repeat-y;
}

#content {
	float: left;
	width: 380px;
	margin: 0 15px 0 20px;
	font-size: 70%;
}

#content-wide {
	float: left;
	width: 560px;
	padding: 15px;
	font-size: 70%;
}
#content ul, #content-wide ul {
	margin-left: 30px;
	list-style-position: outside;
}
#content_news {
	padding: 5px 15px;
	font-size:85%;
}

#content h3, #content-wide h3 {
	line-height: 125%;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 120%;
	font-weight: normal;
}
#content_news h3 {
	line-height: 125%;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 140%;
	font-weight: normal;
}
#content_news h4 {
	line-height: 110%;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 110%;
	font-weight: normal;
}
#subcolumn-left {
	float:left;
	width: 30%;
}

#subcolumn-right {
	margin-left: 32%;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #887D6B;
	padding-left: 20px;
}

#sidebar-a {
	float: left;
	width: 165px;
	padding: 0px;
}
#sidebar-asub {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #6A1501;
	letter-spacing: 0.1em;
	padding: 5px 8px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-size: 70%;
	font-weight: bold;
}
	#sidebar-asub a {
	text-decoration: none;
	}
	#sidebar-asub a:link, #sidebar-asub a:visited {
		color: #6A1501;
	}
	#sidebar-asub a:hover, #sidebar-asub a:active {
		text-decoration: underline;
	}
#sidebar-asub h1, #sidebar-asubb h2, #sidebar-asub h3, #sidebar-asub h4, #sidebar-asub h5, #sidebar-asub h6 {
	font-family: Times New Roman, Times, serif;
	letter-spacing: 0.1em;
}

#sidebar-b {
	float: left;
	width: 167px;
	padding: 5px 0 0 8px;
	color: #333333;
	font-size: 70%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #928878;
}

#sidebar-b h1, #sidebar-b h2, #sidebar-b h3, #sidebar-b h4, #sidebar-b h5, #sidebar-b h6 {
	font-family: Times New Roman, Times, serif;
	letter-spacing: 0.1em;
	font-size: 120%;
	color: #FF3300;
}
#sidebar-b h5 {
	margin-top: 1px;
	margin-bottom: 3px;
}

	#sidebar-b ul {
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 90%;
	line-height: 1.5;
	padding-left: 20px;
	}

	#sidebar-b li {
	list-style-image: url(../images/vsp_logo_sm.gif);
	list-style-position: outside;
	vertical-align: 50%;
	}

	#sidebar-b a {
	text-decoration: none;
	}
	#sidebar-b a:link, #sidebar-b a:visited {
		color: #FF3300;
	}
	#sidebar-b a:hover, #sidebar-b a:active {
		text-decoration: underline;
	}
.column-in {
	margin:0; padding:0.5em 1em;
}
#footer {
	clear: both;
	padding: 5px 20px 5px 5px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #887D6B;
	font-size: 60%;
	color: #928878;
}
	#footer a {
	padding: 0 10px;
	text-decoration: none;
	}
	#footer a:link, #footer a:visited {
		color: #928878;
	}
	#footer a:hover, #footer a:active {
		text-decoration: underline;
	}
.image-left {
	float: left;
	margin: 0 10px 3px 0px;
	padding: 0px;
}
.image-right {
	float: right;
	margin: 0 5px 3px 10px;
	padding: 0px;
}
	/* from John Gallant the following closes floats */

.brclear {
clear:both;
height:0;
margin:0;
font-size: 1px;
line-height: 0;
}
	/* from John Gallant Holly Hack for a bug in floats?*/

/* \*/
* html #p7TMnav {height: 1%;}
/* */
#formcontainer {
	width: 265px;
	margin-left:10px;
	margin-top:10px;
	padding:10px;
	border: 1px solid gray;
	background: #fff;
	font-size: 65%;
}
#biocontainer {
	width: 400px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	padding:10px;
	border: 1px solid gray;
	background: #fff;
	font-size: 76%;
}
.lineabove {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #887D6B;
}
.line-divider {
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF3300;
	line-height: 1px;
}
.line-divider-short {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 125px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF3300;
	line-height: 1px;
}
.MORE {
	font-size: 80%;
	text-transform: uppercase;
}

/*\*/
* html .outerwrapper,
* html .innerwrapper
{height: 1%;}
/* */
.photocaption {
	text-align: center;
	font-size: 90%;
}

.box-left {
	padding: 10px;
	float: left;
	border: 1px double #60503A;
	margin-right: 10px;
}
#content-wide td {
	font-size: 90%;
}
ol {
	list-style-position: inside;
}
.quote {
	font-style: italic;
	margin-bottom: 0px;
}
.quoteby {
	text-align: right;
	margin-top: 0px;
	margin-bottom: 8px;
	margin-right: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#quotes {
}
#quotes p {
	margin-bottom:0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-left: 0px;
	}
