HTML {
	margin: 0px;
	width: 100%;
	height: 100%;
	color: black;
	background: #252525;
	overflow: auto;
}

BODY {
	margin: 0px;
	width: 100%;
	height: 100%;
	color: black;
	background: #252525;
	overflow: auto;
	font-family: Lucida Grande, Verdana, Arial, Helvetica;
	font-size: 10pt;
}

A {color: #0000C0; text-decoration:none;}
A:visited {color: #0000C0;}
A:hover {text-decoration: underline;}

.PageIndent {
	width: 900px;
	margin: 0 auto;
}

.ControlBar {
	background: #337D96; 
	height: 25px; 
	line-height: 25px; 
	color: white;
}	

.ControlBar A {color: white;}

.MainBanner {
	background-image: url('../images/banner_grad1.jpg'); 
	background-repeat: repeat-x;
}

.MainBannerHeight {
	height: 200px;
}

.MainBanner2 {
	position: relative; width: 100%; overflow: visible;
}	

.MainBanner A {color: white;}

H1 {
	margin: 0;
	padding: 30px 0px 10px 0px;
	line-height: 1em;
	font-size: 32pt; 
	color: white; 
	font-family: Bookman Old Style, Georgia, Garamond, Times New Roman;
	text-shadow: #6374AB 2px 2px 2px;
	font-weight: normal;
}

.MainBannerText {
	color: white; 
	width: 600px; 
	font-family: Bookman Old Style, Georgia, Garamond, Times New Roman;
	font-size: 14pt; 
	line-height: 150%;
}

.TabBar {
	margin: 0;
	padding: 10px 10px 0px 0px;
}

.Tab {
	display: inline-block;
	margin-left: 5px; 
	float: left; 
	height: 25px; 
	padding: 0px 10px 0px 10px; 
	line-height: 25px; 
	font-size: 10pt; 
	overflow: hidden; 
	text-align: center; 
	color: white;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

A.Tab {
	color: white;
	text-decoration: none;
}

A.Tab:hover {
	color: red;
	text-decoration: none;
	background: white;
}

A.SelectedTab {
	background: #2C8AAF;
}

A.SelectedTab:hover {
	color: white;
	text-decoration: none;
	background: #3A98B9;
}

#PageContent2 {
	margin-top: 2em;
	margin-bottom: 0;
	padding-bottom: 1em;
	color: black;
}

.Footer {
	padding: 1em;
	background: #252525;
	font-size: 8pt;
}

.Footer P {
	margin: 0.5em 0 0.5em 0;
}

.Footer A {
	color: white;
	text-decoration: none;
}

.Footer A:hover {
	text-decoration: underline;
}

.BoxWrapper {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: white;
	margin-bottom: 2em;	
	background: #FCFCFC;
	border: solid 1px #E0E0E0;

	-moz-box-shadow: 5px 5px 5px #ccc;
	-webkit-box-shadow: 5px 5px 5px #ccc;
	box-shadow: 5px 5px 5px #ccc;
}

.BoxWrapper .BoxWrapperHeading {
	font-size: 10pt;
	padding: 5px 5px 5px 8px;
	font-family: Bookman Old Style, Georgia, Garamond, Times New Roman;
	font-weight: normal;
	font-size: 14pt;
	border-bottom: solid 1px #808080;
	margin: 0;
	background: #F7F7FF;
	-moz-box-shadow: 	0px 1px 2px #ccc;
	-webkit-box-shadow:	0px 1px 2px #ccc;
	box-shadow: 		0px 1px 2px #ccc;
}

.BoxWrapper .BoxWrapperContent {
	padding: 8px 15px 8px 10px;
}

.BoxWrapper .BoxWrapperContent P {
	margin: 0.5em 0 0.5em 0;
	line-height: 150%;
}

.BoxWrapper .BoxWrapperContent LI {
	margin: 0.5em 0 0.5em 0;
	line-height: 125%;
}


A.FindOutMore {
	display: block; background: green; padding: 2px; width: 180px; text-align: center; margin-top: 10px;
	font-family: Bookman Old Style, Georgia, Garamond, Times New Roman;
	font-size: 14pt; 
	line-height: 150%;
	color: white;
	text-decoration: none;
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
}

A.FindOutMore:hover {
	color: red;
	-moz-box-shadow: 		0px 0px 3px 3px #ccc;
	-webkit-box-shadow: 	0px 0px 3px 3px #ccc;
	box-shadow: 		0px 0px 3px 3px #ccc;
}


A.MoreButton {
	display: inline-block; background: green; padding: 5px 10px 5px 10px; text-align: center; margin-top: 10px;
	font-family: Bookman Old Style, Georgia, Garamond, Times New Roman;
	font-size: 10pt; 
	line-height: 150%;
	color: white;
	text-decoration: none;
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
}

A.MoreButton:hover {
	color: red;
	-moz-box-shadow: 		0px 0px 3px 3px #ccc;
	-webkit-box-shadow: 	0px 0px 3px 3px #ccc;
	box-shadow: 		0px 0px 3px 3px #ccc;
}


.NavBar {
	margin: 25px 20px 0px 50px;
	width: 200px;
	float: right;
}

.NavBar A {
	text-decoration: none;
}

.NavBar .BoxWrapper .BoxWrapperHeading {
	background: #FFFFE0;
}

.NavBar .BoxWrapper .BoxWrapperContent {
	background: #FFFFF0;
}

.Footer {color: white; min-height: 100px;}


.Breadcrumbs {
	font-size: 8pt;
	color: white;
}

.Breadcrumbs A {
	color: white;
	text-decoration: none;
}

.Breadcrumbs A:hover {
	text-decoration: underline;
}


#PageContent2 UL {
	margin: 0px 0px 0px 40px;
}

#PageContent2 OL {
	margin: 0px 0px 0px 40px;
}

#PageContent2 LI {
	display: list-item;
	list-style: disc outside;
	line-height: 150%;
}

#PageContent2 OL LI {
	line-height: 150%;
}



UL.DisplayList {
	margin: 0px 0px 0px 40px;
}

.DisplayList LI {
	display: list-item;
	list-style: disc outside;
	line-height: 150%;
}


.Rounded {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.InputForm TH {
	font-weight: normal;
	color: #000080;
	padding-right: 20px;
	width: 150px;
	padding: 4px 4px 4px 0px;
}

.InputForm TD {
	padding: 4px;
}

.InputForm TD INPUT {
	padding: 3px;
}

.InputForm TD SELECT {
	padding: 3px;
}

.PopupHelp {padding: 10px;}
.PopupHelp P {margin: 0.5em 0 0.5em 0; font-size: 8pt; line-height: 150%;}

.btn {padding: 3px 5px 3px 5px;}

.VT {vertical-align: top;}
.B {font-weight: bold;}
.AR {text-align: right;}
.RED {color: #C00000;}
.GREEN {color: #008000;}
.GREY {color: #808080;}
.si {width: 16px; height: 16px; border: 0;}
.vi {width: 40px; height: 40px; border: 0;}
.FS8 {font-size: 8pt;}
