/* color guide

beige: c6bc89
maroon: 6e273d

*/

HTML, body {
	width: 100%;
	height: 100%;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	line-height: 18px;
}
a:link {
	color: #6e273d;
}
a:visited {
	color: #6e273d;
}
a:hover {
	color: #c6bc89;
}
h1 {
	font-size:24px;
	font-style: italic;
	color: #c6bc89;
	font-family: Arial Narrow, Helvetica, Arial, sans-serif;
}
h2 {
	font-size:20px;
	font-style: italic;
	color: #c6bc89;
	font-family: Arial Narrow, Helvetica, Arial, sans-serif;
}
h3 {
	font-size:18px;
	font-style: italic;
	color: #c6bc89;
	font-family: Arial Narrow, Helvetica, Arial, sans-serif;
}
h4 {
	font-size:16px;
	font-style: italic;
	color: #c6bc89;
	font-family: Arial Narrow, Helvetica, Arial, sans-serif;
}
h5 {
	font-size:14px;
	font-style: italic;
	color: #c6bc89;
	font-family: Arial Narrow, Helvetica, Arial, sans-serif;
}
h6 {
	font-size:12px;
	font-style: italic;
	color: #c6bc89;
	font-family: Arial Narrow, Helvetica, Arial, sans-serif;
}
hr {
	height: 1px;
	border: 0;
	color: #c6bc89;
	background-color: #c6bc89;
}

input, textarea, select {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px outset #BED600;
}
input:focus, textarea:focus, select:focus {
	background-color: #bed600;
}

A.FooterNavLink:LINK, A.FooterNavLink:VISITED  {
	font-size: 11px;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	color: #c6bc89;
}
A.FooterNavLink:HOVER  {
	border-bottom: 3px double;
	color: #fff;
}
A.ImgTxtLink:LINK, A.ImgTxtLink:VISITED  {
	font-size: 12px;
	padding-top: 10px;
	text-decoration: none;
	color: #6e273d;
}
A.ImgTxtLink:HOVER  {
	text-decoration:none;
	color: #c6bc89;
}
.FooterCopy {
	font-family: Helvetica, Arial, sans-serif;
	color:#000000;
	font-size: 11px;
}

#navTable TD:HOVER {
	background:url(images/nav-over-bg.gif)
}
#contactInc {
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #6e273d;
	line-height: 16px;
	padding-left: 35px;
	padding-top: 20px;
}
#leftColPic {
	text-align: center;
	padding-top: 10px;
	width: 225px;
}
.MaroonHeader {
	font-weight: bold;
	color: #6e273d;
}

.iopTableHeader {
	color:#fff;
	background-color:#6e273d;
	font-size:15px;
}	
#iopTable {
	background-color:#6e273d;
}
#iopTable TR {
	background-color:#ffffff;
	text-align: center;
	vertical-align: top;
}
#iopTable TR:HOVER {
	background-color:#FFFFCC;
	color:#000000;
}
#wagt_map_1 {
	text-align:left;
	padding-left: 5px;
	padding-bottom: 20px;
}
li {
	margin: 0;
	list-style: circle;
}
.imgBorderPadRight {
	float: right;
	border: 1px solid #000000;
	margin-left: 6px;
	margin-bottom: 6px;
}
.imgBorder {
	border: 1px solid #000000;
}
.quotes {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color:#333333;
}
.quotesSymbol {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: -20px;
	color:#6e273d;
}

