body {
	background: #CACACA url('../images/background.png') repeat-x;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size:100%;
}
p {
	line-height: 150%;
	color:#626262;
}
a {
	color: #0000cd;
	text-decoration: none;
}
a:hover {
	color: #A40008;
	text-decoration: underline;
}
blockquote {
	margin: 20px;
	text-align: center;
	font-style: italic;
}
h1,h2,h4 {
	margin-top:0;
	color:#626262;
	text-align:left;
}
hr {
	width:75%;
}
.content img, img a {
	border:none;
	text-decoration: none;
	margin:0 auto;
}
#container {
	margin: 0 auto;
	width: 850px;
}
#header {
	width: 100%;
	border-bottom: #8C8484 1px solid;
}
#header a>img {
	border: none;
}
#sub_header {
	text-align: right;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	padding: 10px 20px 10px 0;
}
#content_bg {
	margin: 0 auto;
	width: 100%;
	/*background-color:#fff;
	border:10px solid #cdcdcd;*/
}
#content_bg_top {
	height: 30px;
}
#content_bg_bottom {
	height: 30px;
}
.content {
	float: left;
	width: 610px;
	text-align: left;
	padding: 0 30px 0 30px;
	font-size: 1em;
}
.menu {
	width: 139px;
	float: right;
	padding: 0 20px 0 20px;
	border-left: #8C8484 1px solid;
	font-size: 1em;
}
#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}
.menu_title {
	font-size: 1.2em;
	font-weight: bold;
	background-color: #4d4d4d;
	color:#e6e6e6;
	text-align:center;
	margin:0;
	padding: 3px 0;
}
.menu ul {
	margin: 0;
	padding: 10px 0 20px 15px;
}
.menu li {
	padding-top: 2px;
	list-style-type: none;
	margin:0 0 5px 0;
	/*list-style-image: url('../images/li_image.gif');*/
}
a.menu_link {
	color: #585858;
	font-size:1.1em;
	font-weight: bold;
	text-decoration: none;
}
a.menu_link:hover {
	color:#8a3b3b;
	/*color: #A40008;*/
	text-decoration: underline;
}
.menu img {
	border:none;
}
li.nobullet {
	list-style-image:none;
}
	/* Style for headshots in header */
	/* Can't get rid of the borders in IE7, but who cares? */
	/* css validator complains about the opacity property, but it's part of CSS3 */
img.opaque {
	filter:alpha(opacity=50); /* necessary for ie7 */
	opacity: 0.5;
}
img.opaque:hover {
	filter:alpha(opacity=100); /* necessary for ie7 */
	opacity: 1.0;
}
address {
	color:#585858;
	text-align: center;
	font-size: .8em;
	margin: 10px auto;
}