/* CSS Document */

#section_content{
	padding:10px;
	background-color:#DFF2FB;
}
#section_content h1{
	color:#333333;
	font-size:1.2em;
	font-weight:bold;
}
#section_content h2{
	color:#156A92;
	font-size:1.1em;
	font-weight:bold;
	text-decoration:none;
	margin:20px 0 8px 0;
}
#section_content ul{
	margin:0 0 0 20px;
	padding:0;
}
#section_content li{
	margin:0;
	padding:6px 0 6px 0;
	color:#333333;
	font-weight:bold;
	font-size:0.9em;
}
#section_content a{
	color:#333333;
	font-weight:bold;
	font-size:1em;
	text-decoration:none;
}
#section_content a:hover{
	text-decoration:underline;
}