BODY, TD, .NormalText {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px;
}

body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #ffffff;
}

a:active, a:visited, a:link, a:hover {
	color: #0000ff;
	text-decoration: underline;
}

UL,OL {
	margin-top: 12px;
	margin-bottom: 7px;
}

li {
	margin: 5px;
}

hr {
	width: 450px;
	border: 0px;
	color: #E6E6E6;
	background-color: #E6E6E6;
	height: 1px;
	margin-top: 16px;
	margin-bottom: 16px;
}

/****** CUSTOM ******/

.PageTitle {
	color: #534189;
	font-size: 20px;
}

.Title {
	font-size: 16px;
	color: #000099;
	font-weight: bold;
}

.RedTitle {
	font-size: 16px;
	color: #990000;
	font-weight: bold;
}

.LargeText {
	font-size: 16px;
}

.WhiteText {
	color: #ffffff;
}

.RedText {
	color: #990000;
}

.BlueText {
	color: #000099;
}

.SmallText {
	font-size: 10px;
}

table.tblBlurbText td {
	padding: 5px;
}

/* CUSTOM FORM ELEMENTS */

form {
	display: inline;
}

input.formInput {
	width: 310px;
}

input.formCity {
	width: 310px;
}

input.formState {
	width: 40px;
}

input.formZip {
	width: 60px;
}

textarea.formComments {
	width: 450px;
	height: 150px;
}

div.Highlight {
	background-color: #FFF9C7;
	padding: 10px;
	margin-bottom: 15px;
}

/**********/
/* LAYOUT */
/**********/

div#HomeMenu {
	margin-top: 90px;
	margin-left: 140px;
}

div#Header {
	width: 100%;
	height: 70px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #a49ed9;
}

div.HeaderImgs {
	margin-top: 15px;
	margin-left: 50px;
}

div#Body {
	width: 760px;
	background-image: url(../images/body-background.jpg);
	background-repeat: repeat-y;
}

div#NavBox {
	width: 120px;
	float: left;
	text-align: center;
	margin-top: 70px;
	padding-top: 20px;
	padding-bottom: 20px;
}

div#NavBox a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: block;
	width: 72px;
	height: 35px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 18px;
}

div#Content {
	width: 600px;
	float: left;
	margin-top: 70px;
	margin-bottom: 40px;
	margin-left: 20px;
	background-color: transparent;
}