﻿body
{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 125%;
	background-color: #99C7A9;
	margin:0px;
}

body select, input, textarea
{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 125%;
}

mainPicture
{
    float:left;
}
.mainPageText
{
    clear:left;
	float:left;
	font-family: Arial;
	font-size: .9em;
	line-height: 17px;
	padding: 10px;
	width:960px;
}

#progressBackgroundFilter
{
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background-color: #FFF;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	z-index: 1000;
}

#processMessage
{
	position: fixed;
	top: 30%;
	left: 43%;
	padding: 10px;
	width: 14%;
	z-index: 1001;
	border: solid 1px #000;
	background-color: #FFF;
}
.MainDivBackground
{
	width: 1000px;
	margin-top:0px;
}
.SubDivBackground
{
	float: left;
	width: 980px;
	text-align: left;
	padding: 10px;
	background-image: url(../Images/background.jpg);
	background-repeat: repeat-y;
}
.NavLinks
{
	clear: left;
	float: left;
	width: 100%;
}
.NavLinks div
{
	width: 233px;
	text-align: center;
	padding: 5px 0px 8px 0px;
}
.NavLinks a
{
	color: #00427A;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.5em;
}

.NavLinks a:hover
{
	color:#008842;
	font-size:1.6em;
}

.footerText
{
	float:left;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	width:1000px;
}

.footerText a
{
	color: #333333;
	text-decoration: none;
}

.footerText a:visited
{
	color: #333333;
}

.footerText a:active
{
	color: #333333;
}

.footerText a:hover
{
	text-decoration: underline;
}

h1
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 2em;
	color: #00427A;
	line-height: 100%;
	margin: 0px;
	font-weight: normal;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 110%;
	color: #333333;
	font-weight: bold;
	margin: 0px;
}

.navigation
{
	font: bold .9em/16px Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	padding: 8px 6px 10px 20px;
	border-bottom: 1px solid #A6CE39;
	width: 174px;
	color: #333333;
	line-height: 120%;
}

.ModalBackground
{
    background-color: #AAAAAA;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.50;
    opacity: 0.50;
}
.navigation:hover
{
	background: #A6CE39;
	color: #0055A4;
}

.SilverOneLineHeader
{
	background-position: bottom left;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	height: 23px;
}
.ModualOutsideDiv
{
	border: solid 1px #00a;
	height: 150px;
	background-color: #99C7A9;
	border: 1px solid #F4F9E5;
}
.ModualBodySection
{
	vertical-align: top;
}

