html {
	overflow-y: scroll;	
}
#wrapper {
	width: 590px;
	border: 3px solid #FFFFFF;
	clear: both;
	background: #FFFFFF;
}
body {
	margin: 0px;
	padding: 0px;
	background: url(../graphics/bgRepeat.gif) repeat;
}
.header {
	clear: both;
}
flash {

	clear: both;
}
#navigation {
	height: 41px;
	width: 590px;
	background: url(../graphics/navigationBg.gif);
}
#date {
	background: #3d7e69;
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#content {
	background: #FFFFFF;
	padding-left: 12px;
	padding-right: 12px;
	overflow: hidden;
}
* html #content {
	height: 1%;	
}
.date {
	font: 10px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	float: right;
	margin-right: 5px;
}
.buttons {
	padding-top: 3px;
}
#title {
	background: #FFFFFF;
	padding-top: 13px;
	padding-left: 9px;
}
#rightImage {
	background: #FFFFFF;
	float: right;
	width: 190px;
	margin-left: 10px;
	height: 342px;
	border: 1px none #373B2F;
}
.dotted_horizontal {
	background: url(../graphics/dottedBG.gif) repeat-x;
}
.dottedVertical {

	background: #66CC99 url(../graphics/dottedBG.gif) repeat-y;
	float: right;
	width: 1px;
	height: 100%;
}
#leftImage {
	background: #FFFFFF;
	float: left;
	width: 190px;
	height: 342px;
	border: 1px none #373B2F;
	margin-right: 10px;
}
a:link {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #259672;
	text-decoration: none;
}
#contentList {
	background: #FFFFFF;
	padding-left: 24px;
	padding-right: 12px;
}

.news-item {
	border-bottom: 1px solid #ccc;
	padding: 0 0 10px;
	margin: 0 0 10px;
}
.news-item h2 {
	margin: 0 0 3px;	
}
	.news-item h2 a {
		text-decoration: underline;
		font-size: 12px;
		color: #259672
	}
	.news-item h2 a:hover {
		color: #275243;	
	}
.news-item p {
	margin: 0;	
}
#news-col {
	float: left;
	width: 246px;
}
#google-news-col {
	float: right;
	width: 300px;
}
