@charset "UTF-8";
body {
	background-color: #9b9ea4;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	text-align: left;
	width: 900px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	background-repeat: repeat;
	background-image: url(images/background-2.jpg);
}
#header {
	width: 900px;
	height: 135px;
	background-image: url(images/VernHeader-2.jpg);
}
#headerText {
	width: 525px;
	height: 85px;
	float: right;
	margin-right: 55px;
	text-align: right;
	margin-top: 30px;
}
#menu {
	width: 790px;
	height: 38px;
	text-align: center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-left: 58px;
	margin-top: 5px;
	margin-bottom: 15px;
}
#menuAlt {
	width: 900px;
	height: 165px;
	text-align: center;
}
#content {
	width: 900px;
}
#contentLeft {
	width: 250px;
	padding-left: 55px;
	float: left;
	padding-top: 0px;
}
#contentRight {
	width: 512px;
	float: right;
	padding-right: 60px;
	margin-top: 0px;
}
#footer {
	width: 900px;
	background-image: url(images/footer.jpg);
	clear: both;
	height: 35px;
}
a:link		{
	color: #800000;
	text-decoration: underline
}

a:visited	{ color: #800000; text-decoration: underline }

a:active	{ color: #800000; text-decoration: underline }

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

p {
	font-family: Helvetica;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.bold {
	font-weight: bold;
}
h1 {
	font-size: 12px;
	color: #800000;
	font-family: Helvetica;
	font-weight: normal;
}
.h1Larger {
	font-size: 50px;
	color: #800000;
}
.larger1 {
	font-size: 18px;
	color: #800000;
	line-height: 20px;
	margin-top: 0px;
}
.larger2 {
	font-size: 14px;
	color: #800000;
}
.style1 #wrapper #content #contentRight .h1Larger .h1Larger .style1 .larger2 .larger1 .larger1 .larger1 .larger1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.para {
	color: #000;
}
