@charset "UTF-8";
/* CSS Document */

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

a{color: #000000; text-decoration:none}
a:hover{color:#FF0000}
a:visited{color:#000033}

#container
{
	width:100%;
	height:100%;
}

#top_panel
{
	background-color:#000066;
	width:100%;
	height:auto;
}

#middle_panel
{
	background-color:#000066;
	width:100%;
	height:auto;
}

#bottom_panel
{
	background-color:#000066;
	width:100%;
	height:auto;
	margin-bottom:10px;
}

#header
{
	background-color:#000066;
	width:1000px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

#menu
{
	width:1000px;
	height:20px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#33ccff;
	font-size:18px;
	text-align:center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #0066FF;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #0066FF;
}

#content_container
{
	background-color:#FFFFFF;
	width:1000px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

#leftside_content
{
	width:480px;
	height:auto;
	float:left;
	margin-left:10px;
}

#rightside_banner
{
	width:480px;
	height:auto;
	float:right;
}

#left_menu
{
text-align:center;
width:165px;
height:auto;
float:left;
padding-left:10px;
margin-top:0px;
background-color:#0099FF;
}

#text_header
{
width:800px;
height:30px;
float:left;,,
margin-top:20px;
text-align:center;
font-size: 20px;
}

#right_content
{
width:800px;
height:auto;
float:right;
margin-top:10px;
margin-right:8px;
}

#footer
{
	background-color:#000066;
	width:800px;
	height:60px;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
	text-align:center;
	font-size:11px;
	color:#FFFFFF;
}
