/* CSS Document */

/* General Styles */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	color: #454374;
	background-image: url(../images/main_bg.gif);
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
p {line-height: 140%; margin-top: 0px; margin-bottom: 0px;}
a{color:#9DA8B9; text-decoration:none}
a:link{color: #990000; text-decoration:underline}
a:visited{color:#9DA8B9; text-decoration:underline}
a:hover{color:#092650; text-decoration:underline}
h1{font:bold 145% Arial,sans-serif; color:#092650; margin:0px; padding:0px}
h2{font:bold 130% Arial,sans-serif; color:#9DA8B9; margin:0px; padding: 0px;}
h3{font:bold 120% Arial,sans-serif; color:#9DA8B9; margin:0px; padding:0px}
h4{font:bold 110% Arial,sans-serif; color:#9DA8B9; margin:0px; padding:0px}
h5{font:bold 105% Arial,sans-serif; color:#9DA8B9; margin:0px; padding:0px}
h6{font:bold 100% Arial,sans-serif; color:#9DA8B9; margin:0px; padding:0px}

.content_main {
	padding: 20px;
	background-image: url(../images/content_fade.jpg);
	background-repeat: repeat-x;
} 
.content_main li{margin-top: 0px;padding-top: 0px;}
.content_main ul{list-style-image: url(../images/bullet_grey.gif);margin-top: 0px;padding-top: 0px;}
.content_main ul ul{list-style-image: url(../images/bullet_lightgrey.gif);}
.content_main ul ul ul{list-style-image: url(../images/bullet_lightgrey.gif);}
.content_main ol ol {list-style-image: url(../images/bullet_lightgrey.gif);}
.content_main ol ol ol{list-style-image: url(../images/bullet_lightgrey.gif);}


#container{}
#banner_wrap{
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-position: center top;
}
#banner_content{
	background-color: #424372;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 64px;
}



#content_wrap{

	width: 100%;
	float: left;
}
#content_content{
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 40px;
	padding-right: 40px;	
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}






#footer_wrap{
	float: left;
	width: 100%;
	color: #FFFFFF;
}

#footer_content{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 50px;
}
#disclaimer_wrap{
	color: #FFFFFF;
	float: left;
	width: 100%;
	padding-top: 10px;
	text-align: center;
	padding-bottom: 30px;
}

.contact_title {
	background-color: #D1D6DE;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.contact_title h1{
	color: #FFFFFF;
	font-size: 13px;
}
.contact_copy {
	background-image: url(../images/rightcol_fade.jpg);
	background-repeat: repeat-x;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-color: #9DA9B9;
}

.contact_copy p {
	line-height: 120%;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #EFEFEF;
}

.contact_copy p strong{
	line-height: 120%;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
}
.contact_copy a{color:#FFFFFF; text-decoration:none}
.contact_copy a:link{color:#FFFFFF; text-decoration:underline}
.contact_copy a:visited{color:#FFFFFF; text-decoration:underline}
.contact_copy a:hover{color:#EFEFEF; text-decoration:underline}

#print_banner {display:none; visibility:hidden}
.noprint {display: block; visibility: visible}

.main_table {width: 800px}
