/* CSS Document */

body {
	background-color:#313131;
	line-height: 1.5;
	font:10pt normal "Lucida Grande", Verdana, sans-serif;
	color: #333;
	margin: 0 auto 10px auto;
}
#container {
	text-align:left;
}
#header {
	width:770px;
	height:142px;
	background:#fff url(../images/header.png) no-repeat top left;
}
#header a {
	color:#ddd;
	font-size:24pt;
	text-decoration:none;
}
#header a:hover {
	color:#fff;
}
#leftcol {
	width:220px;
	background:#fff url(../images/main-bg.png) repeat-y top left;
	vertical-align:top;
}
.navigation {
	margin-top:20px;
}
#mainbody {
	width:550px;
	background:#fff url(../images/main-bg.png) repeat-y top right;
	vertical-align:top;
}
.content {
	margin:20px;
}
#footer {
	width:770px;
	height:9px;
	background:#fff url(../images/footer.png) no-repeat top left;
}
#copyright, #copyright a, #copyright a:visited {
	text-align:center;
	margin-bottom:10px;
	color:#666;
	font-size:8pt;
}
.menu-container {
	padding: 3px;
	background-color:#fff;
	border:1px solid #D6D6D6;
	width:160px;
	margin:0 auto;
}
.navigation span {
	display: block;
	background: url(../images/subhead_bg.png) repeat-x;
	color: #666666;
	padding-left: 4px;
	height: 21px;
	line-height: 21px;
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom:2px;
}
.navigation a {
	display: block;
	background: url(../images/menu_bg.png) no-repeat;
	font-size: 10px;
	font-weight: bold;
	color: #ccc;
	padding-left: 18px;
	line-height:24px;
	height: 24px;
	width: 150px;
	text-decoration: none;
}
.navigation a:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #fff;
}
.content h1 {
	color:#840000;
	border-bottom:1px solid #D6D6D6;
	font-weight:bold;
	font-size:18px;
	text-align:center;
}
.content img {
	border:1px solid #D6D6D6;
	padding:3px;
	margin:5px;
}
.content a {
	color:#840000;
}
.content b {
	color:#840000;
}