﻿body 
{
    background-color:#dddddd;
    margin-top:0px;
    height:100%;
    min-height:100%;
	font-family:Arial;
	font-size:14px;
	line-height:1.5em;
}

h1
{
	color:#015E32;
	font-size:18px;
}
h2
{
	color:#015E32;
	font-size:16px;
}
	
.mainDiv
{
	width:990px;
	min-height:500px;
	background-color:White;
}

.logo
{
	float:left;
	width:500px;
	height:136px;
}

img
{
	border:none 0px black;
}

.topRight
{
	float:right;
	width:475px;
	height:126px;
	background-image:url('images/bgTopRight.jpg');
	text-align:right;
	padding-right:15px;
	padding-top:10px;
/*	font-family:Times New Roman; */
	font-size:14px;
	/*color:#58595B; */
	color:#73C5A1;
}

.topRight a
{
	text-decoration:none;
	color:#58595B;
	
}
.topRight a:hover
{
	color:Black;
}

a 
{
	color:#015E32;
}

.nav a
{
	color:White;
	font-size:16px;
	text-decoration:none;
}

.nav a:hover
{
	text-decoration:underline;
}	

.nav ul
{
	width:990px;
	height:45px;
	margin:0px;
	padding:0px;
}

.nav li 
{
	background-color:#015E32;
	height:34px;
	display:block;
	width:163px;
	float:left;
	padding-top:11px;
	position: relative;
	height:auto;
	margin:0px;
	border:solid 1px white;
}





.nav li ul {
	position: absolute;
	left: 0px;
	top: 44px;
	display: none;
	width:165px;
	z-index:2000;
	padding:0px 0px 0px 0px;
	margin:0px;
	border-top:solid 1px white;
	border-left:solid 1px white;
	border-right:solid 1px white;
	}

.nav li:hover ul { display: block; }

.nav li ul li
{
	float:none;
	width:165px;
	text-align:left;
	z-index:2000;
	margin-left:0px;
	padding:5px;
	border-bottom:solid 1px white;
}

.nav ul li a {
	display: block;
	height:34px;
	text-decoration: none;
	color: white;
	border-bottom:0px;
	margin:0px;

}

.nav ul li ul li
{
	height:auto;
	margin:0px;
	padding:5px 0px 0px 15px;
}

.bodyHome
{
	width:990px;
	background-image:url('images/bgBodyHome.jpg');
	background-repeat:repeat-y;
	height:550px;
}

.footer
{
	background-image:url('images/bgFooter.jpg');
	width:990px;
	height:57px;
}

.footer a
{
	color:#00713D;
	text-decoration:none;
	font-weight:bold;
}

.footer td
{
	border-right:solid 1px #00713D;
}

.bodyText
{
	width:550px;
	text-align:left;
	float:left;
	margin-left:40px;
}
.rightHome
{
	width:324px;
	float:right;
	color:White;
	text-align:left;
	
}

.rightHome p
{
	padding:0px 55px 10px 55px;
	margin:0px;
	font-style:italic;
}

.rightHome p span
{
	display:block;
	float:right;
}
.rightHome a
{
	color:White;
	text-decoration:none;
	font-size:20px;
	font-weight:bold;
	padding-top:20px;
	display:block;
}
.rightHome div
{
	background-color:#015E32;
	height:62px;
	border-bottom:solid 1px white;
	text-align:center;
}


