a.menu, a.menu:visited {
	text-decoration: none;
	color: #000;
}

a.submenu, a.submenu:visited {
	text-decoration: none;
	color: #000;
}

a:hover, a.menu:hover, a.submenu:hover {
	color: red;
}

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#header {
	font-family: arial, sans-serif, serif;
	font-size: 2em;
	background: #1b7db6 url("images/darkorange_bg.png") repeat-x;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	color: #fff;
	height: 70px;
	text-align: right;
	padding-right: 0.5em;
	vertical-align: bottom;
	position: relative;
}

#header_top {
	background: #fff url("images/dark_header_para_top.png") no-repeat;
	background-position: left;
	height: 24px;
}

#header_bottom {
	background: #fff url("images/dark_header_para_bottom.png") no-repeat;
	height: 19px;
	background-position: left top;
	padding-top: 4px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

#menu, #hiddenmenu {
	background: #f9be0b url("images/menu_left.png") no-repeat;
	color: #000;
	text-align: right;
	padding-right: 0.2em;
	margin-left: 170px;
	z-index: 100;
}

#hiddenmenu {
	display: none;
	background: #A3A3A3;
}

#content {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px dashed #000;
	min-height: 400px;
	padding: 0.2em 1em 0em;
	clear: left;
}

#streamer {
	border: 1px solid #000;
	border-top: none;
	text-align: center;
	font-size: 10pt;
}

#author_line {
	float: right;
	font-size: 0.7em;
}

#submenu {
	background: #A3A3A3;
	border: 1px solid #000;
	border-top: none;
	text-align: right;
	padding-right: 0.2em;
}

.semititle {
	border-bottom: 1px solid #000;
	font-weight: bold;
	font-size: 1em;
	font-family: arial;
}

.normal_text {
	padding: 0.2em 1em 0em;
	display: table-cell;
}

.vertmid {
	width: 900px;
	position: absolute;
	top: 50%;
	right: 0.6em;
}
/*
#menu dl {
	display: table;
	width: 100%;
	height: 100%;
	text-align: left;
}

#menu dt {
	cursor: pointer;
	text-align: center;
	margin: 1px;
}

#menu dd {
	display: none;
	border: 1px solid gray;
	position: absolute;
	width: 120px;
}

#menu li {
	text-align: left;
	background: #fff;
	opacity: 0.9;
}

#menu li a, #menu dt a {
	color: #000;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}

#menu li a {
	padding-left: 1em;
}

#menu li a:hover, #menu li a:focus {
	background: #ffee33;
}

#menu dt a:hover {
	color: #ee9900;
}
*/
#latest_news {
	border: 1px solid #eaeaea; 
	background: #fafafa;
	height: 300px; 
	padding: 0.2em; 
	text-align: left;
	margin-right: 1em;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
/*	width: 120px;*/
}

#nav li {
	padding-left: 0.5em;
	float: left;
/*	text-align: center;*/
/*	width: 8em;*/
}

#nav li ul {
	position: absolute;
	background-color: #fff;
	opacity: 0.9;
	width: 9em;
	left: -999em;
}

#nav li ul li:hover, #nav li ul li:focus, #nav li ul li a:hover {
	background: #ffee33;
}

#nav li ul li {
	text-align: left;
	width: 8.5em;
}

#nav li ul li a {
	width: 8.5em;
}

#nav ul {
	border: 1px solid gray;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav a {
	text-decoration: none;
	color: #000;
}

#nav li a:hover {
	color: #ddbb11;
}

#nav li ul li a:hover {
	color: #000;
}

.lmspace {
	padding-top: 0;
	margin-top: 0;
	margin-bottom: .5em;
}

