html {
	min-height: 100%; 
	margin-bottom: 1px;
	}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 83%;
	margin-top: 0;
	text-align: center;
	background-color: #FFFFFF;
	font-style: normal;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0px;
	width: auto;
	height: auto;
	padding: 0px;
	}
h2 {
	font-size: 131%;
	color: #000000;
	border-bottom: dotted #000099 2pt;
	font-weight: bold;
	text-align: left;
	display: block;
	margin: 0;
	padding-bottom: 12px;
}
h3 {
	font-size: 100%;
	color: #000000;
	margin: 0;
	padding:0;
	line-height: 1.3em;
	}
h4 {
	font-size: 100%;
	color: #000000;
	margin: 0;
	}
ul {
	 list-style-image: none;	
	}
ul.square_bullet {
	 list-style-image: url(Images/four_square_bullet.gif);
	 }
.nounderline {
	text-decoration: none;
}
.norepeat {
	background-repeat: no-repeat;
}
.img_alignleft {
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 8px;
	border: #000000 1px solid;
	}
.b {
	font-weight: bold;
	}
.u {
	text-decoration: underline;
	}
.center {
	text-align: center;
	}
.imgcenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
.red {
	color: #CC0033;
	}
.white {
	color: #FFF;
	}
/*--------------------------------------LINKS------------------------------------------*/
a:link, a:visited{
	text-decoration:none;
	color:#000099;
	}
a:hover{
	text-decoration: underline;
	color:#336699;
	}
a.grey_link:link, a.grey_link:visited{
	text-decoration: none;
	color:#666666;
	}
a.grey_link:hover{
	text-decoration: underline;
	color:#666666;
	}
a.white_link:link, a.white_link:visited{
	text-decoration: none;
	color:#3333FF;
	}
a.white_link:hover{
	text-decoration:underline;
	color:white;
	}
a.red_link{
	color: #CC0033;
	font-weight: bold;
	}
a.red_link:hover {
	text-decoration: underline;
	}
#archives {
	padding-left: 20px;
	}
#archives a:link, #archives a:visited {
	text-decoration: none;
	color:#666666;
	}
#archives a:hover {
	text-decoration: underline;
	color:#666666;
	}
/*----------------------------------------HEADER------------------------------------*/	

#container{
	width: 761px;
	background: url(Images/middle_bg.gif) repeat-y top left;
	margin: 0px auto;
	}	

#header {
	width: 760px;
	height: 114px;
	text-align: left;
	}
/*-------------------------------------MIDDLE---------------------------------------*/
#middle {
	width: 760px;
	margin: 0px;
	text-align: left;
	}

/*----------------------------------LEFT-NAV-BAR--------------------------------------*/
#leftnav {
	width: 150px;
	float: left;
	text-align: left;
	background: url(Images/top_nav.gif) top no-repeat;
	height: 300px;
	}
#leftnav ul {
	list-style-type: none;
	margin-top: 14px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px 0px 14px 0px;
	background-image: url(Images/bttm_nav.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
#leftnav ul li{
	padding: 0px 3px 0px 3px;
	background-color: #FFFFFF;
}
#leftnav a {
	display: block;
	width: 135px;
	text-decoration: none;
	color: #000000;
	background-color: #D0DDF5;
	padding-left: 5px;
	padding-right: 2px;
	border-right: 1px #000000 solid;
	border-left: 1px #000000 solid;
	}	
#leftnav a:hover {
	color: #0000FF;
	background-color: #FFFFCC;
	}
#leftnav a.leftnav_sub_link {
	background-color: #FFFFFF;
	color: #000000;
	border-top: 1px #0B1193 solid;
	border-bottom: 0;
	} 
#leftnav a.leftnav_sub_link:hover{
	background-color: #D0DDF5;
	color: #000000;
	border-top: 1px #0B1193 solid;
	border-bottom: 0;
	} 
a#active, a#active:visited, a#active:hover {
	background-color: #FFFFCC;
	color: #000000;
	border-bottom: 0;
	}
