body{
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 70%;
	line-height: 150%;
	background-color: #CECFCE;
}

#MainContainer {
	width: 980px;
	margin: 10px auto 10px auto;
	background-image: url(/Images/Layout/Background-Main.jpg);
}

#PageHeader {
	background-image: url(/Images/Layout/Background-Header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 15px 15px 9px 15px;
}

#MainContentWrapper {
	float: left;
	width: 100%;
}

#MainContent {
	min-height: 300px;
	height: auto !important;
	height: 300px;
	margin: 0px 15px 0px 275px;
	background: #EEEEEE;
	padding: 10px 20px 20px 20px;
}

#LeftColumn {
	float: left;
	width: 250px;
	margin-left: -965px;
	background: #EEEEEE;
}

#PageFooter {
	clear: left;
	background-image: url(/Images/Layout/Background-Footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	text-align: center;
	padding: 9px 15px 15px 15px;
}

/* ====================================================================================== */
/* ===================================== STANDARD ======================================= */
/* ====================================================================================== */

h1, h2 {
	color: #060978;
}

h3, h4 {
	color: #000000;
}

h1 {
	font-size: 200%;
	margin-bottom: 40px;
	line-height: 120%;
}

h2 {
	font-size: 160%;
}

h3 {
	font-size: 140%;
}

h4 {
	font-size: 120%;
}

a:link, a:visited {
	color: #0012C0;
	text-decoration: underline;
}

a:hover {
	color: #0012C0;
	text-decoration: underline;
}

p.Error {
	color: #C00000;
}

hr {
	margin: 0px 0px 0px 0px;
	border: none 0px; 
	border-top: 1px solid #D7D7D7;
	height: 1px;
	clear: both;
}

.ClearLeft {
	clear: left;
}

/* ====================================================================================== */
/* ===================================== TABLES ========================================= */
/* ====================================================================================== */

table {
	margin: 20px 0px 20px 0px;
	padding: 0px;
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #060978;
}

table thead {
	background-color: #060978;
	color: #FFFFFF;
	text-align: left;
}

table thead tr th, table tbody tr td {
	padding: 2px 5px 2px 5px;
}

table tbody tr td {
	background-color: #F0F0F0;
	1border: 1px solid #060978;
}

table tbody tr.Odd td {
	background-color: #FFFFFF;
}

/* ====================================================================================== */
/* =================================== PAGE HEADER ====================================== */
/* ====================================================================================== */

#PageHeader h1 {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 250%;
}

#PageHeader div.HeadingAndLinks {
	background-color: #060978;
	margin-bottom: 3px;
	color: #FFFFFF;
}

#PageHeader div.HeadingAndLinksPadding {
	padding: 25px 0px 25px 20px;
}

#PageHeader div.HeadingAndLinksPadding div.Links {
	float: right;
	padding-right: 20px;
}

#PageHeader div.HeadingAndLinksPadding div.Links ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px
}

#PageHeader div.HeadingAndLinksPadding div.Links ul li {
	display: inline;
	padding: 0px 0px 0px 10px;
}

#PageHeader div.HeadingAndLinksPadding div.Links ul li.First {
	border-left: 0px;
}

#PageHeader div.HeadingAndLinksPadding div.Links a:link, #PageHeader div.HeadingAndLinksPadding div.Links a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#PageHeader div.HeadingAndLinksPadding div.Links a:hover {
	text-decoration: underline;
}

#PageHeader div.HeaderImage {
	height: 240px;
	background-image: url(/Images/Content/Header-Standard.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#PageHeader div.HeaderImage div.Caption {
	float: right;
	margin: 190px 0px 0px 0px;
	font-size: 150%;
	background-color: #FFFFFF;
	padding: 0.3em 1em 0.3em 1em;
	text-align: right;
}

/* ====================================================================================== */
/* ===================================== MAIN NAV ======================================= */
/* ====================================================================================== */

#NavBar {
	background-color: #060978;
	margin: 3px 0px 0px 0px;
	color: #FFFFFF;
	clear: both;
}

#NavBar ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	min-height: 2.6em;
	height: auto !important;
	height: 2.6em;
	color: #FFFFFF;
}

#NavBar ul li {
	background-color: #060978;
	padding: 0.6em 10px 0.2em 10px;
	display: inline;
	float: left;
	text-align: center;
	border-right: 1px solid #FFFFFF;
	height: 1.8em;
}

#NavBar ul li.Current {
	background-color: #0012C0;
}

#NavBar ul li:hover {
	background-color: #0012C0;
}

#NavBar ul li a:link, #NavBar ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#NavBar ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* ====================================================================================== */
/* ==================================== BREADCRUMB ====================================== */
/* ====================================================================================== */

