﻿html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#557428;
}

.Container
{
	clear:both;
	padding: 0px 90px 0px 90px;
	width:900px;
	text-align: left;
	background-position: top left; 
	background-image: url('/images/containerback2.jpg'); 
	

}

.InnerContainer
{
	clear:both;
	width: 900px;
	
}

.InnerContainerHeader
{
	clear:both;
	width: 900px;
	height: 93px;
	background-position: top left; 
	background-image: url('/images/newlogo.jpg');
	background-repeat: no-repeat; 
	
}

.InnerContainerHeaderTopBck
{
	clear:both;
	width: 492px;
	height: 24px;
	background-position: top left; 
	background-image: url('/images/topmenuback.jpg');
	background-repeat: no-repeat; 
	
}

.InnerContainerBody
{
	clear:both;
	width: 900px;
	min-height: 1000px;
	height:auto !important;
	height: 1000px;
	background-color: #ffffff;
	background-position: top left; 
	background-image: url('/images/menubackgrad.jpg');
	background-repeat: repeat-x; 
}

.InnerContainerFooter
{
	clear:both;
	width: 900px;
	height: 20px;
	text-align: center;
	background-color: #DDE3D7;
	border-top: solid 1px #92958E;
	
}

.InnerBodyPageHeader
{
	clear:both;
	width: 897px;
	height: 76px;
	background-color: #ffffff;
	background-position: top left; 
	background-image: url('/images/pageheadingbck2.jpg');
	background-repeat: no-repeat; 
}

.MainMenu
{
	clear:both;
	width: 900px;
	height: 33px;
	background-position: top left; 
	background-image: url('/images/menuback.jpg');
}

.SideMenu
{
	clear:both;
	background-position: top left; 
	background-image: url('/images/sidemenubck.jpg');
	background-repeat: repeat-x;
}

.SideMenuHeader
{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-weight: normal; 
	font-size: 14px; 
	color: #646464; 
	text-decoration: none;
}

.SideMenuLink
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal; 
	font-size: 13px; 
	color: #43628B; 
	text-decoration: none;
}

.TopMenuContent
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal; 
	font-size: 11px; 
	color: #ffffff; 
	text-decoration: none;
}




.PageHeader
{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-weight: normal; 
	font-size: 20px; 
	color: #646464; 
	text-decoration: none;
}

.ContentHeader
{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-weight: normal; 
	font-size: 23px; 
	color: #43628B; 
	text-decoration: none;
}

.Content
{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-weight: normal; 
	font-size: 16px; 
	color: #646464; 

}


.FooterContent
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal; 
	font-size: 9px; 
	color: #999999; 
	text-decoration: none;
}

