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

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	background-color:#CCE3FD;
	margin-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	color:#666666;
}
#banner{
	margin:0px auto 0px auto;
	width:762px;
	height:109px;
}

#topmenu{
	background-color:#1A62AD;
	font-size:0.85em;
	width:762px;
	height:20px;
	color:#FFFFCC;
	margin:0px auto 0px auto;
	font-weight:bold;
}
#topmenu div{
	float:left;
	padding:2px 8px 2px 8px;
}
#topmenu div a{
	text-decoration:none;
	color:white;
}
#topmenu div a:hover{
	color:#FFFF99;
}
#topmenu .time{
	float:right;
	padding:2px 8px 2px 8px;
}
#content{
	clear:both;
	margin:0px auto 0px auto;
	padding:10px 5px 0px 5px;
	width:752px;
	height:800px;
	background-color:white;
}
.contentLeft{
	width:500px;
	float:left;
}
.contentRight{
	width:202px;
	float:left;
}
.contentRight .menuHead{
	font-weight:bold;
	font-size:1em;
	padding:2px;
	background-color:#CCE3FD;
	border-color:#000099;
	border-style:solid;
	border-width:1px;
}
.contentRight .menuItem{
	font-size:0.8em;
	font-weight:bold;
	background-color:#CCFFFF;
	color:#666666;
	padding:2px;
	border-left-color:#009;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#009;
	border-right-style:solid;
	border-right-width:1px;
	border-bottom-color:#009;
	border-bottom-style:solid;
	border-bottom-width:1px;
	height:18px;
}
.contentRight .menuItem a{
	text-decoration:none;
}
.contentRight .menuItem a:visited{
	color:#666666;
	text-decoration:none;
}
.contentRight .menuItem:hover{
	background-color:#FFFFCC;
}
.contentRight .menuItem:hover a{
	color:#003399;
}
#footer{
	width:762px;
	height:15px;
	margin:0px auto 0px auto;
	font-size:0.75em;
	text-align:center;
	background-color:white;
	border-top-color:#000066;
	border-top-style:dotted;
	border-top-width:1px;
}