@charset "utf-8";
/* CSS Document */

.home_bg {
 	background-image:url(../home_bg.gif);
	background-color:#5c6f7b;
}

#mainarea {
	padding-top:50px;
	padding-bottom:20px;
}

#dynamic_content {
	margin-left:20px;
	margin-right:20px;
}

.link_content {
	color:#444444;
	padding:10px;
}

.link_panel {
	color:#444444;
	margin-right:30px;
	float:left;
	width:220px;
}

#links_panel img {
	border:none;
}

#links_panel a {
	text-decoration:none;
	color:#030F7A;
}
#links_panel a:hover {
	color:#0066FF;
}

#bullets_businesses ul {
	list-style-image:url(../businesses_point.png);
}
#bullets_key_sites ul {
	list-style-image:url(../key_sites_point.png);
}
#bullets_individuals ul { 
	list-style-image:url(../individuals_point.png);
}
#bullets_board_login ul {
	list-style-image:url(../board_login_point.png);
}
#bullets_default ul {
	list-style-image:url(../default_point.png);
}

