﻿body
{
    background-color: #607A29;
}

.menu
{
height:75px;
}

.menuEvents
{
	height: 85px;
	font-size: 14px;
	font-weight: bold;

}

#Main
{
    margin: auto;
    width: 950px;
	background:#fff;
}

#Layout
{
    position: relative;
    left: 0px;
    top: 0px;
    height: 1%;
}

#Title
{
    background-color:#607A29;
    margin-top: 0px;
    position: absolute;
    width: 950px;
    height: 80px;
	
}
#Content
{
    background-color: #FFFFFF;
    margin-top: 10px;
    position: absolute;
    width: 950px;
    height: 600px;
	
}

#Menu
{	font-size: 16px;
	margin-left: 50px;
	width: 200px;
	margin-top: 170px;
	position: absolute;
	height:380px;
	background-color: #FFFFFF;
;


}

#TextContainer
{
    color: #000000;
    font-size: 16px;
    margin-left: 270px;
    width:680px;
    height:400px;
    position: absolute;
 	background-color:#FFFFFF;
    margin-top: 160px;
}

#IntroContainer
{
    color: #000000;
    font-size: 16px;
    margin-left: 140px;
    width:680px;
    height:400px;
    position: absolute;
 	background-color:#FFFFFF;
    margin-top: 150px;
}	
#TextContainerTitle
{
     color: #000000;
    font-size: 14px;
    margin-left: 270px;
	width:650px;
    height:80px;
    position: absolute;
    background-color:#FFFFFF;
    margin-top: 110px;
}
a:link {
	text-decoration: none;
	color: #71AB30;
	border: none;
}
a:visited {
	text-decoration: none;
	color: #71AB30;
	border: none;
	}
a:hover {
	text-decoration: none;
	color: #71AB30;
	border: none;
	}
a:active {
	text-decoration: none;
	color: #71AB30;
	border: none;
	}
a:link{
	text-decoration: none;
	color: #71AB30;
	border: none;
   } 	
a:focus 
{ 
outline: none; 
} 
.legend {
	font-size: 12px;
	font-style: italic;
}
