body {
	margin: 0;
	background-color: #333333;
	font-family: trebuchet, arial, non-serif;
	font-size: 13px;
	color: #ffffff;
}
a:link, a:visited, a:active {
	color: #ccffff;
	text-decoration: none;
}
a:hover {
	color: #ffcccc;
	text-decoration: none;
}
.container {
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: top;
}
table.content {
	width: 792px;
}
.header {
	width: 792px;
	height: 132px;
	text-align: center;
	vertical-align: middle;
	font-size: 19px;
}
.nav {
	width: 100%;
	text-align: center;
}
.content {
	width: 792px;
	height: 480px;
	text-align: left;
	vertical-align: top;
}
div.content_left {
	width: 300px;
	height: 456px;
	padding-top: 24px;
	float: left;
	text-align: left;
	vertical-align: top;
}
div.content_right {
	width: 468px;
	height: 456px;
	padding-top: 24px;
	float: right;
	text-align: left;
	vertical-align: top;
	overflow: auto;
}
div.content_scroll {
	width: 468px;
	height: 408px;
	padding: 0;
	float: right;
	text-align: left;
	vertical-align: top;
	overflow: auto;
}
div.content_all {
	width: 792px;
	height: 456px;
	padding-top: 24px;
	text-align: center;
	vertical-align: top;
}
div.page_title {
	width: 468px;
	height: auto;
	padding-top: 24px;
	float: right;
	text-align: left;
	vertical-align: top;
}
.footer {
	width: 792px;
	height: 24px;
	text-align: center;
	vertical-align: middle;
	font-size: 9px;
	color: #ddd;
	border-top: solid 1px #ddd;
}
p {
	margin: 0 0 12px 0;
}
h1 {
	margin: 0 0 12px 0;
	font-size: 19px;
	font-weight: bold;
}
h2 {
	margin: 0 0 12px 0;
	font-size: 17px;
	font-weight: bold;
}
h3 {
	margin: 0 0 12px 0;
	font-size: 15px;
	font-weight: bold;
}
h4 {
	margin: 0 0 12px 0;
	font-weight: bold;
}
.pic {
	margin: 0;
	border: solid 1px #666;
}
.pic_caption {
	font-size: 9px;
	text-align: left;
	color: #ddd;
}
/* NEWS */
div.content_news {
	width: 468px;
	height: 408px;
	padding: 0;
	float: right;
	text-align: left;
	vertical-align: top;
	overflow: auto;
}
div.news_item {
	width: 80%;
	padding: 6px 0 6px 0;
	border-bottom: solid 1px;
}
p.news_headline {
	font-size: 15px;
	text-align: left;
	font-weight: bold;
	margin: 0;
}
p.news_source {
	font-size: 11px;
	text-align: left;
	color: #ddd;
	font-style: italic;
	margin: 0 0 6px 0;
}
p.news_story {
	width: 60%;
	font-size: 13px;
	text-align: left;
	font-family: 'times roman', serif;
	text-align: justify;
	margin: 0 0 6px 0;
}
span.news_link {
	font-size: 13px;
	text-align: left;
	font-style: italic;
}
.news_pic {
	margin: 0 6px 0 0;
	border: solid 1px #666;
	float: left;
	clear: both;
}
.hiddenpic {
	display: none;
	width: 1px;
	height: 1px;
}
/* LINKS */
div.content_links {
	width: 468px;
	height: 408px;
	padding: 0;
	float: right;
	text-align: left;
	vertical-align: top;
	overflow: auto;
}
img.link {
	border: 0;
}
p.link {
	margin: 6px 0 0 0;
	padding: 0 0 6px 0;
	border-bottom: solid 1px #ddd;
	text-align: left;
}
/* NAVIGATION */
#menu {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	list-style-type: none;
	font-size: 11px;
}
#menu li {
	float: left;
	width: 112px;
	border-right: 1px solid #333;
	border-left: 0px solid #333;
}
#menu a {
	display: block;
	width: 112px;
	color: #ddd;
	background: #666;
	text-align: center;
	padding: 2px 0 2px 0;
	text-decoration: none;
	float: left;
}
#menu a:hover {
	color: #fff;
	background: #bbb;
}