a#leftnav_sub_active {
	background-color: #FFFFCC;
	color: #000000;
	border-top: 1px #0B1193 solid;
	border-bottom: 0;
	}
/*---------------------------------------MAIN-CONTENT------------------------------------*/
#maincontent {
	width: 465px;
	float: left;
	border: 1px #000000 none;
	padding-bottom: 2px;
	text-align: left;
	padding-left: 2px;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 4px;
	}
/*-----------------------------------RIGHT-NAV-BAR------------------------------------*/
#rightnav {
	width: 130px;
	float: right;
	text-align: left;
	background-color: #CCCCCC;
	}
#rightnav.rightnav_bg {
	background-image: url(Images/round_blue_box_short_bg.gif);
	background-position: 12px 0px;
	background-repeat: no-repeat;
	height: 50px;
	padding-top: .3em;
	text-align: center;
	}
#rightnav ul.rightnav_dir_bg {
	list-style-image: url(Images/four_square_bullet.gif);
	margin-left: 1.6em;
	margin-right: .1em;
	padding-left: 0px;
	}	
/*----------------------------------------FOOTER------------------------------------*/
#footer {
	clear: both;
	font-size: 85%;
	width: 760px;
	padding-top: 5px;
	background-color: #DDDDDD;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	height: 20px;
	text-align: center;
	}
/*-------------------------------------INDEX-MIDDLE-COLUMNS-----------------------------------*/
#index_left_col {
	float: left;
	width: 300px;
	height: auto;
	border: solid 0 black;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 0px;
	}
.index_header {
	font-size: 100%;
	color: white;
	border: none;
	text-indent: 4px;
	padding-top: 1px;
	text-align: center;
	}
.index_header_l_align {
	font-size: 100%;
	color: white;
	border: none;
	text-indent: 4px;
	padding-top: 3px;
	text-align: left;
	}
#index_right_col {
	float: left;
	width: 155px;
	height: 440px;
	border: solid 0 blue;
	text-align: center;
	background-color: #CCCCCC;
	}
#important_info {
	background: url(Images/important_info_bg.gif) top no-repeat;
	width: 294px;
	height: 213px;
	}
#important_info img {
	border: 1px solid black;
	margin: 6px 3px 0px 3px;
	}
#index_left_col ul {
	margin-left: 27px;
	padding-left: 0;
	}
#index_left_col li {
	padding-bottom: 10px;
	font-size: 80%;
	}
#index_left_col a {
	font-weight: bold;
	font-size: 120%;
	}
#index_blue_box {
	background: url(Images/r_col_blue_box_bg.gif) top no-repeat;
	margin-bottom: 5px;
	padding-bottom: 1px;
	background-color: #99CCFF;
	}
.index_grey_box {
	background: url(Images/r_col_grey_box_bg.gif) top no-repeat;
	margin-bottom: 1px;
	padding-bottom: 1px;
	background-color: #FFFFFF;
	}
.index_large_txt {
	font-size: 123%;
	font-weight: bold;
	color: #000099;
	}
#index_nema_img {
	float: left;
	margin-right: 20px;
	margin-left: 10px;
	}
#index_pdf_txt {font-size: 86%;}
#index_pdf_txt a {font-size: 100%; font-weight: normal;}
/*------------------------------------INDEX-RIGHT-NAV-------------------------------------*/
#rightnav_index a {
	color: white;
	}
#rightnav_index a:hover {
	text-decoration: underline;
	}
#nims {
	width: 122px;
	background: #000099;
	border: 1px black solid;
	border-bottom: white;
	padding: 3px;
	margin-top: 5px;
	font-size: 94%;
	}
#weather_forecast {
	width: 122px;
	background: #000099;
	border: 1px black solid;
	border-bottom: white;
	padding: 3px;
	font-size: 94%;
}
#weather_forecast form {
	margin-top: 0;
	margin-bottom: 0;
	}
