body {
	margin : 0;
	padding : 0;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 1.4em;
	background-color : #234338;
	color: #FFFFFF;
} 
div#header {
	padding : 0px;
	text-align : center;
	background-color : #234338;
	color : #ffffff;
	height : auto;
	width : 100%;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
} 
div#footer {
	padding : 0;
	text-align : center;
	clear : both;
	background-color : #234338;
	color : #ffffff;
	margin : 0;
	height : 25px;
	width : 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
} 

div#maincontent {
	text-align : justify;
	color : #000000;
	margin : 0;
	height : auto;
	width : 100%;
	clear : none;
	float : none;
	background-attachment : fixed;
	background-image : url(../Templates/images/eagle1.jpg);
	background-repeat : no-repeat;
	background-position : 450px center;
	background-color: #C2B09C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
} 
div#leftcolumn { 
float : left;
text-align : right;
background-color : #234338;
color : #ffffff;
width : 37%;
margin : 0;
height : 650px;
clear : right;
} 
div.footer a {
	display: inline;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0px;
	margin: 0px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
}

div.footer a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}

div.footer a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
div.footer a:hover{
	letter-spacing: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #00FF00;
	text-decoration: underline;
}
