a {
	color: #FF0000;
	text-decoration: none;
	}
a:visited { color: black; } 
a:hover { color: black; } 
h3, p, .bodytext  {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	
}

h1 {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #999999;
}

h2 {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #666666;
}


.menu {
	float:right;
	z-index: 9;

}

.logo {
	float:right;
	z-index: -1;


}

.maincontent {
	position:absolute;
	left:9px;
	width:48%;
	height:100%;
	z-index:5;
	float: left;
	top: 82px;



}

.leftcontent {
	position:absolute;
	float:right;
	left: 51%; 
	top:267px; 
	width:48%; 
	height:100%; 
	z-index:3;
}
