body {
	background:url(../Images/Page/BodyBack.png) top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size:75%;
}

.MainContainer {
	position:relative;
	width:780px;
	height:200px;
	background-color:#FFFFFF;
	margin: 0 auto;
}

.Header {
	position:relative;
	width:780px;
	height:110px;
	background:url(../Images/Page/HeaderBack.png) top left no-repeat;
	overflow:hidden;
}

.Menu {
	position:relative;
	width:780px;
	height:30px;
	background-color:#7c9e4a;
	overflow:hidden;
}

.Menu a
{
	display:block;
	float:left;
	width:14%;
	padding-top:.6em;
	text-align:center;
	font-size:95%;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}

.Menu a:hover
{
	padding-top:.55em;
	font-size:100%;
	color:#f7941d;
	text-decoration:none;
}

.MainBody {
	position:relative;
	float:left;
	width:772px;
	border-right:#7c9e4a 4px solid;
	border-left:#7c9e4a 4px solid;
	background-color:#FFFFFF;
}

.SidePanel {
	position:relative;
	float:left;
	width:226px;
	padding:12px 0 0 0;
	background:url(../Images/Page/SidePanelBack.png) top left no-repeat #FFFFFF;
	overflow:hidden;
}

.SidePanel img
{
	display:block;
	margin:0 auto;
	border:0;	
}

.SidePanelBoxTop {
	position:relative;
	float:left;
	width:226px;
	height:12px;
	background:url(../Images/Page/SidePanelBoxTopBack.png) top left no-repeat;
	overflow:hidden;	
}

.SidePanelBox {
	position:relative;
	float:left;
	width:214px;
	padding:0 4px 0 4px;
	border-right:#7c9e4a 4px solid;
	background:#e7f6cf;
	overflow:hidden;
}

.SidePanelBoxBottom {
	position:relative;
	float:left;
	width:226px;
	height:32px;
	margin-bottom:12px;
	background:url(../Images/Page/SidePanelBoxBottomBack.png) top left no-repeat;
	overflow:hidden;	
}

.LatestNewsTitle, .SearchTitle, .FAQTitle
{
	position:relative;
	float:left;
	width:230px;
	height:42px;
}

.LatestNewsTitle h2, .SearchTitle h2, .FAQTitle h2
{
	visibility:hidden;
}

.LatestNewsTitle
{
	background:url(../Images/Page/LatestNewsTitleBack.png) top left no-repeat;
}

.SearchTitle
{
	background:url(../Images/Page/SearchTitleBack.png) top left no-repeat;
}

.FAQTitle
{
	background:url(../Images/Page/FAQTitleBack.png) top left no-repeat;
}

.Content {
	position:relative;
	float:left;
	width:526px;
	padding:8px 0 0 20px;
	background:url(../Images/Page/ContentBack.png) top left no-repeat;
	overflow:hidden;
}

.FullWidthContent {
	position:relative;
	float:left;
	width:752px;
	padding:12px 0 0 20px;
	overflow:hidden;
}

.Content p, FullWidthContent p
{
	padding-right:20px;
}

.Footer {
	position:relative;
	float:left;
	width:764px;
	padding:10px 4px 0 4px;
	border-right:#7c9e4a 4px solid;
	border-left:#7c9e4a 4px solid;
	font-size:90%;
	font-weight:bold;
	overflow:hidden;
}

.Footer p
{
	padding:10px 0 0 0;
	margin:0;
}

.FooterBottom {
	position:relative;
	float:left;
	width:780px;
	height:32px;
	background:url(../Images/Page/FooterBottomBack.png) top left no-repeat;
	overflow:hidden;
}

/* Latest News */

.HeadlineContainer {
	position:relative;
	float:left;
	width:204px;
	padding:0 4px 0 4px;
	border-right:#000000 1px solid;
	border-left:#000000 1px solid;
	background-color:#FFFFFF;
	overflow:hidden;
}

.HeadlineContainerTop {
	position:relative;
	float:left;
	width:214px;
	height:10px;
	background:url(../Images/Page/HeadlineContainerTopBack.png) top left no-repeat;
	overflow:hidden;
}

.HeadlineContainerBottom {
	position:relative;
	float:left;
	width:214px;
	height:12px;
	margin-bottom:8px;
	background:url(../Images/Page/HeadlineContainerBottomBack.png) top left no-repeat;
}

/* End Latest News */

/* Information Items */

.InformationContainerTop {
position:relative;
float:left;
width:506px;
height:8px;
margin-right:8px;
background:url(../Images/Page/InformationContainerTopBack.png) top left no-repeat;
overflow:hidden;
}

.InformationContainerBody {
	position:relative;
	float:left;
	width:490px;
	margin-right:8px;
	padding:8px 8px 8px 8px;
	background:url(../Images/Page/InformationContainerBodyBack.png) top left repeat-y;
	overflow:hidden;
}

.InformationContainerBottom {
	position:relative;
	float:left;
	width:506px;
	height:16px;
	margin-right:8px;
	background:url(../Images/Page/InformationContainerBottomBack.png) top left no-repeat;
	overflow:hidden;
}

.InformationContainerBody img {
	position:relative;
	float:left;
	margin:0 16px 4px 0;
}

.CurrentNews p 
{
    margin:0px;
}

/* End Information Items */

.UserInformation
{
	position:relative;
	width:95%;
	padding:0 5% 8px 0;
	color:#7c9e4a;
	overflow:hidden;
}

.SubMenu
{
}
.SubMenu a
{
	color:#000000;
	text-decoration:none;
}

.SubMenu a:hover
{
	color:#000000;
	text-decoration:underline;
}

.SubMenu ul
{
	margin:8px 0 8px 0;
	padding:0;
	list-style-type:none;
	list-style-image:none;	
}

.SelectedListItem
{
	font-weight:bold;
	list-style-image:url(../Images/Page/BulletGreenBack.png);
}

.FrontPageFAQs li 
{
	list-style-image:url(../Images/Icons/FAQQuestion.png);
	list-style-position:outside;
	margin-bottom:4px;
	margin-left:26px;
	padding-left:2px;
}

.HomePageLogos
{
	position:relative;
	float:left;
	width:96%;
	margin-right:4%;
	text-align:center;
	font-size:75%;
	font-weight:bold;
}

.HomePageLogos img
{
	padding:8px;
	border:0px;
}

.OffRightMargin
/* Fix for no right padding */
{
	margin-right:40px;
}

p
{
	margin-bottom:2em;
}
	