@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/grassbg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.oneColFixCtr #container {
	width: 955px;
	background-image: url(images/bgavas2.gif);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background-position: 640px 300px;
}
.oneColFixCtr #mainContent {
	width: 820px;
	text-align: left;
	margin-left: 5px;
}
.oneColFixCtr #header {
	height: 100px;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/vrheader001.gif);
}
.oneColFixCtr #footer {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 10px;
	background-color: #FFF;
}

.headermenu {
	height: 15px;
	width: 350px;
	margin-top: 67px;
	margin-left: 590px;
	text-align: center;
	float: left;
}

.leftContent {
	width: 350px;
	margin-right: 10px;
	float: left;
}
.rightContent {
	width: 220px;
	float: left;
	margin-right: 10px;
}

.content-bar-top {
	background-image: url(images/content-bar.gif);
	height: 12px;
	width: 350px;
}
.content-bar_s-top {
	background-image: url(images/content-bar_s.gif);
	width: 220px;
	height: 12px;
}

.content-bar {
	background-color: #FFF;
	width: 330px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
}
.content-bar_s {
	background-color: #FFF;
	width: 200px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
}
.content-bar-bottom {
	background-image: url(images/content-bar.gif);
	background-position: bottom;
	width: 350px;
	height: 12px;
}
.content-bar_s_bottom {
	background-image: url(images/content-bar_s.gif);
	background-position: bottom;
	height: 12px;
	width: 220px;
}
.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;
}
#header1 {
	display: inline-block;
	color: #295596;
	margin-bottom: 5px;
	font-size: 17px;
}
#header2 {
	display: inline-block;
	color: #295596;
	margin-bottom: 5px;
	font-size: 17px;
}

#linkbox {
	margin-bottom: 15px;
	margin-top: 3px;
}
#linkbox-right {
	margin-bottom: 10px;
	margin-top: 3px;
	text-align: right;
}

a:link {
	color: #CC7A00;
	text-decoration: none;
}
a:visited {
	color: #CC7A00;
	text-decoration: none;
}
a:hover {
	color: #CC7A00;
	text-decoration: underline;
}
a:active {
	color: #CC7A00;
	text-decoration: none;
}
a.menu:link {
	color: #CC7A00;
	text-decoration: underline;
}
a.menu:visited {
	color: #CC7A00;
	text-decoration: underline;
}
a.menu:hover {
	color: #214479;
	text-decoration: underline;
}
a.menu:active {
	color: #CC7A00;
	text-decoration: underline;
}
