body {
	text-align: center;
	background-color: #000000;
	margin: 0px;
	background-image: url(../images/BodyBg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.container	{
	margin: 0em auto;
	width: 980px;
	text-align: left;
	}

.Main {
}

/*** Header styles *****************/

.Header {
	padding: 0;
	margin: 0;
	height: 100px;
}
.Logo {
	float: left;
	margin-top: 21px;
}
.Utility {
	float: right;
	margin-top: 28px;
	margin-right: 20px;
	font-size: 100%;
}

/*** General Tags *****************/

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover, a:active	{
	color: #86AC40;
	text-decoration: underline;
	}
	
p	{
	font-size: 90%;
	line-height: 130%;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 0px;
	color: #FFFFFF;
	}
h1	{
	color: #CC3300;
	font-size: 150%;
	line-height: 100%;
	font-weight: normal;
	padding-top: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	}
	
h2	{
	color: #CC3300;
	margin: 15px 0 10px 0;
	font-size: 130%;
	text-align: left;
	line-height: 100%;
	font-weight: bold;
	}
	
h2 a:link {
	color: #0033CC;
	text-decoration: none;
}

h2 a:visited {
	color: #000099;
	text-decoration: none;
}

h2 a:hover, h2 a:active	{
	color: #0000FF;
	text-decoration: underline;
	}
	
h3	{
	color: #CC3300;
	margin: 0px 0 5px 0;
	font-size: 110%;
	text-align: left;
	line-height: 100%;
	font-weight: bold;
	}

h4	{
	font-weight: bold;
	margin-top: 0px;
	font-size: 110%;
	margin-bottom: 10px;
	color: #133285;
	line-height: 130%;
	}
	
ul {
	line-height: 110%;
	margin-top: 8px;
	margin-bottom: 15px;
	list-style-image:  url("../images/bullet.gif");
	font-size: 90%;
	text-align: justify;
	}

li {
	padding-bottom: 8px;
	}
	
/************ footer styles **************/
.Footer {
	clear: both;
	margin-bottom: 0px;
	margin-top: 20px;
	padding-left: 20px;
	}
	
.Footer	p{
	line-height: 150%;
	}
	
.Footer a:link	{
	color: #FFFFFF;
	text-decoration: none;
	}
	
.Footer a:hover, .Footer a:active	{
	color: #99CC33;
	text-decoration: underline;
	}
.Footer a:visited	{
	color: #FFFFFF;
	text-decoration: none;
	}
	
/*** Forms styles *************************************/

.FormFieldLeft  		{
	direction:ltr;
	text-align: left;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	font-size: 85%;
}

.FormField		{
	direction:ltr;
	text-align: left;
	background-color: #FFFFFF;
	font-size: 95%;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
}

.FormButton 		{
	FONT-SIZE: 90%;
	text-align: center;
	font-weight: bold;
}
#MainFlash {
	clear: both;
	height: 285px;
	margin-bottom: 15px;
}
.Green {
	color: #99CC33;
}

.Green a:link {
	color: #99CC33;
	text-decoration: none;
}

.Green a:visited {
	color: #99CC33;
	text-decoration: none;
}

.Green a:hover, .Green a:active	{
	color: #99CC33;
	text-decoration: underline;
	}
	
.MainBtns {
	float: right;
	width: 50%;
}
.MainText {
	float: left;
	width: 45%;
	padding-left: 20px;
}
.MainBtns p {
	padding-left: 15px;
	font-size: 75%;
}
.FooterLinks {
	float: left;
	width: 50%;
}
.FooterSubLinks {
	float: right;
	width: 45%;
	text-align: right;
	color: #FFFFFF;
	font-size: 75%;
}
.Left {
	float: left;
}
.Right {
	float: right;
}

