﻿html
{
	font: 11px/1.0 "Lucida Grande" , Tahoma, sans-serif;
}
.wrapper
{
	margin: 0px auto 0px auto;	
	width: 760px;
}

body 
{
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-image: url(Images/bg.png);
}

.white {
	color: #FFFFFF;
}
.yellow {
	color: #F7FF61;
}
.blue {
	color: #474B61;
}
a {
	font: normal 11px Tahoma, Arial;
	color: #FFFFFF;
	padding: 0px 2px;
}
.bgrIM
{
		background-image: url(Images/mainBGR.jpg)  no-repeat; 
		position: absolute;
		top: 250px;
		right: 0px;
		width: 592px;
		height: 390px;
}
.wholecontent
{
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	width:100%;

}
.header
{
	width:100%;
	height:100px;
	top:0px;
	left:0px;
	background-color:#6F7A96;
	border-bottom:solid 2px #666666;
	text-align:left;	

}
.SubHeaderTop
{
	height:150px;
	background-color:#95C730;
	border-bottom:solid 2px #666666;
			
}
.leftSidebar
{
	
	
	width:242px;
	top:0px;
	left:0px;	
	background-color:#95C730;	
		
}
.content
{
	
	position:fixed;
	padding:4px 4px 4px 4px;
	width:auto;
	height:100%; 
    left:210px;
    top:250px;
    float:right;
    
}
.footer
{
	width: 100%;
	height: 70px;
	bottom: 0px;
	left: 0px;
	background-color: #6F7A96;
	border-top: solid 2px #666666;
	text-align: center;	
	font-size: small;
	color: #FFFFFF;
}
.footer li
{	
	display:inline;
	list-style:none;
	padding-left:4px;
	padding-right: 4px;		
		
}
.footer a
{	
	font-size: small;
	color: #FFFFFF;	
	text-decoration:underline;
		
}
.footer a:hover
{	
	font-size: small;
	color: #FFFFFF;	
	text-decoration:none;
		
}

#nav
{
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	list-style-type: none;
	width: 242px;
}
#nav li {
	margin: 0;
	padding: 0;
}
#nav a
{
	display: block; /* to increase clickable area as a’s default to inline */
	color: #CC6600;
	text-decoration: none;
	padding: 0 15px;
	line-height: 2.5;
	
}
#nav #nav_contact a
{
	border: none;
	color: #CC6600;
}
#nav a:hover
{
	color: #FF5050;
}

.Subheaderheading
{
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.SubheaderImage
{
	border: 3px solid #ffffff;
	padding-right: 3px;
}

.SubheaderText
{
	font-size: small;
	color: #FFFFFF;
}
.SubheaderText a
{
	font-size: small;
	color:Yellow;
	text-decoration: underline;
}
.SubheaderText a:hover
{
	font-size: small;
	color:White;
	text-decoration: underline;
}
.normalheading
{
	font-size: large small;
	color: #996633;
	font-weight: bold;
}








