@charset "UTF-8";
/* CSS Document */

h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#003f79;
	font-size:16px;margin-top:20px;
}

#content-col-left{
	width:236px;
	height:auto;
	float:left;
}

#content-col-right{
	width:530px;
	height:auto;
	float:right;
	
}

#todays-buzz{
	width:233px;
	margin-top:20px;
	
}
#todays-buzz-hdr{
	height:39px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#todays_buzz_content{
	width:229px;
	height:auto;
	border-left:2px solid #b4c4e5;
	border-right:2px solid #b4c4e5;
	padding-top:10px;
}
.todays_buzz_content-icon{
	float:left;
	margin-left:4px;
	margin-right:4px;
	width:30px;
	height:45px;
}
.todays_buzz_content-copy{
	float:right;
	width:178px;
}
.todays_buzz_content-copy h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
	margin-top:0;
	margin-bottom:0;
}
.todays_buzz_content-copy p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#8f8f8f;
	font-size:11px;
	margin-top:0;
	margin-bottom:0;
}
.todays_buzz_content-copy a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
	text-decoration:none;
}
.todays_buzz_content-copy a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
	text-decoration:underline;
}

.todays_buzz_row{
	padding:5px;
	width:220px;

}
#todays-buzz-footer{
	width:233px;
}
#article-listings{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	padding-left:10px;
}
#article-listings h2{
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	font-weight:bold;
}
#article-listings a{
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	font-weight:bold;
}
#article-listings a:hover{
	text-decoration:underline;
}
.row-blue{
	background-image:url(/static/images/article_listing_item_bckgrd.gif);
	background-repeat:no-repeat;
	padding:5px 20px;
	width:474px;
	height:31px;
	margin-bottom:6px;
}
.row-trans{
	padding:5px 20px;
	width:474px;
	height:31px;
	margin-bottom:6px;
}

#bottom-nav{
	margin-top:15px;
	padding-right:20px;
}

#bottom-nav-left{
	float:left;
	width:100px;
}

#bottom-nav-right{
	float:right;
	width:100px;
}

#bottom-nav ul{
	list-style-type:none;
	margin:0;
	padding:0;
	color:#00a04a;
}

#bottom-nav ul li a{
	color:#707070;
	font-size:11px;
	text-decoration:none;
}

#bottom-nav ul li a:hover{
	text-decoration:underline;
}

#seo-left-container {
	border-bottom:1px solid #707070;
	color:#707070;
	font-size:11px;
	padding:10px 0;
}
.top-box-stroke{
		height:29px;
		background-image:url(/static/images/base/rounded_box_blue_background.gif);
		padding-top:10px;
		background-repeat:repeat-x;
		color:#356798;
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
}
.footer-stroke-bottom{
		border-bottom:2px solid #b4c4e5;
		height:15px;
		width:193px;
		float:left;
		overflow:hidden;
}

