body {
	background-color: #D0D8DF;
	vertical-align: middle;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	cursor: default;
	overflow-y: scroll;
}
div#outerframe {
	width: 958px;
	margin: auto;
}
div#wrapper {
	width: 800px;
	margin: auto;
}
div.logo {
	width: 77px;
	padding: 0;
	text-align: center;
	font-size: 0.6em;
	margin: 0 auto;
}
div.logo img {
	width: 75px;
	height: 75px;
	border: 0;
}
div.logoleft {
	position: fixed;
	float: left;
}
div#navigation {
	width: 800px;
	font-weight: bold;
	min-height: 28px;
	margin: auto;
	margin-bottom: 4px;
}
div.panel {
	width: 800px;
	padding: 5px;
	background-color: #C0C8CF;
	border: 1px solid #50585F;
	font-size: 0.85em;
	margin: 4px auto;
}
div.panel_center {
	text-align: center;
}
div#content {
	width: 800px;
	min-height: 600px;
	padding: 5px;
	background-color: #C0C8CF;
	border: 1px solid #50585F;
	font-size: 0.85em;
}
div#copyright {
	width: 812px;
	position: relative;
	left: 6px;
	margin: auto;
	margin-top: 4px;
}
div.corner_ul {
	min-width: 12px;
	min-height: 28px;
	height: 100%;
	float: left;
	background-image: url(/img/corner_ul.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #50585F;
}
div.corner_ur {
	min-width: 12px;
	min-height: 28px;
	height: 100%;
	float: right;
	background-image: url(/img/corner_ur.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #50585F;
}
div#navigation div.corner_ur {
	position: relative;
	left: 12px;
}
div.corner_bl {
	min-width: 12px;
	min-height: 28px;
	height: 100%;
	float: left;
	background-image: url(/img/corner_bl.gif);
	background-repeat: no-repeat;
	border-top: 1px solid #50585F;
}
div.corner_br {
	min-width: 12px;
	min-height: 28px;
	height: 100%;
	float: right;
	background-image: url(/img/corner_br.gif);
	background-repeat: no-repeat;
	border-top: 1px solid #50585F;
}
div.line {
	background-color: #C0C8CF;
	padding: 4px 5px;
	font-size: 0.85em;
	border: 1px solid #50585F;
	border-width: 1px 0px;
	text-align: center;
	width: 778px;
	height: 19px;
	vertical-align: middle;
	margin: auto;
}
div#navigation div.line {
	position: relative;
	left: 6px;
}
div.tricol {
	width: 33.3%;
}
div.fl_left {
	float: left;
}
div.fl_middle {
	margin: auto;
}
div.fl_right {
	float: right;
}
p.paginav {
	background-color: #90989F;
	border: 1px solid #50585F;
	padding: 3px;
	width: 97%;
	margin: 10px auto;
	text-align: center;
}
.clearer {
	clear: both;
	text-align: center;
}
h1 {
	text-align: center;
	margin: 10px 5px;
}
h2 {
	margin: 5px;
	margin-top: 10px;
}
ul { margin: 0; }
li { line-height: 1.6em; }
a:link { color: #000080; }
a:visited { color: #6060A0; }
a:active { color: #FF0000; }
a:hover { color: #FF0000; text-decoration: none }
a.nav { font-family: Courier New, Fixedsys; }
a.nav:hover { text-transform: uppercase; }
a > img { border: 0; }
img.link { border: 0; }
img.ilicon { vertical-align: middle; }
.disabled {
	color: #888888;
	text-decoration: line-through;
}
input, textarea {
	font-family: Tahoma, Verdana;
	font-size: 9pt;
	color: #000080;
	background-color: #B0B8BF;
	border: 1px solid #000080;
	padding: 2px;
}
th {
	background-color: #90989F;
}
td.center,th.center {
	text-align: center;
}
td.left,th.left {
	text-align: left;
}
td.right,th.right {
	text-align: right;
}
td.cell1 {
	background-color: #AAB2BA;
}
td.cell2 {
	background-color: #9AA2AA;
}
div.announcement {
	border: 1px solid #660000;
	background-color: #DDBBBB;
	padding: 5px;
}

div.news {
	width: 97.8%;
	margin: 5px auto;
	border: 1px solid #50585F;
}
div.news div.newshead {
	background-color: #90989F;
	height: 50px;
}
div.news div.newshead div {
	float: left;
	padding: 14px 2px;
	vertical-align: middle;
}
div.news div.newshead div.detailed {
	padding: 14px 5px;
	float: right;
	vertical-align: middle;
}
img.newscat {
	float: left;
}
div.news div.newsbody {
	background-color: #AAB2BA;
	padding: 5px;
}
div.news span.newswritten {
	font-size: 0.8em;
}

