BODY {
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0; 
	background-color: #E6BB6D;
	font-family: Arial,Helvetica,sans-serif;
	color: #020202;
	font-weight: normal;
	font-size : 12px;
	line-height : 22px;
	background-image: url(/Assets/Images/Background.jpg);
	background-position: center;
	background-repeat: repeat-y;
}

LI {
	color: #020202;	
}

A {
	color : #E9DFC6;
	text-decoration : underline;
}

A:link {
	color : #E9DFC6;
	text-decoration : underline;
}

A:visited {
	text-decoration : underline;
	color : #E9DFC6;
}

A:hover {
	text-decoration : underline;
	color : #330000;
}

A.menuNav {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size : 9px;
	color : #524D42;
	text-decoration : none;
}

A.menuNav:link {
	color : #524D42;
	text-decoration : none;
}

A.menuNav:visited {
	text-decoration : none;
	color : #524D42;
}

A.menuNav:hover {
	text-decoration : none;
	color : #330000;
}

A.bioNav {
	color : #330000;
	text-decoration : underline;
}

A.bioNav:link {
	color : #330000;
	text-decoration : underline;
}

A.bioNav:visited {
	text-decoration : underline;
	color : #330000;
}

A.bioNav:hover {
	text-decoration : underline;
	color : #A8A18E;
}

A.promoNav {
	font-weight: bold;
	font-size : 14px;
	line-height : 24px;
	color : #330000;
	text-decoration : none;
}

A.promoNav:link {
	color : #330000;
	text-decoration : none;
}

A.promoNav:visited {
	text-decoration : none;
	color : #330000;
}

A.promoNav:hover {
	text-decoration : underline;
	color : #A8A18E;
}

.headline {
	font-family : Arial,Helvetica,sans-serif;
	color : #330000;
	font-weight : bold;
	font-size : 15px;
	line-height : 19px;
}

.subhead {
	font-family : Arial,Helvetica,sans-serif;
	color : #330000;
	font-weight : normal;
	font-size : 12px;
	line-height : 16px;
}

.normal {
	font-family : Arial,Helvetica,sans-serif;
	color : #020202;
	font-weight : normal;
	font-size : 12px;
	line-height : 22px;
}

.normalBold {
	font-family : Arial,Helvetica,sans-serif;
	color : #020202;
	font-weight : bold;
	font-size : 12px;
	line-height : 22px;
}

.small {
	font-family : Arial,Helvetica,sans-serif;
	color : #000000;
	font-weight : normal;
	font-size : 10px;
	line-height : 20px;
}

.footer {
	font-family : Arial,Helvetica,sans-serif;
	color : #F4E4C0;
	font-weight : normal;
	font-size : 10px;
	line-height : 20px;
}

.alert {
	font-family : Arial,Helvetica,sans-serif;
	color : #FF0000;
	font-weight : bold;
	font-size : 12px;
	line-height : 22px;
}

.formInput {
	border:1px solid #330000;
	font-family : Arial,Helvetica,sans-serif;
	font-size:10px;
	text-align:left;
	vertical-align:top;
}

.formSubmit {
	background-color:#E9DFC6;
	border: 1px solid #330000;
	color: #330000;
	cursor:pointer;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	text-align:center;
}

