﻿#content {
	background-image: url('etc/images/bg_split.gif') !Important;
	background-repeat: repeat-y;
	color: #808080;
	width: 815px;
}
.column1 {
	float: left;
	width: 548px;
}
.column2 {
	float: left;
	margin: 0 0 0 0;
	padding: 0 10px 0 10px;
	width: 245px;
}
div.bulletins {
	width: 225px;
}
div.bulletins .bulletin {
	margin: 0 0 5px 0;
	padding: 7px 0 7px 0;
}
div.bulletins .bulletin .date {
	border-bottom: 1px #888 dotted;
	color: #348E94;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0 0 3px 0;
}
div.bulletins .bulletin .body {
	padding: 0 0 0 7px;
}

div.bulletins table.paging {
	background-color: #3C5152;
	margin: 10px 0 0 0;
	padding: 5px;
}


div.bulletins a {
	border-bottom: none;
	color: #eee;
	text-decoration: none;
}
div.bulletins a:link {
	border-bottom: none;
	color: #eee;
	text-decoration: none;
}
div.bulletins a:visited {
	border-bottom: none;
	color: #ddd;
	text-decoration: none;
}
div.bulletins a:hover {
	border-bottom: none;
	color: #fff;
	text-decoration: none;
}


