﻿body, html
{
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
	height: auto;
}

body
{
	min-width: 820px;
	font-family: Arial, Verdana, Helvetica, Helv, Sans-Serif;
	text-align: center;
}

html
{
	overflow: scroll;
}

h1
{
	font-family: Arial Narrow, Lucida Sans, TW Cen MT, Arial, Helvetica, Helv, Sans-Serif;
	color: #FFFFFC;
	font-weight: bold;
	font-size: 1.6em;
	text-align: left;
}

h2
{
	font-family: Arial, Helvetica, Helv, Sans-Serif;
	font-weight: bold;
	font-size: 1.4em;
	text-align: left;
}

h3
{
	font-family: Arial, Helvetica, Helv, Sans-Serif;
	font-weight: bold;
	font-size: 1.2em;
	text-align: left;
}

h4
{
	font-family: Arial, Helvetica, Helv, Sans-Serif;
	font-weight: bold;
	font-size: 1.1em;
	text-align: left;
}

img
{
	border: 0;
}

a, a:visited
{
	text-decoration: none;
	color: #330099;
}

a:hover, a:active
{
	text-decoration: underline;
	color: #5500AA;
}

#Container
{
	overflow: hidden;
	width: 820px;
	height: auto;
	min-height: 620px;
	margin: 0px;
	padding: 174px 0px 0px 0px;
	text-align: center;
	z-index: 0;
	background: #C0E1FF url( '/images/BlueGrad_BG.gif' ) repeat-y left top;
}

#Banner
{
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 50%;
	background: #7FA6D1 url( '/images/BlueGrad_Banner.jpg' ) no-repeat left top;
	height: 174px;
	width: 787px;
	padding: 0;
	margin: 0px 0px 0px -393px;
	border: none 0px black;
	text-align: left;
	z-index: 100;
}

#HorizNav
{
	position: absolute;
	overflow: hidden;
	top: 146px;
	left: 50%;
	height: 41px;
	width: 787px;
	margin: 0px 0px 0px -393px;
	padding: 0px;
	text-align: left;
	border: none;
	z-index: 500;
}

/*	note master pages may override width, margin, padding */
#MainContent
{
	overflow: hidden;
	float: right;
	width: 787px; /*	Manually change in matching JS file if you change top margin here */
	margin: 0px 16px 0px 17px;
	padding: 0;
	height: auto;
	min-height: 400px;
	text-align: left;
	border: none;
	background: #C0E1FF url( '/images/BlueGrad_Gradient.jpg' ) repeat-x left top;
	z-index: 0;
}

#VertNavLeft
{
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 50%;
	height: auto;
	min-height: 400px;
	width: 166px;
	margin: 174px 0px 0px -393px;
	padding: 0;
	text-align: left;
	border-bottom: solid 1px #C0E1FF;
	z-index: 200;
}

#Main, #Header
{
	overflow: hidden;
	float: right;
	clear: none;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	width: 600px;
	z-index: 0;
	border: none;
	height: auto;
}

#Foot
{
	/* please leave float and clear out here.  Injected from master page */ /* float:none; 	clear: right */
	height: 155px;
	width: 820px;
	border: none;
	margin: 0;
	padding: 0;
	z-index: 100;
}

#HorizNav ul
{
	padding: 0px;
	margin: 0px;
	color: #7FA6D1;
	height: 24px;
	font: 1em Verdana, Tahoma, Arial, Helvetica, sans-serif; /*float: left; */
}

#HorizNav ul li
{
	padding: 0px;
	margin: 0px;
	display: inline;
}

#HorizNav ul li a, #HorizNav ul li a:visited
{
	float: left;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 165px;
	height: 24px;
	line-height: 24px;
	color: #25426A;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #555555;
	overflow: hidden;
}

#HorizNav ul li a:hover, #HorizNav ul li a:active
{
	background-color: #C0E1FF;
	color: #ffffff;
	text-decoration: underline;
}

#search
{
	padding: 0px;
	margin: 0;
	height: 100px;
	border-width: 0;
	overflow: hidden;
	text-align: right;
	border-right: solid 1px #C0E1FF;
	background: #97BCE2 url( '/images/BlueGrad_Nav_Gradient.jpg' ) repeat-x left top;
}

#Banner a
{
	font-family: Arial Narrow, Lucida Sans, TW Cen MT, Arial, Helvetica, Helv, Sans-Serif;
	font-size: 2em;
	font-weight: bold;
	text-decoration: none;
	color: #602288;
	margin: 0px;
	padding: 0px;
}


div.MNavNode, div.MNavSel
{
	text-align: right;
	margin: 0px;
	padding: 0px;
	border: none;
	width: 165px;
	overflow: hidden;
}

div.Main_Nav_Sep
{
	height: 1px;
	overflow: hidden;
}

div.MNavNode, div.Main_Nav_Sep
{
	border-right: solid 1px #C0E1FF;
	background-color: #97BCE2;
}

div.MNavSel
{
	border-top: solid 1px #C0E1FF;
	border-bottom: solid 1px #C0E1FF;
}

div.MNavNode a, div.MNavNode a:visited, div.MNavSel a, div.MNavSel a:visited
{
	/* background-color: #001166; */
	display: block;
	margin: 0px;
	padding: 10px;
	width: 150px;
	font: bold 1.0em Arial, Helvetica, Helv, sans-serif;
	color: #33456A;
	text-decoration: none;
}

div.MNavSel a, div.MNavSel a:visited
{
	display: block; /* background-color: #334185; */
	width: 150px;
}

div.MNavNode a:hover, div.MNavNode a:active, div.MNavSel a:hover, div.MNavSel a:active
{
	background-color: #6371B5;
	display: block;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	width: 150px;
	border: 0;
}

ul.Plain
{
	margin-left: 16px;
	list-style-type: none;
}

.black 
{
	color: #000000;
}

.clock
{
	font-family: Tahoma, Arial, Helvetica, Helv, sans-serif;
	font-size: 1em;
	color: #7778A6;
	margin: 0px 8px 0px 0px;
	line-height: 32px;
}

.DHTMLPrompt
{
	font-size: 0.96em;
	font-style: italic;
	font-weight: normal;
	color: #AAAAAA;
}

.Filters
{
	background-color: #c0e1ff;
}

.Filters1
{
	background-color: #99ccff;
}

.FloatLeft
{
	position: relative;
	float: left;
	clear: none;
}

.FormView
{
	border: solid 1px #70A0CC;
	background-color: #C0E1FF;
	font-size: 1em;
}

.lnht120
{
	line-height: 120%;
}

.menu
{
}

.PanelBorder, table.Login
{
	border-top: solid 1px #C0E1FF;
	border-right: solid 1px #7FA6D1;
	border-bottom: solid 1px #7FA6D1;
	border-left: solid 1px #C0E1FF;
	background-color: #C8E4F0;
}

.search
{
	margin: 0;
	padding: 0;
}

.search input
{
	padding: 0px;
	margin: 0px;
	width: 130px;
	font-size: 1em;
	font-weight: normal;
}

.search input.SearchButton
{
	color: #000000;
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	width: 130px;
	font-weight: bold;
	line-height: 150%;
	padding: 0px;
	margin: 0px;
}

.small 
{
	font-size: 0.96em;
}

.StatusMsg
{
	color: Green;
}

.StatusMsg_NonResult
{
	color: #999999;
}

.Validation
{
	color: Red;
}

.float_left
{
	float:left;
}

.float_right
{
	float:right;
}

.Width_120
{
	width:120px;
}

.ImageButtonLabel 
{
	font-size:0.85em;
}

