﻿body
{
	font-family: Arial;
	color: black;
	border-left: #0000ff thin solid;
	margin-top: 0px;
	margin-left: 0px;
	width:782px;
}

a 
{
	text-decoration: none;
	color:Gray;
	}

.OrangeText 
{
	color:Orange;
	font-size: 14px;
	font-weight: bold;
	}
	
#topheader 
{
	position: absolute;
	left: 5px;
	top: 10px;
}

#nav 
{
	position: absolute;
	left: 540px;
	top: 10px;

}

#menubar {
	position:absolute;
	top:60px;
	left: 1px;
}

#headimage
{
	position:absolute;
	top:69px;
	left: 180px;
	}
	
#leftcontent
{
	position: absolute;
	left: 4px;
	top: 69px;
	background-color: #f5f5f5;
	height: 550px;
	width: 172px;
	font-family: Arial;
	font-size: 12px;
	color: gray;
	text-align: justify;
}

#maincontent
{
	position: absolute;
	left: 180px;
	top: 224px;
	width:360px;
	font-size:12px;
	color: GrayText;
	text-align:justify;
}

.LearnMoreButton
{
	background-image: url(Images/learn_more_rollvr.gif);
}

#rightcontent
{
	position: absolute;
	top: 224px;
	left: 580px;
	text-align: left;
	width:360px;
	font-size:12px;
	color: GrayText;
	text-align:justify;
}