.bright {
	border: solid 1px #CA226B;
}
a:link.underline {
	text-decoration: underline;
}

body {
	font-family:Georgia;
	color:#000000;
	background-color:#FFFFFF;
	font-size: 15px;
}

table.main {
	border:0px;
	cellspacing:0px;
	cellpadding:0px;
	bgcolor:#FFFFFF;
	width:800px;
}

.bio_pic {
	border: solid 1px #000000;
	margin-left: 20px;
}

.button_bar {
	background: #5574b9;
	height: 114px;
	width: 100%;
}
.button {
	float: left;
	background: #5574b9;
	height: 94px;
	width: 94px;
	line-height: 94px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	padding: 10px;
}
.button:hover {
	background: #254285;
}
a:link {
	font:Georgia;
	color:#000000;
	text-decoration:none;
}

a:visited {
	font:Georgia;
	color:#000000;
	text-decoration:none;
}

a:hover {
	font:Georgia;
	color:#000000;
	text-decoration:underline;
}
blockquote {
	margin:15px;
}
#pubdocs {
	width: 800px;
}
#pubdocs td a {
	color: #5574b9;
	font-size: 18px;
	white-space: wrap;
}
.pubdoc_date {
	color: #4d4d4d;
	font-family: Tahoma;
	text-transform: uppercase;
}
.pubdoc_description {
	padding: 10px 0px 25px 0px;
}
.pubdoc_title {
	padding: 0px 0px 5px 0px;
}
hr {
	margin: 0px 0px 0px 15px;
}
td.content {
	vertical-align:top;
	text-align:left;
}

td.news_date {
	width:150px;
	height:45px;
	vertical-align:top;
}
td.news_content {
	height:45px;
	vertical-align:top;
}

.menu {
	background: #5574b9;
	color: #fff;
	line-height: 2em;
	display: none;
	position: absolute;
	padding: 10px;
	border: 1px solid #fff;
}
.menu a {
	display: block;
	color: #fff;
	padding: 2px;
}
.footer {
	background: #5574b9;
	padding: 10px;
	color: #fff;
	font-weight: bold;
}

