﻿body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #336CC5;
	background-image: url(../images/backdrop-large2.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.content
{
	background-image: url(../images/index_sub_bg.jpg);
	background-repeat: no-repeat;
	background-color: #40610A;
	width: 100%;
	height: 800px;
	position: relative;
}



.headerbox
{
	width:100%;
	height:100px;
	position:relative;
}

.emailbox
{
	position:absolute;
	right:0px;
	width: 260px; 
	height: 25px;
	color:White;
}

.mainbody
{
	margin: 0px 15px 5px 15px;
	padding: 5px;
	background-color:White;
	font-family: Arial;
	font-size: 13px;
	color: #000000;
}

a:mainbody
{
  color: #2b64bd;
  text-decoration: underline;

}
a:mainbodyactive
{
  color: #2b64bd;
  text-decoration: underline;

}
a:mainbodyvisited
{
  color: #2b64bd;
  text-decoration: underline;
}
a:mainbodyhover
{
  color: #4a7c01;
  text-decoration: none;
}

.faq .question
{
	font-weight:bold;
	margin-bottom:5px;
	cursor:pointer;
}

.faq .answer
{
	font-style:italic;
	margin-bottom:5px;
}

.footerlink
{
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
}

a:footerlink
{
  color: #FFFFFF;
  text-decoration: underline;
  font-size: 14px;

}
a:footeractive
{
  color: #FFFFFF;
  text-decoration: underline;
  font-size: 14px;

}
a:footervisited
{
  color: #FFFFFF;
  text-decoration: underline;
  font-size: 14px;
}
a:footerhover
{
  color: #023795;
  text-decoration: none;
  font-size: 14px;
}
