html, body, form
{
	height: 100%;
}
html, body, form, div, span, table, a, img
{
	margin:	0;
	padding: 0;
}
body 
{
	background-color: #000066;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.225em;
}
h1
{
	font-size: 1.8em;
}
h2
{
	font-size: 1.4em;
}
h3
{
	font-size: 1.3em;
}
a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
img
{
	border: none;
}
fieldset
{
	display: inline;
	margin-bottom: 15px;
	padding: 0 8px 10px 8px; /* padding-top is 0 due to formatting differences with IE and other browsers */
	border: solid 1px #C0C0C0;
}
fieldset legend
{
	margin: 10px 0 10px 0;
	padding: 5px;
	color: #000;
	background-color: #FFFF00;
	border: solid 1px #000066;
	font-weight: bold;
}
label
{
	font-weight: bold;
}

#header, #contentouter, #bottomnav
{
	margin: 0 auto 0 0;
	width: 980px;
}

#header
{
	height: 98px;
}

#header.logo
{
	float: left
}

#topnav
{
	float: right
}
#content
{
	background-color: #000;
	width: 100%
}
/*#contentouter
{
	height: 420px;
	overflow: hidden;
	position: relative;
}
#contentouter[id]
{
	display: table;
	position: static;
}
#contentmiddle
{
	position: absolute;
	top: 50%;
}
#contentmiddle[id]
{
	position: static;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
#contentinner
{
	position: relative;
	top: 50%;
	vertical-align: middle;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
}*/
#contentouter
{
	display: table;
	height: 420px;
	#position: relative;
	overflow: hidden;
}
#contentmiddle
{
	display: table-cell;
	#position: absolute;
	top: 50%;
	vertical-align: middle;
	width: 100%;
}
#contentinner
{
	#position: relative;
	#top: -50%;
	vertical-align: middle;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
}
#contentinner h3
{
	font-weight: bold;
	color: #FFFF00;
	padding: 0;
	margin: 12pt 0 0 0;
}
#contentinner a
{
	color: #CCCCFF;
}
#contentinner ul 
{
	padding: 0;
	margin: 0 0 0 10px;
}
#contentinner ul li
{
	padding: 0;
	margin: 0 0 0 10px;
}

#bottomnav
{
	padding-top: 10px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#bottomnav a
{
	color: #FFFFFF;
}

#ruler_top
{
	height: 22px;
	background: #000000 url(../images/ruler-top.gif) repeat-x scroll left top;
}
#ruler_bottom
{
	clear:both;
	height: 22px;
	background: #000000 url(../images/ruler-bottom.gif) repeat-x scroll left bottom;
}

table.blue-headed-tbl
{
	border: solid 1px #003399;
}
table.blue-headed-tbl tbody tr th
{
	padding: 6px;
	color: #FFF8DC;
	background: #0F285B url(../images/tbl-header-bg.gif) repeat-x scroll top left;
	text-align: center;
	white-space: nowrap;
}
table.blue-headed-tbl a
{
	color: #0000FF;
}
table.blue-headed-tbl tbody tr td
{
	color: #000;
	background-color: #FFF;
	border: solid 1px #CCC;
	padding: 5px;
	text-align: left;
}
table.blue-headed-tbl tbody tr.blue-headed-tbl-ftr td
{
	color: #000;
	background-color: #EEE;
	border: solid 1px #EEE;
	padding: 5px;
	text-align: left;
}

table.left-label-tbl
{
	border: none !important;
}
table.left-label-tbl th, table.left-label-tbl td
{
	border: none !important;
	background: none !important;
	padding: 4px !important;
	color: #000 !important;
	vertical-align: top;
}
table.left-label-tbl th
{
	font-weight: bold !important;
	text-align: right !important;
}
table.left-label-tbl td
{
	text-align: left !important;
}
.mo{}
