﻿body 
{
	background-color: #D0DCEE;
	text-align: center;
	font-family: Tahoma, Arial, Sans-Serif;
}
div, span
{
	/*
	 border-style:solid; 
	 border-width: 1px;
	*/
}
div#Page 
{
	border-color: #3F71B5;
	border-width: 1px;
	border-style: solid;
	background-color: #FFFFFF;
	width: 45em;
	margin: auto;  /* center */
	overflow: hidden;
	text-align: left;
	padding-bottom: 15px;
	min-height: 550px;
	max-width: 95%;
	min-width: 750px;
}
div#PageHeader
{
	width: 100%; 
	height: 85px;
}
div#Menu
{
	width: 50em;
	max-width: 95%;
	min-width: 750px;
	height: 1.3em;
	background-color: #7C9CCD;
	margin-left: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	padding-left: 4.0em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	overflow: visible;

}
div#BreadCrumb
{
	height: 1.0em;
	margin-top: 0.5em;
	margin-left: 2.0em;
	margin-bottom: 0.5em;
	float: left;
	font-size: 0.8em;
}
div#Date 
{
	margin-right: 2.0em;
	text-align: right;
	font-size: 0.8em;
}
div#PageContent
{
	margin-top: 1.0em;
	margin-left: 0.5em;
	overflow: hidden;
}
div#PageFooter
{
	width: 100%; 
	height: 3.0em;
	text-align:center;
	font-size: 0.8em;
	padding-top: 1.0em;
}
span#Logo
{
	float: left;
	width: 285px;
	height: 70px;
}
span#UpperRight
{
    float: right;
    width: 115px;
    height: 79px;
}
div.ContentFrame
{
	border-style: dashed;
	border-width: 1px;
	border-color: #969696;
	margin-right: 0em;
	margin-top: 0em;
	margin-bottom: 1.0em;
	padding: 0.5em 0.5em 0.5em 0.5em;
}
div#Navigation
{
    width: 13em; 
    margin-left: 0.5em; 
    float: left;
}
div#Content
{
    float: left; 
    width: 29em; 
    margin-left: 1.0em; 
    min-width: 13em;
}
h1
{
	color: #C28643;
	font-size: 1.3em;
	margin-top: 0.0em;
	margin-bottom: 0em;
	padding-top: 0em;
	padding-bottom: 0em;
}
h2
{
	color: #3F71B5;
	font-weight: bold;
	font-size: 0.9em;
	margin-top: 1.0em;
	margin-bottom: 0em;
	padding-top: 0em;
	padding-bottom: 0em;
}
.NavMenuTitle
{
	color: #3F71B5;
	font-weight: bold;
	font-size: 0.9em;
	margin-top: 0.0em;
	margin-bottom: 0em;
	padding-top: 0em;
	padding-bottom: 0em;
}
h3
{
	color: #000000;
	font-weight: bold;
	font-size: 0.8em;
	margin-top: 1.0em;
	margin-bottom: 0em;
	padding-top: 0em;
	padding-bottom: 0em;
}
.TopMenu
{
	color: #FFFFFF;
	background-color: #7C9CCD;
	font-family: Tw Cen MT,Tahoma,Arial,San-Serif;
	white-space: nowrap;
}
.TopMenu a
{
	color: White;
	font-size: 1.3em;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.TopMenu a:hover
{
	background-color: #3F71B5;
	color: White;
}
.TopMenu .AspNet-Menu-Horizontal
{
    position: relative;
    z-index: 500;
}
.TopMenu .AspNet-Menu-Horizontal ul.AspNet-Menu
{
    width: 50em;
    max-width: 95%;
}
/* format first level */
.TopMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li
{
	background-color: #7C9CCD;
    padding-left: 0.5em;
    padding-right: 0.5em;
    text-align:center;
}
/* format second level */
.TopMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul
{
  	font-size: 1.0em;
  	background-color: #7C9CCD;
    left: 0;
    top: 100%;
    white-space: nowrap;
    position: absolute;
    z-index: 600;
}
.TopMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul li
{
    clear: both;
    padding-bottom: 0.5em;
}
.TopMenu .AspNet-Menu-Selected /* this tier is selected */
{
    background-color: #D0DCEE;
    color: White;
}
.TopMenu .AspNet-Menu-ChildSelected /* a tier below this one is selected */
{
    background-color: #D0DCEE;
    color: White;
}
.TopMenu .AspNet-Menu-ParentSelected /* a tier above this one is selected */
{
}

.SideMenu
{
	color: #FFFFFF;
	font-family: Tw Cen MT,Tahoma,Arial,San-Serif;
	margin-left: 0.0em;
}
.SideMenu .AspNet-Menu 
{
    position: static;
}
.SideMenu .AspNet-Menu-Vertical
{
    z-index: 200;
}
.SideMenu .AspNet-Menu-Link,
.SideMenu a 
{
	color: Black;
	font-size: 1.2em;
	padding-left: 0.2em;
	padding-bottom: 0.2em;
}
.SideMenu a:hover
{
	background-color: #3F71B5;
	color: White;
}
.SideMenu ul
{
    left: 1.0em;
}
.SideMenu .AspNet-Menu-Selected /* this tier is selected */
{
    background-color: #D0DCEE;
    color: Black;
}
.SideMenu .AspNet-Menu-ChildSelected /* a tier below this one is selected */
{
    background-color: #D0DCEE;
    color: Black;
}
.SideMenu .AspNet-Menu-ParentSelected /* a tier above this one is selected */
{
}

img
{
	border-style: none;
}
p
{
	margin-top: 0.5em;
	margin-bottom: 1.0em;
	margin-right: 1.0em;
	font-size: 0.8em;
}
p#Mission 
{
}
p#Vision
{
}
a.More
{
	color: #3F71B5;
	text-align: right;
	float: right;
	text-decoration: none;
	margin-bottom: 1.0em;
	font-size: 0.8em;
}
a.MoreQuote
{
	color: #3F71B5;
	text-align: right;
	float: right;
	text-decoration: none;
	font-style: normal;
}
a
{
	color: #3F71B5;
	text-decoration: underline;
	font-size: 1.0em;
}
a:hover
{
	background-color: #D0DCEE;
}
ul 
{
	margin-top: 0em;
	list-style-type: square;
	font-size: 0.8em;
	padding-left: 2.0em;
	margin-left: 0em;
}
span.keyword
{
	font-weight: bold;
	text-transform: capitalize;
}
.FieldLabel
{
	font-size: 0.8em;
	font-weight: bold;
	display: block;
	width: 12em;
	vertical-align: top;
	float: left;
}
.FieldValue
{
}
.SubmitButton 
{
	margin-left: 150px;
}
.ValidationError 
{
	font-size: 0.8em;
}
.Response 
{
	font-size: 1.6em;
}
.Error
{
	font-size: 1.6em;
	color: Red;
}
.RightQuote
{
	float: right;
	border-left-style: solid;
	border-left-width: thick;
	font-size: 0.8em;
	width: 10em;
	padding-left: 1.0em;
	margin-left: 2.0em;
	font-style: italic;
	margin-bottom: 0.5em;
	margin-right: 2.0em;
}
.LeftQuote
{
	float: left;
	border-right-style: solid;
	border-right-width: thick;
	font-size: 0.8em;
	width: 150px;
	padding-right: 1.0em;
	margin-right: 2.0em;
	font-style: italic;
	margin-bottom: 0.5em;
	margin-left: 2.0em;
}
.Intro 
{
	font-size: 0.8em;
	font-style: italic;
}
