@charset "UTF-8";

* {

	margin: 0;
	padding: 0;
	border: 0;

}

body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #669933 url(/VSO_images/16original.jpg);
	text-align: center;
	color: #000000;
	margin-top: 5px;
}


.thrColFixHdr #container {
	width: 975px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
}

.thrColFixHdr #header {
	background: #FFFFFF;
	padding: 0;
	margin-bottom: 10px;
}

.thrColFixHdr #header h1 {
	padding: 10px 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.thrColFixHdr #sidebar1 {
	float: left;
	width: 150px;
	background: #FFFFFF;
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 5px 15px 10px;
	/* padding keeps the content of the div away from the edges */
	height: 600px;
}

ul {
	list-style: url(/) none;
	font: bold normal 75% Arial, Helvetica, sans-serif;
	/* ie6 fix .............................................. */
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-right: 0;
	padding-left: 0;
}

ul.mainContent {
	font: normal 90%/1.375em Georgia, "Times New Roman", Times, serif;
	margin-left: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
	list-style: square outside;
	width: 400px;
}

ul.sidebar2 {
	font: 90%/1.375em Georgia, "Times New Roman", Times, serif;
	margin-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style: square inside;
	width: 200px;
}

li {}

li.sidebar22 {
	margin-bottom: 0.5em;
	margin-right: .5em;
}

#menu {
	width: 150px;
	margin: 0px;
}

#menu li a {
	height: 32px;
	height: 26px;
	text-decoration: none;
}

#menu li a:link,
#menu li a:visited {
	color: #999999;
	display: block;
	background: url(/VSO_images/menu1.gif);
	padding: 8px 0 0 8px;
}

#menu li a:hover {
	color: #990000;
	background: url(/VSO_images/menu1.gif) 0 -32px;
	padding: 8px 0 0 8px;
}

#menu li a:active {
	color: #FF9933;
	background: url(/VSO_images/menu1.gif) 0 -64px;
	padding: 8px 0 0 8px;
}

.thrColFixHdr #sidebar2 {
	float: right;
	/* since this element is floated, a width must be given */
	width: 200px;
	/* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #CCCC99;
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px;
	/* padding keeps the content of the div away from the edges */
	border-top: 1px dotted #999999;
	margin-right: 0.85em;
}

.thrColFixHdr #sidebar2nil {
	float: right;
	width: 200px;
	background: #FFFFFF;
	padding: 15px;
	margin-right: 0.85em;
}

.thrColFixHdr #mainContent {
	margin: 0 255px 0 175px;
	padding: 0em 0.85em 0 1em;
	border-right: thin dotted #999999;
	border-left: thin dotted #999999;
}

.thrColFixHdr #mainContent2 {
	margin: 0 50px 0 175px;
	padding: 0em 0.85em 0 1em;
	border-left: thin dotted #999999;
}

.thrColFixHdr #footer {
	padding: 0;
	/* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #DDDDDD;
	border-top: 1px dotted #999999;
}

.thrColFixHdr #footer p {
	margin: 0 95px 0 0;
	/* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0;
	/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	border-bottom: 0px;
	text-align: center;
	border-top: 0px;
	background: url(/VSO_images/facebook_small.gif) no-repeat 618px 8px;
}

.fltrt {
	/* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft {
	/* this class can be used to float an element left in your page */
	float: left;
	margin-right: 18px;
	margin-bottom: 18px;
}

.clearfloat {
	/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.caption {
	font: bold 75% Verdana, Arial, Helvetica, sans-serif;
	float: left;
	margin-right: 18px;
	margin-bottom: 12px;
	margin-top: 10px;
}

.captionR {
	font: bold 75% Verdana, Arial, Helvetica, sans-serif;
	float: right;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: right;
	margin-left: 20px;
	clear: none;
}

p {
	font-size: 90%;
	margin: 0.5em 0 1.25em;
	line-height: 1.6em;
	letter-spacing: 0.5px;
}

.thrColFixHdr #container #header h1 {
	font-size: 150%;
}

.thrColFixHdr #container #mainContent h1 {
	font-size: 150%;
}

.thrColFixHdr #container #mainContent h2 {
	font-size: 125%;
}

.thrColFixHdr #container #sidebar1 h3 {
	font-size: 115%;
}

h4,
h5,
h6 {
	font-size: 95%;
	margin-top: 0.5em;
	color: #333300;
}

a:link {
	color: #990000;
	text-decoration: none;
}

a:visited {
	color: #666600;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
	text-decoration: none;
}

a:active {
	color: #990000;
	text-decoration: none;
}

.date {
	letter-spacing: 0.5px;
	font: 75%/1.375em Georgia, "Times New Roman", Times, serif;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;
	padding-bottom: 5px;
	padding-top: 5px;
}

.thrColFixHdr #flashslide {
	width: 350px;
}

#facebookicon {
	float: none;
	clear: none;
	padding-top: 0px;
	padding-right: 0px;
	background: url(/VSO_images/facebook_small.gif) no-repeat 0px;
	height: 16px;
	width: 16px;
	margin-right: 0px;
}

/*
     FILE ARCHIVED ON 11:15:23 Dec 27, 2013 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:30:31 Sep 02, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.681
  exclusion.robots: 0.051
  exclusion.robots.policy: 0.039
  esindex: 0.012
  cdx.remote: 156.805
  LoadShardBlock: 619.606 (3)
  PetaboxLoader3.datanode: 498.848 (4)
  PetaboxLoader3.resolve: 298.405 (2)
  load_resource: 353.136
*/