body {
	margin-top:50px;
	margin-left:18%;
	margin-right:15%;
	padding:0px;
	background-image: url(../images/bg.png);
	background-repeat:repeat-x;
}
		
#banner {
	background:#fff;
	width:900px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:270px;
	text-align:center;
	border:#FF0000 2px solid;
	border-bottom:none
}
	
#leftcontent {
	position: absolute;
	width:150px;
	background:#fff;
	border-left:#FF0000 2px solid;
	border-bottom:#FF0000 2px solid;
	top:322px;
	height:650px;
}

#centercontent {
	position:absolute;
	background:#fff;
   	width:601px;
	voice-family: "\"}\"";
	voice-family: inherit;
   	margin-left: 152px;
	top:322px;
	text-align:center;
	border-bottom: #FF0000 2px solid;
	height:650px;
}


#rightcontent {
	position: relative;
	left:752px;
	width:150px;

	background:#fff;
	border-right:#FF0000 2px solid;
	border-bottom:#FF0000 2px solid;
	text-align:center;
	height:650px;
}

.menu{
	font: bold 13px Arial;
	width: 100%;
	overflow: hidden;
	margin-left:12%;
	margin-right:12%;

}

.menu ul{
	
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;

}

.menu ul li{
	display: inline;
}

.menu ul li a{
	float: left;
	color: #FFFFFF;
	line-height:42px;
	text-decoration: none;
	background:  url(../images/button.png);
	width:137px;
}

.menu ul li a:visited{
	color: #FFFFFF;
}

.menu ul li a:hover, .menu ul li .current{
	color: #003300;
}
	
.footer a{
	font-size:small;
	bottom:10px;
	font-style:italic;
	text-decoration:none;
	padding:5px;

}

.footer {
	font-size:small;
	bottom:20px;
	font-style:italic;
	text-align: center;
}
	
.leftmenu{
	font: bold 13px Arial;
	width:140px;
	overflow: hidden;
	margin-left:5px;
	padding-bottom: 20px;
}

.leftmenu ul{
	position:relative;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align:left;
	border: #003399 1px solid;
}

.leftmenu li a{
	color: #000000;
	line-height:25px;
	text-decoration: none;
	border: #003399 1px solid;
	display:block;
	width:100%;
}

.leftmenu a:hover{
	color: #0000FF;
	font-style:italic;
}

.leftmenu2{
	font: bold 13px Arial;
	width: 95%;
	margin-left:5px;
	padding-bottom: 20px;
}

.leftmenu2 ul{
	position:relative;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align:left;
}

.leftmenu2 li a{
	line-height:50px;
	text-decoration: none;
	width:100px;
	font-size:large;
	color:#0000CC;
}

.leftmenu2 a:hover{
	color: #000000;
}

