@charset "utf-8";
/* CSS Document */
html {
	margin: 0px;
	padding: 0px;
}
body {
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	line-height:2em;
}
#page {
}
#header {
	background: url(images/topbkg.gif) repeat-x;
	height:91px;
	color:#FFFFFF;
	padding-top:30px;
	padding-left:155px;
}
#header h1 {
	white-space:nowrap;
	text-shadow: 0.1em 0.1em #000000;
}
#top_left_logo {
	position:absolute;
	background:url(images/toplogo.gif) 0 0 no-repeat;
	top:0px;
	left:0px;
	width:154px;
	height:137px;
	margin-top:8px;
	margin-left:8px;
}
* html body #top_left_logo { /* IE6 Fix */
	margin-top:15px;
	margin-left:10px;
}
*:first-child+html #top_left_logo { /* IE7 Fix */
	margin-top:15px;
	margin-left:10px;
}
#top_right_logo {
	position:absolute;
	background:url(images/toplogo.gif) 100% 0 no-repeat;
	top:0px;
	right:0px;
	width:168px;
	height:91px;
	margin-top:8px;
}
* html body #top_right_logo { /* IE6 Fix */
	margin-top:15px;
	margin-left:10px;
}
*:first-child+html #top_right_logo { /* IE7 Fix */
	margin-top:15px;
	margin-left:10px;
}
#page_title {
	margin-top:60px;
	margin-left:40px;
	margin-bottom:5px;
	white-space:nowrap;
	color:#000000;
}
#main_content {
	background:url(images/sidebkg.gif) repeat-y;
	padding-top:40px;
	width:955px;
}
#nav_bar {
	float:left;
	padding-right:5px;
	text-align:right;
	width:128px;
}
#nav_bar ul {
	list-style:none;
	margin: 0;
	padding: 0 0 0 5px;
}
#nav_bar li {
	padding-bottom:20px;
}
#nav_bar li a {
	text-decoration:none;
	font-size:1.2em;
	color:#FFFFFF;
	font-weight:bold;
}
#nav_bar li a span {
	background: url(images/bullets.gif) 0 0;
	width:14px;
	height:14px;
	display:inline-block;
	margin-left:10px;
}
#nav_bar li a:hover {
	color:#FFFF00;
}
#nav_bar li a:hover span {
	background: url(images/bullets.gif) 100% 0;
}
#nav_bar li.current a span {
	background: url(images/bullets.gif) 100% 0;
}
#right_content {
	float:right;
	background-color:#7e7eb2;
	padding:0px;
	width:800px;
}
.top_left_corner {
	float:left;
	background:url(images/corners.gif) 0 0 no-repeat;
	display:block;
	width:30px;
	height:30px;
}
.top_right_corner {
	float:right;
	background:url(images/corners.gif) 100% 0 no-repeat;
	display:block;
	width:30px;
	height:30px;
}
.bottom_left_corner {
	float:left;
	background:url(images/corners.gif) 0 100% no-repeat;
	display:block;
	width:30px;
	height:30px;
}
.bottom_right_corner {
	float:right;
	background:url(images/corners.gif) 100% 100% no-repeat;
	display:block;
	width:30px;
	height:30px;
}
#content {
	position:relative;
	padding:0 10px;
	height:100%;
	font-size:1.2em;
	font-weight:bold;
	text-align:justify;
}
#content .top_image {
	position:absolute;
	background-color:#FFFFFF;
	text-align:center;
	top:15px;
	margin-left:35%;
	left:0;
	border:0;
}
#content  #left_text {
	float:left;
	width:60%;
	text-align:justify;
}
html>body #left_text { /* Show padding except for IE6 */
	padding-left:20px;
}
#content  #center_text {
	float:left;
	width:60%;
	text-align:justify;
}
html>body #left_text { /* Show padding except for IE6 */
	padding-left:20px;
}
#content_bottom {
	background:url(images/toplogo.gif) 0 100% no-repeat;
	height:29px;
	clear:both;
}
#footer {
	text-align:center;
	color:#000000;
}
#footer a {
	text-align:center;
	color:#000000;
}
#footer a:hover {
	text-align:center;
	color:#0000FF;
}
a {
	font-weight: bolder;
	color: #FFFF00;
	text-decoration:none;
}
h1 {
	font-size:3.0em;
	margin:0;
}
h2 {
	font-size:2.0em;
	margin:0;
}
	
	
	
	
.titleText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #FFFFFF;
}
.boxText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.boldBoxText {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
}
.boxTextBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.boldBoxTextBlack {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000000;
}
pre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.heading1 {
	font-size: 24px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
