body {
	background-color: #7ca785;
	background-image: url(../images/bg-tiles.jpg);
	text-align: center;
	font-size: 14px;
	font-family: Verdana, Arial, sans-serif;
}

h1, h2, h3, h4 {
	font-size: 2em;
	margin: 0;
	font-weight: normal;
}

h3 { 
	font-size: 1.2em; 
	font-weight: bold;  
}
h4 { 
	font-size: 1em; 
	font-weight: bold;
}

#rootContainer {
	width: 780px;
	height:  100%;
	margin: auto;
	text-align: left;
	padding:  0;
}

#mainContainer {
	width: 780px;
	position: absolute;
	top: 55px;
}

#header {
	background-color: #FFF;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	width:  780px;
	height: 305px;
}

#header h1{
	display: none;
}
#headerLogo {
	width: 400px;
	height: 75px;
}

#headerLogo img {
	margin: 6px;
}

#mainImage{
	width: 580px;
	height: 230px;
	margin: 0;
	float: left;
	overflow: hidden;
}

#content {
	position: absolute;
	top: 305px;
	left: 0;
	width: 780px;
	background-color: #fff;
}

#leftColumn{
	display: inline;
	margin: 0;
	height: auto;
	text-align: right;
}

#leftColumn ul{
	padding-top: 30px;
	margin-top: 0;
	list-style: none;
}

#leftColumn ul li{
	list-style: none;
}

#leftColumn ul li a{
	line-height: 1.5em;
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
}

#leftColumn ul li a:hover{
	text-decoration: underline;
}

#leftColumn ul li a.active{
	color: #666666;
}

#rightColumn{
	float: right;
	width: 530px;
	height: auto;
	margin: 0;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 65px;
	background-color: #FFF;
	margin-bottom: 50px;
}

#mainNav{
	width: 200px;
	float: left;
	height: 230px;
	background-image: url(../images/bg-main-menu.jpg);
}

#mainNav ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

#mainNav ul li{
	padding: 0;
	margin: 0;
	list-style: none;
}

#mainNav ul li a{
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 20px;
	color: #000;
	width: 200px;
	height: 38px;
	display: block;
	text-align: right;
	border-bottom: 1px solid #666666;
}

#mainNav ul li a span{
	padding-right: 15px;
}

#mainNav ul li a:hover{
	/*background-color: #fff;*/
	font-weight: bold;
}

#mainNav ul li a.active{
	color: #666666;
}

.copyright {
	width: 680px;
	padding: 50px;
	padding-top: 0px;
	padding-bottom: 20px;
	clear: both;
	font-size: .8em;
	color: #666666;
}
.copyright a { 
	color: #666666; 
	text-decoration: none;
}

.copyright a:hover { 
	color: #000; text-decoration: underline;
}


div.csstbl{
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
}
div.row {
  clear: both;
  padding-top: 5px;
}

div.row span.label {
  float: left;
  width: 120px;
  text-align: right;
}

div.row span.formw {
  float: left;
  margin-left: 6px;
  width: auto;
  text-align: left;
} 
