body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

img, a.img {
	border-style: none;
	padding: 0;
	margin: 0;
}

a {
	color: #333;
}
a:hover {
	color: #C00;
}

img.leftfloat {
	 float:left; 
	 margin: 4px 8px 1px 0;
}
.clearer {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}

#header {
	background-image:  url("../images/banner.jpg");
	background-repeat: repeat-x;
	background-position: 0 25px;
	background-color: #000;
	width: 100%;
	height: 115px;
}

#header img {
	margin: 20px 0 0 20px;
}

#header h1 {
	font-size: 12px;
	line-height: 12px;
	padding: 7px 0 7px 20px;
	font-weight: normal;
	letter-spacing: 2px;
	color: #000;
	background-color: #FC0;
	width: 100%;
	white-space: nowrap;
}
#header h1 a {
	text-decoration: none;
	color: #000;
}

#container {
	width: 750px;
	padding: 0;
	margin: 0;
}

#nav {
	float: left;
	width: 200px;
	padding: 0;
	margin: 0;
}
#nav h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 9px;
	letter-spacing: 2px;
	color: #000;
	background-image: url(../images/dotted_line.gif);
	background-repeat: repeat-x;
	background-position: 0 27px;
	width: 180px;
	padding: 10px 0 10px 20px;
}

#nav h1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 9px;
	letter-spacing: 2px;
	text-decoration: none;
	color: #000;
}

#nav h1 a:hover {
	color: #F00;
	background-image: url(../images/nav_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding: 0 0 0 10px;
	margin: 0 0 5px 0;
}

#nav p {
	color: #999;
	font-size: 10px;
	line-height: 13px;
	padding: 40px 30px 0 20px;
}

#nav .switch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	letter-spacing: 2px;
}

#nav a.switch {
	color: #039;
	text-decoration: none;
}

#nav a.switch:hover {
	color: #C00;
	text-decoration: underline;
}

#main {
	float: left;
	width: 500px;
	margin: 20px 0 40px 30px;
	padding: 0;
}

#main h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 23px;
	color: #999;
	margin: 0 0 5px 0;
}

#main h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #039;
	margin: 24px 0 5px 0;
}
#main h2 a {
	text-decoration: none;
}
#main h2 a:hover {
	text-decoration: underline;
}

#main h2.alt {
	color: #C00;
	font-size: 11px;
	letter-spacing: 1px;
	margin: 5px 0 12px 0;
	font-weight:bold;
}

#main h3 {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #333;
	margin: 0;
}
#main h3 a {
	text-decoration: none;
}
#main h3 a:hover {
	text-decoration: underline;
}

#main p {
	line-height: 16px;
	color: #333;
	margin: 0 0 16px 0;
}

#main p strong {
	color: #333;
}

#main p a.top {
	color: #999;
	font-size: 10px;
}

#main p a.top:hover {
	color: #000;
}

#main ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#main li {
	line-height: 15px;
	color: #333;
	background-image: url(../images/list_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding: 0 0 0 10px;
	margin: 0 0 5px 0;
}

#main hr {
	margin: 10px 0 20px 0;
	border: none;
	border-top: 1px solid #CCC;
	height: 1px;
	text-align: left;
}

#main td {
	vertical-align: top;
	padding: 0 15px 0 10px;
	margin: 2px;
	border: 1px solid #CCC;
}

#box1 {
	float: left;
	vertical-align: top;
	padding: 0 15px 0 10px;
	margin: 5px 10px 16px 0;
	width: 210px;
	height: 190px;
	border: 1px solid #B8B8B8;
}

#box2 {
	float: left;
	vertical-align: top;
	padding: 0 15px 0 10px;
	margin: 5px 0 16px 0;
	width: 210px;
	height: 190px;
	border: 1px solid #B8B8B8;
}

#topnews {
	padding: 10px 10px 4px 10px;
	background-color: #369;
	margin: 0 15px 10px 0;
}

#topnews h3 {
	color: #FFF;
	font-size: 12px;
	margin-bottom: 3px;
}

#topnews p, #topnews p a, #topnews p strong {
	color: #FFF;
}

#topnews .highlight {
	background-color:#FC0;
	color:#000;
	padding: 2px 6px;
	margin: 0 6px 0 0;
	font-size:11px;
	font-style:italic;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}