﻿body
{ 
	margin: auto;
	background-color:#8DB791;
}
a{
	color:#000000;
	text-decoration:none;
}


a:hover{
	
	text-decoration:none;
}

a:visited{
	color:#000000;
	text-decoration:none;
}


#mainPage
{	
	width:827px; 
	height:auto;
	margin:auto;
	padding-top:0px;
	vertical-align: middle;
}	
#banner
{
	width:827px;
	height:256px;
	padding:0px;	
	background-image:url('../images/banner.jpg');
}

#bannerButtom
{
	width:787px; 
	height:25px;
	background-image:url('../images/bannle-green.png');
	float:left;	
	text-align:right;
	font-family:verdana;
	font-weight:bold;
	font-size:14px;
	color:#ffffff;
	padding-top:5px;
	padding-right:40px;
}

#bodyPart
{
	width:100%; 
	height:auto;
	background-repeat:repeat-y;
	background-image:url('../images/bodybg.png');
	float:left;
}
#leftSideBar
{
	width:200px; 
	height:auto;
	margin-top:15px;
	float:left;
	padding-left:30px;
}

#menubg
{
	width:185px;
	height:auto;
	padding:0px 0px 10px 0px;
	background-color:#A1EEA7;
}
.subMenubg
{
	width:auto;
	height:auto;
	padding:5px 10px 10px 10px;
	background-color:#a7d4ab;
	margin-left:10px;
	vertical-align:middle;
	font-family:Verdana;
	font-size:11px;
}
.subMenu
{
	font-family:Verdana;
	font-size:11px;
	background-color:#a7d4ab;
}

#bodyContent
{
	border-left:1px solid #999999;
	float:right;
	margin-top:15px;
	padding:0px 30px 20px 15px;
	width:550px;
}
#contentHeading
{
	width:auto;
	font-family:Verdana;
	font-size:18px;
	color:#ffffff;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
	background-color:#37703B;
}
#contentSubHeading
{
	width:auto;
	font-family:Verdana;
	font-size:14px;
	color:black;
	padding-top:15px;
	font-weight:bold;
}

.contentPart
{
	font-family:Verdana;
	margin-top:10px;
	font-size:12px;
	color:black;
	width:auto;
	line-height:19px;
	text-align:justify;
}
.contentPart a
{
	color:#37703B;
    text-decoration:underline;
}
.contentPart a:hover
{
	color:#37703B;
    text-decoration:none;
}
.greenHeading
{
	font-family:Verdana;
	margin-bottom:10px;
	font-size:12px;
	color:#37703b;
	width:auto;
	line-height:16px;
}

.contentMenu
{
	font-family:Verdana;
	font-size:12px;
	color:black;
	width:183px;
	margin: 0px 0px 0px 0px;
}

.contentMenu a:hover
{
	background-color: #a7d4ab;
	color: white;	
}

#photoBlock
{
		height:162px;
		width:246px;
		float:right;
		margin-top:15px;
		margin-left:10px;
}

#footer
{
	width:827px;
	height:184px;
	background-image:url('../images/footer-banner.png');
	float:left;
}

.homeContentBackground
{
	background-color:#e8ffea;
	width:auto;
	padding:10px;
	float:left;
}

#copyRight
{
	width:827px;
	height:auto;
	font-family:Verdana;
	font-size:10px;
	color:black;
	text-align:center;
	margin-bottom:25px;
}
#copyRight a
{
	color:#37703B;
    text-decoration:underline;
}
#copyRight a:hover
{
	color:#37703B;
    text-decoration:none;
}
.imageright
{
	float: right; 
	margin-top: 4px; 
	margin-left: 4px;
	margin-bottom: 4px;
}
.imageleft
{
	float: left; 
	margin-top: 4px; 
	margin-right: 6px;
	margin-bottom: 4px;
}


ul{
list-style-type: none;	
line-height:18px;
}


