/* CSS Menus - Vertical CSS Menu with Popout and Dropdown Menus - 20050131 */

*{margin:0;padding:0;border:none;}

body{ margin:0px; font-size:100%; font-family:Arial,Helvetica,sans-serif; }

#wrapper {
	width: 969px;
	/*height: 745px;*/
	margin: 20px auto 0px auto;
	background: #ffffff;
	position: relative;
	padding: 28px 0px 0px 0px;
	border: 2px solid #003e7e;
}

#header {
	margin: 0px 0px 12px 28px;
	padding: 0px;
	height: 120px;
	width: 913px;
	position:relative;
}

#header #logo-box {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 120px;
}

#header #logo-box h1 {
	font-size: 16px;
	line-height: 20px;
	margin: 32px 0px 0px;
	padding: 0px;
}

#header-title {
	position:absolute;
	top:86px;
	left:396px;
	width:516px;

	

}

#header-title h1 { font-size:29px; font-weight: normal; margin: 0px; }

#header #next-back {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 265px;
}


#header #next-back a, #header #next-back a:link, #header #next-back a:visited {
	width: 116px;
	height: 16px;
	float: right;
	background:#3d5c96;
	text-align:center;
	margin-left:12px;
	padding: 3px 0px;
	font-size: 12px;
	border: solid 2px #3d5d96;
	color: #fff;
	text-decoration: none;
}

#header #next-back a:hover, #header #next-back a:active {
	background:#fff;
	color: #003e7e;
	font-weight: bold;
}

#header #page-number {
	color: #444;
	font-size: 11px;
	float: right;
	clear: right;
	margin-top: 80px;
}

/* Begin Content Area */

#content {
	margin:0px 26px 0px 160px; 
	_margin:0px 20px 0px 160px; 
	padding:0px; 
	height: 516px;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
	color: #003e7e;
	font-size: 12px;
}

.textBR { color: #b5c9e8; } /* was a30046 */
.textMG { color: #83aada; } /* was 95aaca */
.textAC { color: #4f91cd; } /* was a8bb9e */
.textRPS { color: #003e7e; }

#content h1 { font-size:29px; font-weight: normal; margin: 0px 0px 12px 12px; }

#content img.top-right { 
	position: absolute;
	top: 0px;
	right: 0px; 
}

#content div.grid-text { 
	position: absolute;
	top: 396px;
	right: 0px; 
	background:#FF0099;
	width:384px;
	height:120px;
}

.blue-bg-box { /* The newer background used behind tables */
	padding: 5px 9px; 
	background: #bdc3dc;
}

/* End Content Area */

#footer {
	height: 39px;
	border-top: solid 1px #003e7e;
	margin: 28px 0px 0px 0px;
}

#footer #main a, #footer #main a:link, #footer #main a:visited, #footer #main a:hover, #footer #main a:active {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #003e7e;
	float: right;
	text-decoration: none;
	margin: 11px 15px 0px 0px;
}

#footer #download a, #footer #download a:link, #footer #download a:visited {
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight: bold;
	color: #003e7e;
	float: left;
	text-decoration: none;
	margin: 13px 15px 0px 28px;
}

#footer #download a:hover, #footer #download a:active {
	text-decoration: underline;
}

#footer #corner-box {
	height: 39px;
	width: 32px;
	border-left: solid 1px #003e7e;
	margin: 0px;
	float: right;
}

#wrapper #content .bottom-right {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.normal-p a, .normal-p a:link, .normal-p a:visited {
	color: #003e7e;
	text-decoration: underline;
	font-weight: normal;
}

.normal-p a:hover, .normal-p a:active {
	text-decoration: none;
	font-weight: bold;
}

.sub-content-page {
	position:absolute; 
	top:2px; 
	right:12px; 
	text-align:right;
}

.sub-content-page p.normal-p a {
	text-decoration:none;
}
