body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #2A507D;
	margin: 0px;
	color: #CCCCCC;
}
#header {
	background-image: url(Assets/Images/images/VR_Header.jpg);
	height: 269px;
	width: 775px;
}
#content {
	background-image: url(Assets/Images/VR_Content_Gradient.jpg);
	background-repeat: repeat-x;
	padding-top: 30px;
	position: absolute;
	top: 270px;
	width: 765px;
}
.sidebar {
	background-color: #758EAB;
	position: static;
	width: 183px;
	left: 579px;
	top: 39px;
	float: right;
	background-image: url(Assets/Images/images/images/VR_SidebarCurve_Top.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	font-size: 10px;
	padding: 4px;
	color: #FFFFFF;
}
.footer {
	font-size: 9px;
	text-align: center;
	display: block;
	background-color: #333333;
	width: 763px;
}
#navmain {
	font-size: 13px;
	position: absolute;
	top: 70px;
	width: 760px;
	text-align: right;
	left: 0px;
	margin-right: 20px;
}
#navmain a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#navmain a:visited {
	color: #FFFFCC;
	text-decoration: none;
}
#navmain a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #3472A1;
}
p {
	padding-left: 10px;
	padding-right: 2px;
	font-size: 12px;
	line-height: 13px;
}
.floatright {
	float: right;
	padding-top: 4px;
	margin-top: 5px;
	margin-right: 4px;
	padding-right: 4px;
}
h1 {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	padding-right: 3px;
	padding-left: 10px;
	color: #FFFFFF;
}
h2 {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	padding-left: 5px;
}
.sidebar h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}
.sidebar p {
	line-height: 10px;
	z-index: 10;
	vertical-align: baseline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.floatleft {
	float: left;
	border: 1px solid #FFFFFF;
	margin: 10px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFF33;
}
a:hover {
	text-decoration: underline;
}
.floatleft2 {
	float: left;
	margin: 4px;
}
th {
	background-color: #3399CC;
	text-align: right;
	color: #FFFFFF;
	font-size: 12px;
}
.floatrightborder {
	float: right;
	border: 1px solid #FFFFFF;
	margin: 5px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
