/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#wrapper {
	min-width: 770px;
	width: 978px;
}

#header {
	height: 122px;
	margin-left: 162px;  /* left column width and color */
	margin-right: 244px;  /* right column width and color */
	background: #fff;    /* center column color */
	width: 978px; 
}

#body {
	margin-left: 162px ;  /* left column width and color */
	margin-right: 244px;  /* right column width and color */
	background: #fff;    /* center column color */
	width: 978px;
}

#innerheader, #innerbody {
	margin: 0; width: 978px;
}

#top_left {
	width: 162px;
	margin-left: -162px;
	float: left;
	position: relative;
	z-index: 10;
}

#top_right{
	width: 244px;
	margin-right: -244px;
	float: left;
	position: relative;
	z-index: 11;
}

#top_middle {
	height: 122px;
	float: left;
	width: 574px;
	background: #0033ab;
	text-align: center;
}

#body_left {
	position: relative;
	z-index: 12;
	width: 734px;
	margin-left: -734px;
	float: left;
}

#body_right {
	position: relative;
	padding-top: 15px;
	line-height: normal;
	width: 244px;
	margin-right: -244px;
	float: left;
}

h1 {
	margin: 0;
	font-size: 15px;
	font-weight: bolder;
	color: #0033A9;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

h2 {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	color: #0033A9;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	text-transform: uppercase;
}

h3 {
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	color: #0082D6;
	font-family: Arial, Helvetica, sans-serif;
	display: inline;
}

h4 {
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	color: #003A7D;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	display: inline;
}

h5 {
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	color: #003A7D;
	font-family: Arial, Helvetica, sans-serif;
	display: inline;
}


#news {
	padding: 5px;
}

#body_content {
	line-height: 20px;
	height: 100%;
	padding: 15px;
	margin: 0px 15px 0px 10px; 
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

#body_content ul {
	color: #9E5B01;
	padding: 0;
	margin: 5px 0;
	list-style-position: inside;
	list-style-type: square;	
}

#body_content img {
	margin-left: 3px;
	margin-right: 3px;
	border: none;
/*	border: 1px solid #003A7D; */
}

#body_content ol,ul,li {
        color: #000000;
}

#body_content a {
	color: #003A7D;
	font-weight: bold;
	
}

#horizontal_wrap {
	padding: 5px;
	padding-left: 163px;
	background-color: #f7b512;
}

#horizontal_wrap form {
	display: inline;
	margin: 0;
	padding: 0;
}

