@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #D4D7BB repeat-y center;
}

#container {
	width: 980px;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: static;
	left: auto;
	margin: 0 auto;
	background: #003366 url(Images/sidebar_filler_left.gif) repeat-y;
} 
#header {
	height: 150px;
	background: #DDDDDD url(Images/ray_banner.jpg) no-repeat left;
	border-top: 7px solid #000000;
	border-bottom: 7px solid #000000;
	margin: 0px;
	padding: 0px;
}
#header h1 {
	display: none;
}
#header h2 {
	height: 145px;
	width: 970px;
	text-align: right;
	margin: 0px;
	color: #660000;
	padding: 5px 10px 0px 0px;
	font-size: 16px;
}
#sidebar_left {
	float: left;
	width: 150px;
	background: #3c638a;
	padding: 0px;
}
#sidebar_left ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
a.sidebar_left_link:link, a.sidebar_left_link:visited {
	height: 1.5em;
	width: 150px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background: #204d79;
	margin: 3px 0px;
	text-align: left;
	text-indent: 3px;
	padding-top: 0.75em;
	padding-bottom: 0.5em;
}
a.sidebar_left_link:hover {
	height: 1.5em;
	width: 150px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	color: #000000;
	background: #5E9CBC;
	margin: 3px 0px;
	padding-top: .75em;
	text-align: left;
	padding-bottom: .5em;
	text-indent: 3px;
}
#nav_header_right {
	float: right;
	line-height: 16px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background: #660000;
	margin-top: 5px;
	text-align: right;
	width: 450px;
	margin-bottom: 0px;
}
a.nav_header_right:link, a.nav_header_right:visited {
	color: #dddddd;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
a.nav_header_right:hover {
	color: #660000;
	background: #dddddd;
	font-size: 12px;
}
#nav_header {
	line-height: 16px;
	padding: 0px 5px;
	margin: 5px 450px 0px 160px;
	background: #660000;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	text-align: left;
	font-size: 12px;
	color: #DDDDDD;
	font-weight: bold;
	text-transform: uppercase;
}
a.nav_header:link, a.nav_header:visited {
	color: #dddddd;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}
a.nav_header:hover {
	color: #660000;
	background: #dddddd;
}
#sub_container {
	margin: 5px 0px 5px 160px;
	background: url(Images/sidebar_filler_right.gif) repeat-y right;
	padding: 0px;
}
#sidebar_right {
	float: right;
	width: 180px;
	background: #002142;
	padding: 0px;
	text-align: center;
	margin: 0px;
}
.sidebar_right_content {
	color: #000000;
	font-weight: bold;
	margin: 10px 10px 20px;
	text-align: center;
	width: 156px;
	display: block;
	border: 2px solid #204d79;
	background: #F7F7F6;
}
.sidebar_right_alt_text {
	color: #792020;
	margin: 5px;
	font: normal 14px "Comic Sans MS", Verdana, Arial, sans-serif;
}
a.sidebar_right_link:link, a.sidebar_right_link:visited {
	color: #DFDFDF;
	text-decoration: underline;
	margin: 10px 10px 20px;
	text-align: center;
	width: 156px;
	display: block;
	border: 2px solid #204d79;
	line-height: 2em;
	font-weight: bold;
}
a.sidebar_right_link:hover{
	color: #000000;
	text-decoration: none;
	margin: 10px 10px 20px;
	text-align: center;
	width: 156px;
	display: block;
	border: 2px solid #999999;
	line-height: 2em;
	background: #999999;
	font-weight: bold;
}
a.sidebar_right_link2:link, a.sidebar_right_link2:visited {
	color: #000000;
	text-decoration: underline;
	margin: 0px;
	text-align: center;
	width: 156px;
	display: block;
	line-height: 2em;
	font-weight: bold;
}
a.sidebar_right_link2:hover{
	color: #000000;
	text-decoration: none;
	margin: 0px;
	text-align: center;
	width: 156px;
	display: block;
	line-height: 2em;
	background: #999999;
	font-weight: bold;
}
#main_content { /* This container is 630px wide */
	color: #003366;
	margin: 0px 190px 0px 0px;
	padding: 0px 0px 5px;
	background: #F7F7F6;
	list-style: none;
	font-size: 12px;
}
.main_content_top {
	height: 229px;
	margin: 0px;
	padding: 0px;
}
.main_content_top_float { /* Set height & width equal to the image*/
	float: right;
	height: 209px;
	width: 300px;
	padding: 0px;
	margin: 10px;
}
.main_content_top_wrap {
	margin: 0px 320px 10px 10px;
	padding-top: 10px;
}
.main_content_bottom {
	margin: 0px;
	padding: 0px;
}
.main_content_bottom_float { /* Set height & width equal to the image*/
	float: left;
	height: 186px;
	width: 300px;
	margin: 10px;
	padding: 0px;
}
.main_content_bottom_wrap {
	margin: 10px 10px 10px 320px;
	padding: 0px;
}
.main_content_divider {
	background: #003366;
	height: 12px;
	margin: 0px;
	padding: 0px;
}
.main_content_hrule {
	background: #993300;
	height: 2px;
	margin: 0px 15px 10px;
	padding: 0px;
	overflow: hidden;
}
.main_content_normal_float {
	float: left;
	width: 300px;
	margin: 0px 10px 10px;
	padding: 0px;
}
.main_content_normal_wrap {
	margin: 0px 10px 10px 320px;
}
.main_content_header_bar {
	background: #792020;
	color: #FFFFFF;
	text-align: center;
	height: 20px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 3px;
	margin-bottom: 5px;
}
.main_content_list {
	padding-left: 20px;
	margin: 5px 10px 10px 0px;
	text-decoration: none;
}
.main_content_list_item {
	margin: 5px 0px 7px;
	text-decoration: none;
}
.askray_ol_item {
	font-weight: bold;
	font-size: 14px;
	margin-top: 15px;
}
.askray_list_item {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: 5px;
	margin-top: 5px;
}
a.main_content_link:link, a.main_content_link:visited {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #660000;
}
a.main_content_link:hover {
	font-size: 12px;
	font-weight: bold;
	color: #F7F7F6;
	text-decoration: underline;
	background: #660000;
}
.main_content_span1 { /* 1/4 width of main_content */
	width: 145px;
	margin-left: 5px;
	display: inline;
	float: left;
	height: 18px;
	margin-top: 3px;
	margin-bottom: 3px;
}
p {
	margin: 0px;
	padding: 0px 10px 10px;
}
table {
	border-collapse: collapse;
}
th {
	text-align: center;
}
tr {
	height: 40px;
}
td.center {
	font-weight: bold;
	text-align: center;
	width: 150px
}
td.left {
	text-align: right;
	width: 100px;
	padding-right: 30px;
}
td.right {
	text-align: left;
	width: 100px;
	padding-left: 30px;
}
td.left_arrow {
	width: 90px;
	padding-left:10px;
}
td.right_arrow {
	width: 80px;
	padding-left: 20px;
}
.signature {
	text-align: right;
	font: 24px Mistral, Chiller, serif;
}
#footer {
	padding: 5px 0;
	background: #660000;
	clear: both;
	border-top: 1px solid #CCCCCC;
	color: #DFDFDF;
}
#footer_left{
	float: left;
	width: 175px;
	padding-left: 5px;
	color: #FFFFFF;
	font-weight: bold;
}
#footer_middle{
	float: left;
	width: 535px;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 2em;
}
#footer_right{
	float: left;
	width: 250px;
	text-align: right;
	font-size: 9px;
	padding-right: 5px;
}
a.footer_link:link, a.footer_link:visited {
	color: #DFDFDF;
}
a.footer_link:hover {
	color: #660000;
	background: #DFDFDF;
}
.spacer {
	padding-right: 30px;
}
.line_height2 {
	line-height: 2em;
}
.indent {
	margin-right: 5px;
	margin-left: 5px;
	display: block;
}
.bold_indent {
	margin-right: 5px;
	margin-left: 5px;
	display: block;
	font-weight: bold;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