ul.Breadcrumb {
	list-style-type: none;
	margin: 0px;
	padding: 0px
}

ul.Breadcrumb li {
	display: inline;
	margin-right: 0.3em;
}

/* ====================================================================================== */
/* ==================================== LEFT COLUMN ===================================== */
/* ====================================================================================== */

#LeftColumn div.Section {
	padding: 10px 10px 20px 10px;
}

#LeftColumn h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 150%;
}

#LeftColumn ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#LeftColumn ul li {
	border-bottom: 1px dotted #BBBBBB;
	color: #000000;
}

#LeftColumn ul li.Current,  {
	color: #0012C0;
}

#LeftColumn ul li ul li {
	border-bottom: 0px;
	border-top: 1px dotted #BBBBBB;
	padding-left: 20px;
}

#LeftColumn ul li a:link, #LeftColumn ul li a:visited {
	color: #000000;
	text-decoration: none;
}

#LeftColumn ul li a:hover {
	color: #0012C0;
}

/* ====================================================================================== */
/* =================================== PAGE FOOTER ====================================== */
/* ====================================================================================== */

#PageFooter div.Footer {
	background-color: #060978;
	color: #FFFFFF;
	padding: 5px;
}

#PageFooter div.Footer a:link, #PageFooter div.Footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#PageFooter div.Footer a:hover {
	text-decoration: underline;
}

/* ================================================================================================= */
/* ======================================= INFO BOX ================================================ */
/* ================================================================================================= */

div.InfoBox {
	clear: right;
	float: right;
	width: 200px;
	border:1px solid white;
	background-color: #060978;
	padding: 10px;
	margin: 0px 0px 10px 10px;
	color: #FFFFFF;
}

div.InfoBox h4 {
	color: #FFFFFF;
	margin: 0px 0px 10px 0px;
}

div.InfoBox a:link, div.InfoBox a:visited {
	color: #FFFFFF;
}

/* ================================================================================================= */
/* ===================================== PEOPLE LIST =============================================== */
/* ================================================================================================= */

ul.PeopleList {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.PeopleList li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: left;
}

ul.PeopleList li img {
	float: left;
	margin: 0px 20px 20px 0px;
}

/* ================================================================================================= */
/* ======================================= GOOGLE MAP ============================================== */
/* ================================================================================================= */

#map_canvas {
	width: 100%;
	height: 400px;
	border: 1px solid black;
}

#map_canvas2 {
	width: 100%;
	height: 400px;
	border: 1px solid black;
}

/* ================================================================================================= */
/* =========================================== FORMS =============================================== */
/* ================================================================================================= */

form {
	margin: 0px;
	padding: 0px;
}

fieldset br {
	clear: both;
}

fieldset {
	border: 1px solid #060978;
	padding-bottom: 10px;
	margin: 20px 0px 20px 0px;
}

fieldset legend {
	background-color: #060978;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 10px 3px 10px;
}

fieldset div.inputgroup {
	padding: 20px;
}

fieldset div.inputgroup p.Error {
	margin-top: 0px;
}

fieldset div.inputgroup p.Instructions {
	margin-top: 0px;
	margin-bottom: 20px;
}

fieldset div.inputgroup span.Annotation {
	font-size: 80%;
}

fieldset label {
	display: block;
	float: left;
	clear: left;
	width: 130px;
	margin-bottom: 10px;
	text-align: left;
	padding-right: 20px;
}

fieldset div.DisplayOnly {
	margin: 0px;
	padding: 0px;
}

fieldset input, fieldset textarea {
	display: block;
	width: 320px;
	float: left;
	margin-bottom: 10px;
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	border: 1px solid #060978;
}

fieldset input.Hidden {
	margin: 0px;
	border: 0px;
}

fieldset textarea {
	overflow: auto;
	scrollbar-3dlight-color: #FFFFFF; 
	scrollbar-arrow-color: #060978; 
	scrollbar-base-color: #FFFFFF; 
	scrollbar-darkshadow-color: #FFFFFF; 
	scrollbar-face-color: #FFFFFF; 
	scrollbar-highlight-color: #060978; 
	scrollbar-shadow-color: #060978; 
	scrollbar-track-color: #FFFFFF;
}

fieldset select {
	display: block;
	width: 320px;
	float: left;
	margin-bottom: 10px;
	font: 100% Arial, Verdana, Helvetica, sans-serif;
}

fieldset input.Submit {
	width: 100px;
	background-color: #060978;
	border: 1px solid #060978;
	color: #FFFFFF;
	font-weight: bold;
}

fieldset input.CheckboxRadio {
	width: 20px;
	background-color: transparent;
	border: 0px solid transparent;
}