﻿body {
	background-color: white;
	color: black;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 10pt;
}


/* Headers */
h2, h3, h4, h5 {
	color: #920000;
	font-weight: bold;
	margin: 1em 0 0.5em 0;
}
h2 {
	border-bottom: solid 0.15em;
	font-size: 1.5em;
	margin-top: 0;
}
h3 {
	font-size: 1.25em;
}
h4 {
	font-size: 1.15em;
}
h5 {
	
}


/* Standard content */
p {
	margin: 0.5em 0 1em 0;
}

a {
	color: #B35800;
	text-decoration: underline;
}
a:link {
	text-decoration: underline;
}
a:visited {
	color: #98835C;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

td {
	font-size: 1em;
	vertical-align: top;
}

hr {
	color: #000;
	line-height: 0.15em;
	height: 0.15em;
}


/* Template */
#Container {
	margin: 0 auto;
	width: 768px;
}

#Header {
	padding: 1em;
}
#Header h1 {
	display: none;
}

#Menu {
	background: #600 url('../Images/bgMenu.png') repeat-x 0 0;
	font-size: 1.25em;
	height: 29px;
}
#Menu ul {
	height: 100%;
}
#Menu ul li {
	float: left;
	height: 100%;
}
#Menu ul li a {
	color: white;
	display: block;
	line-height: 29px;
	padding: 0 0.75em;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}
#Menu ul li a:hover {
	background: #FC0 url('../Images/bgMenu-Over.png') repeat-x 0 0;
}

#ContentArea {
	background-color: #E0CEAD;
	clear: both;
	padding: 1em;
}
#ContentArea table#ContentTable {
	width: 100%;
}
#ContentArea #Sidebar {
	border-left: dotted 0.15em #920000;
	padding: 0 0 0 1em;
	width: 25%;
}
#ContentArea #Content {
	padding: 0 1em 0 0;
}

#Footer {
	background-color: #BB7200;
	color: white;
	font-size: 0.7em;
	padding: 0.75em 1.3em;
}
#Footer #Copyright {
	float: left;
}
#Footer #Policies {
	text-align: right;
}
#Footer a {
	color: white;
}


/* Lists */
#ContentArea ul, #ContentArea ol {
	margin: 0.5em 0 1em 1.5em;
}
#ContentArea ul li {
	list-style-type: disc;
}
#ContentArea ul li li {
	list-style-type: circle;
}
#ContentArea ul li li li {
	list-style-type: square;
}

#ContentArea ol li {
	list-style-type: decimal;
}
#ContentArea ol li li {
	list-style-type: lower-alpha;
}
#ContentArea ol li li li {
	list-style-type: lower-roman;
}


/* News articles */
#Sidebar .Article {
	font-size: 0.8em;
}

.Article {
}
.Article .Title {
	font-weight: bold;
}
.Article .Date {
	font-size: 0.9em;
	font-style: italic;
}


/* Forms */
input, select, textarea {
	background-color: #FFF7E0;
	border: solid 0.1em #000;
}
input.FullText {
	width: 100%;
}
input.Phone {
	width: 10em;
}
textarea {
	width: 100%;
	height: 8em;
}


table.Form th, table.Form td {
	vertical-align: top;
}
table.Form th {
	border-right: solid 0.1em #000;
	font-weight: normal;
	text-align: right;
	padding: 0.25em 0.5em 0.25em 0;
}
table.Form td {
	padding: 0.25em 0 0.25em 0.5em;
}
table.Form th.Required {
	font-weight: bold;
}
table.Form td table td {
	border: 0;
	text-align: left;
	padding: 0;
}


/* Other styles */
.Note {
	font-size: 0.8em;
	font-style: italic;
}

.Error {
	color: #E00;
}
input.Error, select.Error {
	background-color: #FCC;
	border-color: #900;
	color: #900;
}