
body { 
	
	background:white; 
	color:black;
	font: Georgia, Times New Roman, Times, serif;
	
}

#container{
	border:none;
}

#header {
	
}

.header_image_left{

}
#header img{
 	
}

#leftcol {
	 display:none;
}

#rightcol {
	display:none;
}
#contenthome
{
     float:none; 
	 color:black; 
     font-size:11pt; 
	 width:65%;

}

#content
{

     float:left; 
     color:black; 
     font-size:11pt;
	 width:65%;
} 
	 
	

#footer{
	display:none;	
}

ul {
	margin: 0px;
	padding: 0px;
	}
li {
	line-height: 2ex; 
	list-style-type: none;
	display: block; 
	padding-top: 5px; 
	margin-bottom: 5px;
	background-color:#FF0000;
	}
li a:link { 
	color: #666666;
	font-size:11pt; 
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	color: #999999;
	}
li a:visited {
	color: #666666;
	font-size:11pt; 
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	color: #999999;
	}
li a:hover {
	color: #666666;
	font-size:11pt; 
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}

/* ---------- NAV LINKS ----------- */

a:link{
	color:#000000;
	font-size:11pt; 
	text-decoration:none;
	font-weight:bold;
}
a:active{
	color:#000000;
	font-size:11pt; 
	font-weight:bold;
	font-style: normal;
	text-decoration:none;
}
a:visited{
	color:#000000;
	font-size:11pt; 
	font-weight:bold;
	font-style: normal;
	text-decoration:none;
}
a:hover{
	color:#000000;
	font-size:11pt; 
	text-decoration:none;
	font-weight:bold;
	text-decoration:none;
}
