﻿body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

#Site {
	background-color: #DBD8C7;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

#SiteHeader {
	text-align: center;
}

#Navigation {
	background-color: #DBD8C7;
	float: left;
	text-align: left;
}

#Navigation a {
	color: #000000;
	font-weight: bold;
	margin-left: 10px;
	text-decoration: none;
}

#Navigation a:hover {
	color: #FFFFFF;
}

#Navigation .Heading {
	margin: 5px 0px 2px 0px;
}

#NavigationContainer {
	background: #DBD8C7 url('../Images/Site/NavigationBG.gif') no-repeat;
	height: 400px;
	margin: 5px 0px 0px 25px;
	width: 189px;
}

#NavigationContainer .NavigationItem {
	color: #ffffff;
	display: block;
}

#NavigationContainer .NavigationItem:hover {
	color: #c0c0c0;
}

#NavigationFooter {
	margin: 0px 0px 0px 24px;
	width: 187px;
}

#Content {
	background-color: #DBD8C7;
	height: 404px;
	float: right;
	text-align: left;
	width: 586px;
}

.ContentBlockContainer {
	background: #DBD8C7 url('../Images/Site/Seperator.gif') no-repeat;
	padding: 10px 0px 0px 20px;
	margin: 0px 0px 20px 0px;
}
.ContentBlockLeft {
	float: left;
	width: 160px;
}
.ContentBlockRight {
	float: right;
	width: 360px;
}
.ContentBlockRight a {
	color: #7B868B;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
}
.ContentBlockRight a:hover {
	color: #000000;
}
.ContentBlockFull {
	float: left;
	width: 520px;
}

#Content .FieldHeading {
	float: left;
	font-weight: bold;
	height: 30px;
	width: 180px;
}
#Content .FieldTextBox {
	font-family: Arial;
	font-size: 11px;
	width: 300px;
}
#Content .FieldDropDown {
	font-family: Arial;
	font-size: 11px;
	width: 100px;
}
.Info {
	color: Green;
	font-weight: bold;
}
.Error {
	color: Red;
	font-weight: bold;
}
#Content br {
	clear: left;
}

#Footer {
	background-color: #DBD8C7;
	height: 15px;
	text-align: center;
}

.FAQHeading {
	font-weight: bold;
	float: left;
	cursor: pointer;
	cursor: hand;
}
.FAQAnswer {
	clear: right;
	display: none;
	visibility: hidden;
}
.FAQCategory {
	font-weight: bold;
	float: right;
}