#weather_alert {
	width: 122px;
	background: #000099;
	border: 1px black solid;
	border-bottom: white;
	padding: 3px;
	font-size: 94%;
}
#citizen_corps {
	width: 128px;
	background: ffffff;
	padding: 0;
	font-size: 94%;
	margin-bottom: 5px;
	background-color: #CCCCCC;
}
#jobs {
	width: 122px;
	background: #000099;
	border: 1px black solid;
	border-bottom: white;
	padding: 3px;
	font-size: 94%;
	margin-bottom: 1px;
	padding-bottom: 0px;
	border-bottom-color: #FFFFFF;
	max-height: 0px;
	padding-top: 0px;
}
#evac_zone {
	width: 130px;
	font-size: 94%;
	background: url("Images/evac_zone.gif") bottom left no-repeat;
	padding-bottom: 3px;
}
#evac_zone #evac_zone_top {
	margin: 0px;
	padding: 6px 6px 2px 6px;
	background: url("Images/evac_zone.gif") top left no-repeat;
	background-color: #FFFFFF;
} 	
#evac_zone a {
	font-weight: bold;
	color: black;
}	
#evac_zone a:hover {
	text-decoration: underline;
	}
/*-----------------------------TRAINING-SUB-MENU------------------------------*/	
.trng_sub_menu {
	width: 115px;
	margin: auto;
	text-align: left;
	background: url("Images/trng_round_blue_box_bg.gif") bottom left no-repeat;
	}
.trng_sub_menu h3 {
	background: url("Images/trng_round_blue_box_bg.gif") top left no-repeat;
	color: #fff;
	font-size: 108%;
	text-align: center;
	padding: .1em;
	}
.trng_sub_menu ul{
	list-style-type: none;
	margin: .3em .3em .3em .3em;
	padding: 0px;
	}
.trng_sub_menu li{
	padding-bottom: .4em;
	padding-top: .4em;
	border-top: solid .1em #fff;
	}
/*------------------------------TRAINING-CALENDAR-TABLE----------------------------*/
table.calendar {
	border-collapse: collapse;
	width: 90%;
	margin: auto;
	text-align: center;
	background-color: #B5BCFB;
	}
table.calendar td {
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	padding: 0.4em;
	background-color: #B3D9FF;
	}
table.calendar tr {
	background-color: #FFFFFF;

	}
table.calendar th{
	background: #036;
	color: #fff;
	padding: .3em;
	border-bottom: thin solid #FFF;
	border-right: 2px solid #FFF;
	}
/*--------------------------TRAINING-SCFA-COURSES-TABLE-----------------------------*/
table#scfa_courses {
	border-collapse: collapse;
	width: 100%;
	margin: auto;
	text-align: left;
	}
table#scfa_courses tr {
	background: #CCCCCC;
	}
table#scfa_courses td {
	background-color: #EEEEEE;
	padding: .5em;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	}
table#scfa_courses th {
	padding: .5em;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	}
/*----------------------------TRAINING-TRAININGRAM-FORM-------------------------------*/
form#Trainingram table {
	margin: auto;
	width: 85%;
	border-collapse: collapse;
	}
/*----------------------------TRAINING-REPORTING-FORM--------------------------------*/
form#ExReporting {
	width: 95%;
	margin: auto;
	}
form#ExReporting td.blueheading {
	background-color: #D0DDF5;
	font-weight: bold;
	padding: .6em;
	}
form#ExReporting td {
	background-color: #CCC;
	padding: .6em;
	border-right: .1em solid white;
	border-bottom: .1em solid white;
	}
form#ExReporting th {
	color: #006;
	text-align: right;
	background-color: #CCC;
	padding: .6em;
	border-right: .1em solid white;
	border-bottom: .1em solid white;
	}
/*------------------------TRAINING-WMD-ONLINE-REGISTRATION-FORM--------------------*/
form#wmd_ex_registration {
	width: 98%;
	margin: auto;
	}
