body
{
	margin: 0px;
	background-color: #020C37;
}
h3
{
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
.leftBar
{
	width: 252px;
	overflow: hidden;
	float: left;
}
.logo
{
	background: url(images/ou_logo.gif) no-repeat left top;
	width: 246px;
	height: 188px;
	border: #000 7px solid;
}
.menuHeader
{
	background: url(images/menu_header.gif) no-repeat left center;
	background-color: #2E3192;
	height: 350px;
	width: 30px;
	float: left;
	margin: 0px 3px 0px 7px;
}
.menuBlock
{
	width: 212px;
	float: left;
	overflow: hidden;
}
.menuBtn
{
	background: url(images/menu_btn_bg.gif) repeat-x left top;
	height: 23px;
	width: 100%;
	padding: 2px 0px 0px 20px;
}
.menuBtn_hover
{
	background: url(images/menu_btn_bg_over.gif) repeat-x left top;
	height: 23px;
	width: 100%;
	padding: 2px 0px 0px 20px;
}
.menuBtn A
{
	font-family: Arial;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.menuBtn_hover A
{
	font-family: Arial;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.horse
{
	background: #605720 url(images/menu_horse.gif) no-repeat left top;
	width: 213px;
	height: 200px;
	border-bottom: #000 2px solid;
}	
.contentArea
{
	background: #fff url(images/main_bg.gif) no-repeat left top;
	width: 736px;
	height: 545px;
	float: left;
	margin: 7px 0px 0px 7px;
}
.header
{
	text-align: center;
	height: 30px;
}
.content
{
	background-color: #fff;
	width: 677px;
	height: 490px;
	overflow-y: scroll;
	float: left;
	color: #000;
	font-family: arial;
	font-size: 14px;
	margin: 10px 0px 0px 10px;
	padding: 15px;
	opacity:.80;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	border: #000 3px solid;
}

.questions
{
	font-weight: bold;
	font-size: 16px;
}

.contentTwoPanel
{
	background-color: #fff;
	width: 500px;
	height: 490px;
	overflow-y: scroll;
	float: left;
	color: #000;
	font-family: arial;
	font-size: 14px;
	margin: 10px 0px 0px 10px;
	padding: 15px;
	opacity:.80;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	border: #000 3px solid;
}

.linkBox
{
	width: 177px;
	height: 520px;
	padding: 3px 3px 3px 0px;
	margin: 10px 0px 0px 0px;
	float: left;
	background-color: #000;
}
.linkBox h3
{
	margin: 0px;
}
.links
{
	width: 167px;
	height: 490px;
	padding: 5px;
	background-color: #fff;
	overflow: auto;
}
.linkBox P
{
	margin: 0px 0px 6px 0px;
}
.linkBox A
{
	color: #000;
	font-size: 11px;
	font-weight: bold;
	font-family: arial;
}

.footer {
	clear: both;
	width: 988px;
}
.footer_table {
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:7pt;
	line-height:9pt;
	margin-top:0px;
	padding:0px 3px;
	vertical-align:top;
	width:98%;
}

.tableHeader TD
{
    background-color: #aaa;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
}
.tableRow TD
{
    background-color: #eee;
    font-family: arial;
    font-size: 14px;
    padding: 5px;
}
.tableRowAlt TD
{
    background-color: #ccc;
    font-family: arial;
    font-size: 14px;
    padding: 5px;
}

.white_link
{
    color: #FFFFFF;
    text-decoration: underline;
}