@charset "UTF-8";
/* CSS Document */
h1 {
	font-size:22px;
	line-height:26px;
	color:#132c5e;
}
h2 {
	font-size:17px;
	color:#5e3d21;
}
h3 {
	font-size:14px;
	color:#5e3d21;
}
h4 {
	font-size:12px;
	color:#5e3d21;
}

/*Begin List*/
#content_core ul, .rightbox ul, #right_popbox ul,  #primary_story ul, .widget_body ul {
	list-style-type:none;
	margin-left:1em;
	padding:0px;
	
	margin-top:.5em;
	margin-bottom:.5em;
	
	line-height:18px;
}
#content_core ul li, .rightbox ul li,  #right_popbox ul li, #primary_story ul li, .widget_body ul li {
	background-image:url("../design_images/li-bullet.gif");
	background-position:0 6px;
	background-repeat:no-repeat;
	padding-left:15px;
}
/*End List*/
a:link, a:visited {
	color:#06C;
}
font {
	color:inherit !important;
}
.widget_body h2 {
	color:#132c5e;
	font-size:14px;
	margin:.2em 0em;
}
