body {
	background-color: #474747;
}
.prime {
	background-color: #FFFFFF;
}
.left_margin_sidebar {
	width: 25px;
}
.middle_margin_sidebar {
	width: 35px;
}
.right_margin {
	width: 40px;
}
.content_width {
	width: 550px;
	font-family: Georgia,sans-serif;
	font-size: 90%;
	color: #333333;
	line-height: 20px;
}
.content_width_wide {
	width: 720px;
	font-family: Georgia,sans-serif;
	font-size: 90%;
	color: #333333;
	line-height: 20px;
}
.banner {
	background-color: #333333;
}
.fill_spaces {
	background-image: url(graphics/spacer.gif);
	background-repeat: repeat-x;
}
.image_frame {
	border-color: #FFFFFF;
}
.divider {
	background-image: url(graphics/divider_h.gif);
	background-repeat: repeat-x;
}
.news_date {
	font-family: Georgia,sans-serif;
	font-size: 110%;
	font-weight: bold;
	line-height: 23px;
	color: #333333;
}
.heading_1 {
	font-family: Georgia,sans-serif;
	font-size: 150%;
	font-weight: bold;
	line-height: 23px;
	color: #333333;
}
.content {
	font-family: Georgia,sans-serif;
	font-size: 90%;
	color: #333333;
	line-height: 20px;
}
.content_fade {
	font-family: Georgia,sans-serif;
	font-size: 90%;
	color: #cccccc;
	line-height: 20px;
}
.content_link {
	font-family: Georgia,sans-serif;
	font-size: 90%;
	color: #144188;
	line-height: 20px;
}
a:hover {
	color:#0033cc; 
}
a:visited {
	color: #006699;
}
a:visited:hover {
	color: #0033cc;
}
.page_link {
	font-family: Georgia,sans-serif;
	font-size: 100%;
	color: #144188;
}
.alert {
	color: #cc0000;
	font-weight: bold;
}
html {
	min-height: 100%;
	margin-bottom: 1px;
}