/* -- Layout -- */
	
body {
	background-color: #012E01;
	margin: 0 auto;
	font: 85% verdana, "trebuchet ms", arial, sans-serif;
}

.imgborder { 
	border: 1px solid #000 ;
}

.tableborder {border: #325630 1px solid;}
.whiteborder {border:#ffffff 5px solid;}

.sidebar {font-size:10px;
		  line-height:14px;}

.borderleft { 
	border-left: 1px solid #000;
}
			  
.topbg {
	background-image:  url(assets/images/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.bottombg {
	background-image:  url(assets/images/bottom_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.maintext {
	padding-bottom: 15px;
	padding-top: 15px;
	padding-left: 10px;

}

.address {
	margin-top: 10px;
	margin-left: 17px;
}

.footer {
	background-image:  url(assets/images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


/* -- Typography -- */

p { font-size: 12px;
	line-height: 16px;
	}

h1 { font-size: 24px;
	 font-weight: bold;}

h2 { font-size: 18px;
	 font-weight: bold;}

h3 { font-size: 14px;
	 font-weight: bold;}

h4 { font-size: 12px; 
	 font-weight: bold;}
	
li { 
	font-size: 12px;
	 line-height: 14px;
	 padding-bottom:5px;
}

.footer p {
	color: #E4E6D3;
	font-size: .65em;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 3px;
	}

p.right {
	text-align: right;
	}
.white {color:#ffffff;}
	
/* -- Navigation -- */

a { 
	font-weight: bold;
	text-decoration: none;
	color: #012E01
}

a:hover { 
	text-decoration: underline
}

.footer a:link, .footer a:hover, .footer a:visited, .footer a:active {
	color: #FFF;
	text-decoration: underline;
}