@charset "utf-8";
/* CSS Document */
html
{
	overflow-y: scroll;
}
body
{
margin-top:15px;
margin-left:15px;
text-align:center;
}

div.overallcontainer
{
	width:900px;
	height:auto;
	background-color:#FFFFFF;
	align: center;
	margin: 0 auto;
}

div.header
{
	width:900px;
	height:125px;
	float:left;
}

div.navbar
{
	width:900px;
	height:50px;
	float:left;
	margin-top: 10px;
}
div.maincontent
{	width:900px;
	height:auto;
	float:left;
}
	
div.leftcontent
{
	width:590px;
	height:auto;
	float:left;
	margin-top: 15px;
	text-align: justify;
	padding-left: 25px;
	padding-right: 5px;
}
div.leftcontentwide
{
	width:850px;
	height:auto;
	float:left;
	margin-top: 15px;
	text-align: left;
	padding-left: 25px;
	padding-right: 5px;
}
div.leftcontentcontainer
{
	width:900px;
	height:auto;
	float:left;
	text-align: left;
}
div.rightcontent
{
	width:290px;
	height:auto;
	float:right;
	margin-top: 15px;
	border: 1px solid #015D1A;
	margin-right: 25px;
}
div.rightcontentimg
{
	width:auto;
	height:auto;
	float:right;
	margin-top: 0px;
	border: 1px solid #015D1A;
	margin-right: 0px;
	margin-bottom: 25px;
}
div.rightcontent2
{
	width:auto;
	height:auto;
	float:right;
	margin-top: 15px;
	border: 1px solid #015D1A;
	margin-right: 0px;
}
div.rightcontentcontainer
{
	width:245px;
	height:auto;
	float:right;
	margin-top: 45px;
	padding-right: 25px;
}
div.rightcontentimgcontainer
{
	width:245px;
	height:auto;
	float:right;
	margin-top: 45px;
	padding-right: 25px;
}
div.footer
{
	width:900px;
	height:30px;
	background: url(../images/footer.jpg) no-repeat;
	align: center;
	float: left;
	margin-top: 0px;
}
div.aboutfooter
{
	width:900px;
	height:70px;
	background: url(../images/aboutfooter.jpg) no-repeat;
	align: center;
	float: left;
	margin-top: 0px;
}
div.contactfooter
{
	width:900px;
	height:70px;
	background-image: url(../images/contactfooter.jpg);
	align: center;
	float: left;
	margin-top: 0px;
}
.navbuttonsover a 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #ffffff;
	text-decoration: none;
	background-image:url(../images/navoverstate.jpg);
	background-repeat:repeat-x;
	padding-top:20px;
	display: block;
	width: 100%;
	height:30px;
	text-align:center;
} 
.navbuttonsover a:hover 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #ffffff;
	text-decoration: none;
	background-image:url(../images/navoverstate.jpg);
	background-repeat:repeat-x;
	padding-top:20px;
	display: block;
	width: 100%;
	height:30px;
	text-align:center;
} 
.navbuttons a 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #ffffff;
	text-decoration: none;
	background-image:url(../images/navupstate.jpg);
	background-repeat:repeat-x;
	padding-top:20px;
	display: block;
	width: 100%;
	height:30px;
	text-align:center;
} 
.navbuttons a:hover, p.navcontactbuttons a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #ffffff;
	text-decoration: none;
	background-image:url(../images/navoverstate.jpg);
	background-repeat:repeat-x;
	padding-top:20px;
	display: block;
	width: 100%;
	height:30px;
	text-align:center;
} 
.text
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align: justify;
}
.details
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	text-align: center;
}
.cent
{
	text-align: center;
}
.h1
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#015D1A;
	text-align: left;
	font-weight: bold;
}
a
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#015D1A;
	text-align: left;
	text-decoration:none;
}
a:hover
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#015D1A;
	text-align: left;
	text-decoration:underline;
}
.vmenu
{
	width: 100%;
	height: 25px;
}
.menu
{
	width: 100%;
	height: auto;
}