body {
	margin: 0px;
	padding: 0px;
	background-color: #F7F6F5;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #96848b;
	width: 100%;
}
html {
	width: 100%;
}
a {
	font-style: italic;
	color: #AFA2A7;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F4C2C0;
	padding-bottom: 2px;
	outline: none;
}
a:hover {
	color: #66BAED;
	border-bottom-width: 1px;
	border-bottom-color: #95CCED;
}
#top_container {
	width: 940px;
	padding-top: 50px;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 50px;
}
#issue_container {
	width: 940px;
	padding-right: 50px;
	padding-left: 50px;
}
.issue_module_img {
	float: right;
	margin-top: 20px;
}
.clear {
	line-height: 0px;
	clear: both;
	height: 0px;
}
.red_line {
	background-image: url(images/red_line.png);
	background-repeat: repeat-x;
	height: 1px;
	margin-top: 25px;
	margin-bottom: 45px;
}
#logo {
	background-repeat: no-repeat;
	background-position: center center;
	height: 350px;
	width: 350px;
	background-image: url(images/logo.png);
	margin-bottom: 50px;
	float: left;
	margin-top: 120px;
}
#issue_nav {
	width: 80px;
	margin-left: 135px;
}
#issue_nav img {
	margin-bottom: 10px;
	background-image: none;
}
#issue_nav a {
	margin-bottom: 10px;
	background-image: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#left_col {
	float: left;
	width: 350px;
}
#about_box {
	width: 540px;
	float: right;
	font-size: 23px;
	line-height: 27px;
}
#about_box img{
	margin-bottom: 25px;
	margin-top: 10px;
}
#contact_box {
	width: 370px;
	float: left;
	margin-right: 35px;
	background-image: url(images/blue_line.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 160px;
}
#contact_box a {
	margin-top: 5px;
	font-size: 21px;
}
#links_box {
	width: 135px;
	float: left;
	background-image: url(images/red_line.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 160px;
}
#links_box a {
	font-size: 21px;
	line-height: 30px;
}
#news_box {
	background-color: #EDECEB;
	padding: 25px;
	height: 220px;
}
#news_box_feed {
	height: 220px;
	width: 335px;
	float: left;
	font-size: 15px;
	line-height: 18px;
	overflow: hidden;
	padding-right: 15px;
	outline: none;
}
#news_box_feed a{
	overflow: hidden;
	outline: none;
	margin: 0px;
	padding: 0px;
}
#news_box_feed p{
	overflow: hidden;
	outline: none;
	margin-top: 0px;
	padding-top: 0px;
}
#news_feed_tweet {
	height: 220px;
	float: right;
	font-size: 15px;
	font-style: italic;
	line-height: 17px;
	width: 120px;
	background-image: url(images/blue_line.png);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	overflow: hidden;
}
#news_feed_tweet a{
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#twitter_update_list {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#news_feed_tweet img {
	position: absolute;
	right: 0px;
	bottom: 3px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}
.bold {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
	float: left;
	color: #72626A;
}
.bold_redline {
	font-weight: bold;
}
.news_text {
	background-image: url(images/red_line.png);
	background-repeat: repeat-x;
	background-position: bottom;
	display: block;
	margin-top: 7px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#preload {
	display: none;
}
span.select {
	line-height: 20px;
	height: 20px;
	width: 150px;
	overflow: hidden;
	background-image: url(images/select_bg.png);
	background-color: #212122;
	position: absolute;
	padding-left: 5px;
	margin-bottom: 10px;
	font-size: 12px;
	background-position: right;
	background-repeat: no-repeat;
	color: #FFF;
}
.italics {
	font-style: italic;
}
