#content h1 {
	margin-top:40px;
	margin-bottom:5px;
	color:#0072bc;
}

.underline {
	border-bottom: 1px solid #8c8c8c;
	width: 105px;
	display:block;
}

a.selected {
	color:#0072bc;
}

a.selected:hover {
	text-decoration:underline;
}

li.selected {
	color:#0072bc;
	list-style-position:outside;
	list-style-image:url(../images/arrows_alert.png);
	border-bottom:none;
}

ul.level2 {
	position:relative;
	display:block;
	margin-left:2em;
}

li.level2 {
	list-style-image:none;
	list-style-type:disc;
}

li.level2selected {
	list-style-image:none;
	list-style-type:disc;
	color:#0072bc;
}

#content hr {
	background-color:#0072bc;
	color:#0072bc;
}

#content h2 + p {
	margin-top: 10px;
	margin-bottom: 10px;
}

#content h3 + p {
	margin-top: 5px;
	margin-bottom: 5px;
}

#rightcol p {
	margin-top:5px;
}

.notice {
	color:#676767;
}

hr.notice {
	color:#7a7a7a;
	background-color:#7a7a7a;
	padding-top:7px;
	padding-bottom:5px;
	padding:0px;
	height:1px;	
}

/** additional layout for alert home **/

#leftcol {
	float: left; 
	position:relative;  
	margin-bottom: -2000px; 
	padding-bottom: 2000px; 	
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;	 	
	overflow:hidden;
	width:300px;
	height:100%;
	background-color:#e7e9e4;
	border-right:#7a7a7a 1px solid;	
	z-index:10;		
}

#rightcol {
	float: left; 
	position:relative;  
	margin-bottom: -2000px; 
	padding-bottom: 2000px;
	padding-left:39px;
	padding-right:39px;
	padding-top:20px;	 	
	overflow:hidden;
	width:151px;
	height:100%;
	background-color:#e7e9e4;
	border-right:#7a7a7a 1px solid;	
	z-index:10;	

}