body {
	background-color: silver;
	background-image: url(../images/stripe_bg.png);
	background-repeat: repeat;
	text-decoration: none;
	margin: 0;
	height: 100%;
}
#content {
	width: 800px;
	background-repeat: repeat;
	padding-top: 10px;
	padding-right: 7px;
	padding-left: 7px;
	position: relative;
	left: auto;
	right: auto;
	margin-left: 140px;
}
a:link { color: black; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; text-decoration: none; }
a:visited { color: black; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; text-decoration: none; }
a:hover { color: silver; text-decoration: underline; }
a:active { text-decoration: none; }
#header {
	color: #FFFFFF;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	background-image: url(../images/vt_forest.png);
	position: absolute;
	height: 90px;
	width: 800px;
	z-index: 1;
	padding-top: 0px;
	padding-bottom: 0px;
	display: block;
	letter-spacing: 2px;
	white-space: normal;
	text-align: inherit;
}
#navtabs a {
	color: #d6d6d6;
	font-size: 10pt;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	background-color: #666;
	display: block;
	padding: 4px 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	top: 67px;
	left: 50px;
	z-index: 2;
	float: left;
	clear: right;
	margin-right: 2px;
	margin-left: 2px;
}

#navtabsactive {
	font-size: 10pt;
	color: #777;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	background-color: #fffae9;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	top: 67px;
	left: 50px;
	z-index: 3;
	float: left;
	margin-right: 2px;
	margin-left: 2px;
	padding: 4px 15px;
	display: block;
}
#navtabs a:hover { color: white; background-color: #b1b1b1; display: block; /*Menu hover bgcolor*/
}
#mainbody {
	background-color: white;
	background-image: url(../images/grad_bg.png);
	background-repeat: repeat-x;
	width: 800px;
	margin-top: 60px;
	padding-top: 60px;
}
#bodycontent {
	color: black;
	font-size: 10pt;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	margin-left: 20px;
	padding-right: 20px;
	height: 100%;
}
#foot {
	background-color: white;
	background-image: url(../images/grad_bg_bottom.png);
	background-repeat: repeat-x;
	width: 800px;
	height: 70px;
}
#footer {
	color: white;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	background-repeat: repeat;
	text-align: center;
	width: 800px;
	height: 80px;
	padding-top: 10px;
	background-image: url(../images/black-70.png);
}
#adsense {
	float: left;
	height: 601px;
	width: 121px;
	position: absolute;
	margin-top: 120px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 8px;
}
