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

body {
	padding: 0;
	margin: 0;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: black;
	
	background-color: #f8f8f8;
}

#header {
	height: 71px;
	overflow: hidden;
}

a img {
	border: 0;
}

a {
	color: black;
}

#container {
	width: 760px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}

#subscribe {
	text-align: right;
}

#subscribe img {
	vertical-align: middle;
}

#content {
	background-image: url(/SiteDesign/Background.jpg);
	background-repeat: repeat-x;
	background-color: white;
	
	padding-top: 4px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

#banner {
	margin: 10px;
	padding: 5px;

	background-color: #9d0101;
	color: white;
}

#banner a {
	color: white;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: black;
	margin: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: black;
	margin: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: black;
	margin: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: black;
	margin: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.f8 {
	font-size: 8pt;
}

.f9 {
	font-size: 9pt;
}

.f10 {
	font-size: 10pt;
}

.f11 {
	font-size: 11pt;
}

.f12 {
	font-size: 12pt;
}

.f13 {
	font-size: 13pt;
}

.f14 {
	font-size: 14pt;
}

.byline {
	font-size: 8pt;
	margin-left: 20px;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #3b7175;
	margin: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}

#home_left {
	width: 462px;
	float: left;
}

#home_right {
	width: 255px;
	float: right;
	margin-left: 3px;
}

#home_left img, #home_right img {
	border: 1px solid black;
}

#home_left a, #home_right a {
	text-decoration: none;
}

#home_right img {
	margin-right: 3px;
}

.moreheadlines a {
	font-size: 10pt;
	text-decoration: underline !important;
}

.home_newsarchivelink a {
	color: #969696;
	font-size: 8pt;
	text-decoration: underline !important;
}

#newsarticle_photos {
	float: left !important;
	width: 315px !important;
	padding-right: 12px !important;
}

#newsarticle_photos img {
	border: 1px solid black;
}

#slideshow_content {
	float: left;
	width: 422px;
}

#slideshow_description {
	float: right;
	width: 290px;
}

.comment {
	width: 314px;
}

.comment_top {
	height: 20px;
	background-image: URL(/SiteDesign/ThoughtBubble_Top.png);
	background-repeat: no-repeat;
}

.comment_middle {
	background-image: URL(/SiteDesign/ThoughtBubble_Background.png);
	background-repeat: repeat-y;
	padding-left: 10px;
	padding-right: 10px;
	
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
}

.comment_bottom {
	height: 56px;
	background-image: URL(/SiteDesign/ThoughtBubble_Bottom.png);
	background-repeat: no-repeat;	
}

.comment_author {
	font-size: 7pt;
}

#comments {
	float: left;
}

#moreheadlines {
	width: 375px;
	float: right;
}

#moreheadlines img {
	border: 1px solid black;
	margin-right: 5px;
}

#moreheadlines a {
	text-decoration: none;
}

#footer {
	text-align: center;
	margin-left: auto;
	margin-right: auto;

	font-size: 8pt;
	color: #8e8675;
}

#footer_text {
	margin-top: -25px;
}

.home_readMore {
	font-size: 8pt;
	color: #969696;
}

.photo {
	float: left;
	font-size: 8pt;
}

.photo img {
	border: 1px solid black;
	margin-right: 5px;
	margin-bottom: 5px;
}

.sidebar_left {
	float: left;
	color: black;
	background-color: #efefef;
	border: 1px solid #e1e1e1;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
}

.sidebar_right {
	float: right;
	color: black;
	background-color: #efefef;
	border: 1px solid #e1e1e1;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
}

.sidebar_left ul, .sidebar_right ul {
	list-style-type: square;
	padding-left: 15px;
	margin-left: 0;
}

* html .sidebar_left ul, *html .sidebar_right ul {
	margin-top: -5px;
}

.sidebar_left ul li, .sidebar_right ul li {
	margin-top: -27px;
}

* html .sidebar_left ul li, * html .sidebar_right ul li {
	margin-top: -10px;
}