BODY {
	margin: 0 0;
	font-family : Georgia,'Times New Roman',Times,serif;
	color : #5B4723;
	font-size : 12px;
	background-color: #FCF5EF;
	background:url(/Assets/Images/Background.jpg);
	background-position: top;
	background-repeat: repeat-y;
}

div#container {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 500px;
}

	html>body div#container {
		height: auto;
		min-height: 500px;
	}


A {
	color : #0E5C46;
	text-decoration: underline;
}
A:link: {
	color : #0E5C46;
	text-decoration: underline;
}
A:visited: {
	text-decoration: underline;
	color : #D3C66A;
}
A:hover: {
	text-decoration: none;
	color : #D3C66A;
}

A.utilitynav {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size : 10pt;
	color : #0E5C46;
	text-decoration : none;
}

A.utilitynav:link {
	color : #0E5C46;
	text-decoration : none;
}

A.utilitynav:visited {
	text-decoration : none;
	color : #0E5C46;
}

A.utilitynav:hover {
	text-decoration : none;
	color : #A48D6E;
}

A.subnav {
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
	font-size : 8pt;
	color : #0E5C46;
	text-decoration : none;
	text-transform: uppercase;
}

A.subnav:link {
	color : #0E5C46;
	text-decoration : none;
}

A.subnav:visited {
	text-decoration : none;
	color : #0E5C46;
}

A.subnav:hover {
	text-decoration : none;
	color : #A48D6E;
}

A.subnav_current {
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: bold;
	font-size : 8pt;
	color : #A48D6E;
	text-decoration : none;
	text-transform: uppercase;
}

A.subnav_current:link {
	color : #A48D6E;
	text-decoration : none;
}

A.subnav_current:visited {
	text-decoration : none;
	color : #A48D6E;
}

A.subnav_current:hover {
	text-decoration : none;
	color : #A48D6E;
}

.navseperator {
	font-family: Georgia,'Times New Roman',Times,serif;
	color: #0E5C46;
	font-size: 7pt;
	font-weight: normal;
}

A.alertNav {
	font-family: Georgia,'Times New Roman',Times,Serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	color: #C60000;
	text-decoration: none;
}
A.alertNav:link {
	color: #C60000;
	text-decoration: none;
}
A.alertNav:visited {
	text-decoration: none;
	color: #C60000;
}
A.alertNav:hover {
	text-decoration: underline;
	color: #C60000;
}

.formInput {
	border : 1px solid #9B7A69;
	font-family : Arial,Helvetica,sans-serif;
	font-size : 9pt;
	text-align : left;
	vertical-align : top;
}

.formSubmit {
	background-color : #026046;
	border : 2px solid #9B7A69;
	cursor : pointer;
	color : #FFFFFF;
	font-weight : normal;
	font-size : 11pt;
	text-align : center;
	height: 26px;
	width: 66px;
}

.formSubmitGo {
	background-color : #026046;
	border : 2px solid #9B7A69;
	cursor : pointer;
	color : #FFFFFF;
	font-weight : normal;
	font-size : 8pt;
	text-align : center;
	height: 20px;
	width: 30px;
}

td.banner-left { background: url('/Assets/Images/banner-repeater-left.png') repeat-y; }

td.banner-right { background: url('/Assets/Images/banner-repeater-right.png') repeat-y; }

td.banner-bg { background: #ba8d77; }

#banner-callout { 
	float: left;
	display: inline;
	width: 843px;
	height: 200px;
}
html>body div#banner-callout {
		height: auto;
		min-height: 200px;
	}

.pad-left40 { padding: 0 0 0 40px; }