/* CSS Document */


html {
padding:0px;
margin:0px;
}


body
{
	margin:0;
    padding:0;
    border:0;			/* This removes the border around the viewport in old versions of IE */
    width:100%;
    background:#EBEBEB;
    min-width:800px;    /* Minimum width of layout - remove line if not required */
	   					/* The min-width property does not work in old versions of Internet Explorer */
	font-family:Franklin Gothic, Verdana, Helvetica, sans-serif;
	font-size:12px;
	background-color:#273B6C;
	border:none;
	background-image:url(images/mainBG.gif);
	background-repeat:repeat-y;
}


	
IMG
{
	border:none;
}	

UL 
{
	position:relative;
	top:0;
	left:-12px;
	border:none;
	margin:0;
	padding:0;
}	

LI
{
	position:relative;
	list-style:none;
	border:none;
	margin:0;
	padding:0;
}

LI a
{
		position:relative;
		border:none;
}


.trees
{
	position:fixed !important;
	position:absolute;
	top:0;
	left:0;
	z-index:4;
}	


.header
{
	position:absolute; 
	left:0px; 
	top:0px;
	border:0px;
}

.column
{
	position:relative; 
	left:500px; 
	top:0px; 
	display: block;
	float:left;
	margin: 10px;
}

 

#linksCONT 
{
 position:absolute;
 top:325px;
 left:15px;
}

#links 
{
	margin-left: 27.5px;
	position:relative;
	float:left;
	width:151px;
}
 
#mainCONT 
{
 	position:absolute;
 	float:right;
 	top:325px;
 	left:192px;
	background-color:#273B6C;
	width:670px;
	padding:0px;
	
}
 
#main {
	position:relative;	
	float:left;
	height:100%;
	width:60%;
	padding:15px;
	max-width:400px;
	font-size:12px;
	padding-left:50px;
}


#main2 {
	position:absolute;
	display:block;
	float:right;
	height:100%;
	left: 466px;
	top: 48px;
}


#footer {
	clear:both;
	float:left;
	margin-top:150px;
	margin-left:50px;
	margin-right:15px;
	height:100%;
	font-size:9px;
}

#footer a{
	color:#F3B527;
	text-decoration:none;
}

#footer a:hover{
	color:#FFF;
	text-decoration:underline;
}


#main a 
{
    	color:#F3B527;
		text-decoration:none;
		position:relative;
		border:none;
}

#main a:hover 
{
    	color:#FFF;
		text-decoration:underline;
		position:relative;
		
}

p
{ 
	color:#DACAB0;
}

.style3 {font-size: 9px; margin:0px; padding:0px;}