form#wmd_ex_registration td.blueheading {
	background-color: #D0DDF5;
	font-weight: bold;
	padding: .6em;
	color: #000099;
	}
form#wmd_ex_registration td {
	background-color: #CCC;
	padding: .6em;
	border-right: .1em solid white;
	border-bottom: .1em solid white;
	}
form#wmd_ex_registration th {
	color: #006;
	text-align: right;
	background-color: #CCC;
	padding: .6em;
	border-right: .1em solid white;
	border-bottom: .1em solid white;
	}
/*--------------------------NEWSREL-AND-SITREPS-TABLE--------------------------*/
table.newsrel tr{
	vertical-align: baseline;
	}
table.newsrel td{
	width: auto;
	height: auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
	margin-right: 0px;
	margin-bottom: 3px;
	}
/*---------------------------------CIMG-SUB-MENU---------------------------------*/	
.cimg_sub_menu {
	width: 124px;
	margin: auto;
	text-align: left;
	background: url("Images/cimg_nav_box.gif") bottom left no-repeat;
	padding-bottom: 8px;
	}
.cimg_sub_menu h3 {
	background: url("Images/cimg_nav_box.gif") top left no-repeat;
	color: #fff;
	font-size: 100%;
	text-align: left;
	padding: .4em .1em .1em .3em;
	}
.cimg_sub_menu ul{
	list-style-type: none;
	margin: .2em .2em .2em .2em;
	padding-left: 10px;
	}
.cimg_sub_menu li{
	padding-bottom: .2em;
	padding-top: .2em;
	}
/*--------------HELP-AFTER-DISASTER---APPLY-FOR-ASSISTANCE-BOX------------------*/
.round_blue_box {
	width: 113px;
	margin: auto;
	text-align: center;
	background: url("Images/round_blue_box_bg.gif") bottom left no-repeat;
	}
.round_blue_box #blue_box_top {
	margin: 0px; 
    padding-top: 10px; 
	background: url("Images/round_blue_box_bg.gif") top left no-repeat;
	}
.round_blue_box p {
	margin: 0;
	padding: 0 1px 5px 1px;
	}
/*----------------------------PDF-DOWNLOAD-BOX--------------------------*/
.pdf_download{ 
width: 113px; 
margin: auto;
background: url("Images/pdf_download_box.gif") bottom left no-repeat;
}
.pdf_download #pdftop { 
margin: 0px; 
padding: 10px 10px 1px 10px; 
background: url("Images/pdf_download_box.gif") top left no-repeat; 
} 	
.pdf_download p {
margin: 0px;
padding: 0px 10px 40px 10px;
}		
/*----------------------------------SEOC-OPERATIONS-PG-----------------------------------*/
.SEOC_pg_grey_box {
	width: 300px;
	height: 120px;
	background: #E8E8E8;
	margin: 2px 62px;
	}
.SEOC_pg_grey_box h3 {
	float: left;
	width: 100px;
	height: 80px;
	text-align: center;
	padding-top: 40px;
	padding-left: 50px;
	font-size: 120%;
	}
.SEOC_pg_grey_box img {
	float: right;
	margin: 10px 10px 10px 10px;
	}
/*-------------------------------------HURRICANE-GUIDE-------------------------------------*/
#HG_header {
	padding-top: 0em;
	width: 760px;
	text-align: center;
	color: #17345C;
	padding-bottom: 0em;
}
#HG_header_l {
	width: 295px;
	float: left;
	}
#HG_header_l img {
	float: left;
	}
#HG_header_r {
	width: 450px;
	float: left;
	}
#HG_header h2 {
	padding-top: 0.3em;
	font-size: 200%;
	color: #17345C;
	}
#HG_header img {
	padding-right: 2em;
	}
#HG_middle {
	padding-top: 1em;
	width: 760px;
	text-align: left;
	clear: both;
	padding-bottom: 2em;
	background-color: #FFFFFF;
}
#HG_middle_l {
	width: 380px;
	float: left;
}

