@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0 auto;
	padding: 0px;
}
/*#logo {
	text-align: center;
	background-image: url(../images/banner_top.jpg);
	filter: Alpha(Opacity=80);
	background-repeat: repeat;
	background-position: left top;
	background-color: #F5B305;
}
#title{
	font-size: 24px;
	color: #990000;
	font-weight: normal;
	vertical-align: bottom;
	text-align: right;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}*/
div.date {
	font-size: 1em;
	font-weight: bold;
	width: 630px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0000FF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(../images/banner_top.jpg);
	background-position: 100px;
	color: #0000FF;
}
#subtitle {
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
}
#container {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
	width: 100%;
	height: auto;
}

#con {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 650px;
	text-align: left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#border {
	font-size: 1.0em;
	font-weight: bold;
	border: 1px solid #CCCCCC;
}
@page {
margin: 0 auto;
}
div#menu{
	width: 100%;
	background-color: #F5B305;
	background-image: url(../images/banner_top.jpg);
	text-align:center;
	float: left;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}
ul#nav,ul#nav li{
	list-style-type:none;
}
ul#nav{
	width:700px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 50px;
}
ul#nav li{
	float:left;
	margin-right: 3px;
	text-align: center;
}
ul#nav a{
	float:left;
	width: 7em;
	padding: 5px 0;
	text-decoration:none;
	color: #666666;
	background-color: #E7F1F8;
}
ul#nav a:hover{
	color: #666666;
	background-color: #FFFFFF;
}
ul#nav li.activelink a,ul#nav li.activelink a:hover{
	color: #333333;
	background-color: #FFFFFF;
}
a:link, a:visited {
	color: #0000FF;
}
a:hover {
	color: #0066FF;
	text-decoration: none;
}
hr {
	border: 1px solid #CCCCCC;
	color: #CCCCCC;
	height:1px;
}
