	/** GENERAL DOCUMENT STYLES **/
	@import url('midNav.css');
	@import url('/noaa-web/css/contentArea.css');
	@import url('/noaa-web/css/header.css');
	@import url('/noaa-web/css/topNav.css');
	@import url('/noaa-web/css/midNav.css');
	@import url('/noaa-web/css/leftNav.css');
	@import url('/noaa-web/css/contentArea.css');
	@import url('/noaa-web/css/footer.css');
	@import url('/noaa-web/css/contentFormatting.css');
	@import url('/noaa-local/localStyle.css');
	
	body {
		margin: 0px;
		background-color: #25B0E7;
		background-image:url(/images/bg.png);
		background-repeat:repeat-x;
	}
	#container {
		width: 774px;
		min-height: 38em;
		margin: 0px auto 5px auto; 
		padding: 0px 0px 2px 0px;
		border-left: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		background-color: #FFFFFF;
	}

	.sectionTitle {
		display: block; 
		margin-bottom: 2px;	
	}
	
	.bold {
	font-weight: bold;
}
	
	#infoBlock {
		width: auto;
		min-height: 850px;
		margin: 5px;
		text-align:left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: .8em; 
	}

	p
{
	margin-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
}

.announce_header {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #AFDEF6;
	height: auto;
	width: auto;
	padding: 4px;
	align: center;
	text-align: center;
	float: none;
	font-weight: bold;
	clear: none;
}

.leftImage { 
	float: left;
	margin-right: 10px;
}

.rightImage { 
	float: right;
	margin-right: 10px;
}

.leftAlignImage { 
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}
.rightAlignImage {
	float: right;
	margin-left: 10px;
	margin-top: 5px;
}

	h2 { 
		padding-left: 10px;
	}
	
/* rotator in-page placement */
    div#rotator {
	position:relative;
	height:265px;
	margin-left: 1px;
	margin-top: -12px;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
	left: 41px;
	top: -59px;
}
/* rotator image style */	
	div#rotator ul li img {
	border:1px solid #ccc;
	padding: 4px;
	background: #FFF;
}
    div#rotator ul li.show {
	z-index:500;
}

.even_center {
	background-color: #D2D2D2;
	text-align: center;
}
.Style_10 {
	text-decoration: line-through;
	text-align: center;
}
.blue_center {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #C4E9F8;
	text-align: center;
}

.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