#HG_middle_r {
	width: 330px;
	float: left;
	text-align: center;
}
#HGbody {
	background-color: white;
	}
#HG_sponsors {
	width: 760px;
    clear: both;
	padding-bottom: 0em;
}
#HG_bottom {
	width: 760px;
	clear: both;
}
#HG_bottom_1 {
	padding-right: 3em;
	}
#HG_bottom_2 {
	padding-right: 3em;
	}
/*-------------------------------HURRICANE-GUIDE-RADIO-TABLE----------------------------------*/
#HG_radio {
	margin: auto;
	width: 35%;
	border-collapse: collapse;
	background-color: #DDDDF7;
	}
#HG_radio td, #HG_radio th {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: .4em;
	}
#HG_radio tr.alt {
	background-color: #CCCCFF;
	}
/*----------------------------HURRICANE-GUIDE-SHELTER-TABLE------------------------------------*/
#HG_shelters {
	margin: auto;
	width: 70%;
	border-collapse: collapse;
	background-color: white;
	}
#HG_shelters td, #HG_shelters th {
	border: 2px solid #000099;
	padding: .5em;
	}
#HG_shelters tr {
	vertical-align: top;
	}
/*----------------------------HURRICANE-GUIDE-CERT-TABLE------------------------------------*/
#HG_CERT_active_programs {
	margin: auto;
	width: 400px;
	}
/*----------------------------------------NIMS-SITE------------------------------------*/
#NIMS_leftnav {
	width: 150px;
	float: left;
	text-align: left;
	}
#NIMS_leftnav ul{
	list-style-image: url(Images/red_square_bullet.gif);
	margin-top: 14px;
	margin-right: 0px;
	margin-left: 24px;
	padding-left: 0;
   }
#NIMS_leftnav li{
	padding-bottom: .2em;
	}
#NIMS_leftnav a:link, #NIMS_leftnav a:visited{
	color: white;
	}
#NIMS_leftnav a:hover{
	text-decoration: underline;
	color: white;
	}
#NIMS_maincontent {
	background-color: #D0DDF5;
	width: 585px;
	float: left;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	text-align: left;
	height: auto;
	}
/*----------------------------------NIMS-07-TRNG-REQUIREMTS-TABLE-------------------------------*/
#NIMS_trng_requiremts {
	margin: auto;
	width: 550px;
	border-collapse: collapse;
	background-color: white;
	}
#NIMS_trng_requiremts .header {
	background-color: #669933;
	font-size: 130%;
	text-align: center;
	font-weight: bold;
	color: white;
	}
#NIMS_trng_requiremts ul {
	margin-left: 12px;
	}
#NIMS_trng_requiremts td {
	border: 1px solid #000099;
	padding: .7em;
	}
#NIMS_trng_requiremts th {
	border: 1px solid #000099;
	padding: .4em;
	text-align: left;
	background-color: #E1E1CC;
	}
#NIMS_trng_requiremts tr {
	vertical-align: top; 
	}
#flashcontent {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	}
/*----------------------------------TABLE-FOR-LAYOUT-----------------------------*/
#layout {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	}
#layout td {
	margin: 0;
	padding: 0;
	}
#layout tr {
	margin: 0;
	padding: 0;
	}


	

	
#container #middle #maincontent p {
	list-style-position: outside;
	list-style-type: disc;
}
#container #middle #maincontent p {
	list-style-position: inside;
	list-style-type: circle;
}
#titles {
	color: #009;
}
#titles {
	color: #0000A0;
}
#titles {
	color: #0000A0;
}
#titles {
	color: #0000A0;
}
#titles {
	color: #0000A0;
}
#titles {
	color: #0000A0;
}
#titles {
	color: #0000A0;
}
#titles {
	color: #0000A0;
}
#titles {
	color: #0000A0;
}
#titles {
	color: #0000A0;
}
#titles {
	color: #0000A0;
}
#titles {
	color: #0000A0;
}
.LargeBlackType {
	color: #000;
	font-size: 18px;
}
