BODY {
	font-family: "sans-serif, times";
	font-size: 12;
}

.banner {
	position:relative;
	top:0px;
	width:100%;
	height:90px;
	z-index:1;
	background-color: #2c2e7e;
}
.bannerL {
	position:absolute;
	top:0px;
	width:500px;
	height:90px;
	z-index:3;
}
.bannerR {
	position:absolute;
	top:0px;
	width:313px;
	height:90px;
	right:0px;
	z-index:2;
}
.content {
	position:absolute;
	left:180px;
	top:130px;
	z-index:6;
}
#content table {
	font-family: "sans-serif, times";
	font-size: 12;
}
.email {
	position:relative;
	left:0px;
	width:160px;
	font-size: 12;
	color: 404040;
}
/***************************************/
/* MENU
/***************************************/
.menu {
	position:relative;
	left:0px;
	
	width:160px;
	z-index:4;
	background-color: #ffffff;
	/*height: 475px;*/
	/*font-family: Arial;*/
	font-family: "sans-serif, times";
	font-size: 10;
	font-weight: bold;
	color: #2c2e7e;
	padding: 8px;
	display: block;
}
#menu a{
	color:#ffffff;
	text-decoration: none;
	background-image: url("images/button.gif");
	display: block;
}
#menu a:hover {
	color: #bdbee8;
	text-decoration: underline;
	background-color: #ffffff;
	display: block;
}
#menu a.nobackground{
	background-color: #ffffff;
	background-image: url("images/whtbackground.gif");
}
/***************************************/