#content_element {
	position:relative;
	width: 795px;
	height: 350px;
	top:25px;
	left:50px;
	border-style: solid;
	border-color:#003466;
	clear:both;
	text-decoration:none;
}
#top {
	height:20px;
	position:relative;
	width: 100%;
	background-color:#003466;
	color:#FFFFFF;
	font-weight:bold;
}
#topleft {
	float:left;
	width:50%;
	height:100%;
	padding-left:10px;
}
#topright {
	width:45%;
	height:100%;
	float:left;
	text-align:center;
}
#content_navi a{
	text-decoration:none;
	color:#FFFFFF;
	font-size:13px;
	padding-right:10px;
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
}
#middle{
	/*height:310px;*/
	position:relative;
	width: 100%;
	height:310px;
	background-image:url(2x2.png);
	clear: both;
	/*border-style:solid;
	border-color:#000000;*/
	
}
#middle a{
	text-decoration:none;
	font-size:13px;
	color:#003466;
	font-weight:bold;
	padding-left:10px;
}
#middle a:hover{
	text-decoration:none;
	font-size:13px;
	color:#0066CC;
	font-weight:bold;
	padding-left:10px;
}
#middleleft{
	color:#003466;
	width:50%;
	height:100%;
	float:left;
	/*padding:20px 10px 20px 10px;
	border-style:solid;
	border-color:#666666;
	background-color:#00FF00;*/
}
#middle p {
	padding:10px 10px 10px 10px;
}
#middleright{
	color:#003466;
	width:50%;
	/*height:310px;*/
	height:100%;
	float:left;	
	/*border-style:solid;
	border-color:#CCCCCC;
	background-color:#333399;*/
	margin-left:-1px;
	border-left:1px solid #003466;
}

#bottom {
	height:20px;
	top:310px;
	width: 795px;
	background-color:#003466;
	color:#FFFFFF;
	clear: both;
	font-weight:bold;
	font-size:13px;
}
#bottom img {
	border-style: none;
}
#bottomleft{

	width:50%;
	height:100%;
	float:left;
	/*padding:20px 10px 20px 10px;*/
}
#bottomright{
	text-align:center;
	width:45%;
	height:100%;
	float:left;	
}
#paging div{
	text-align:center;
	width:50%;
}
