@charset "utf-8";
/* CSS Document */
body {
	background-color: #eef5ff;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body a {
	text-decoration: underline;
	color: #000000;
}
body a:hover {
	text-decoration: none;
}
#container {
	width: 782px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	border: 1px solid #cccccc;
}
#header {
	background-image: url(/images/header-new.jpg);
	height: 120px;
}
#contentcontainer {
	padding: 10px;
	background-color: #ffffff;
}
#nav {
	float: left;
	width: 150px;
	margin-right: 10px;
}
#nav ul {
	list-style-type:none;
    margin: 0px;
    padding: 0px;
}
#nav li {
	border: 1px solid #cccccc;
	background-color: #e2e1ff;
	margin: 0 3px 3px 0;
}
#nav li.current {
	background-color: #ffffff;
}
#nav li a {
	height: 20px;
	voice-family: "\"}\"";
    voice-family: inherit;
    text-decoration: none;
	color: #000000;
}
#nav li a:link, #nav li a:visited {
	text-decoration: none;
	display: block;
	padding: 5px 0 0 15px;
}
#nav li a:hover {
	background-color: #cccccc;
}
#content {
	float: left;
	width: 600px;
}
.clear {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.heading {
	font-weight: bold;
	font-size: 14px;
}
#footer {
	width: 772px;
	padding: 5px;
	background-color: #ffffff;
	border-top: 1px solid #ccc;
	font-size: 10px;
}
.warning {
	border: 1px solid #cc0000;
	width: 580px;
	padding: 10px;
	background-color: #fbeeeb;
	color: #cc0000;
	}
.newstitle {
	background-color: #eeeeee;
	padding: 5px;
	border-bottom: 1px solid #cccccc;
}
.newstitleleft {
	float: left;
	width: 75%;
}
.newstitleright {
	float: left;
	width: 25%;
	text-align: right;
}
.newsbox {
	width: 590pxpx;
	border: 1px solid #cccccc;
	margin-bottom: 5px;
}
.newscontent {
	padding: 5px;
}