@charset "utf-8";
/* CSS Document */
body {
	background-color: #2d2d2d;
}
.head {
	font-size: 12pt;
	font-weight: bolder;
	color: #730505;
}
.subhead {
	font-size: 10pt;
	font-style: italic;
	color: #474747;
	font-weight: bolder;
}
.imageRight {
	margin-left: 25px;
}
#header {
	width: 915px;
	height: 178px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#menu {
	width: 675px;
	float: left;
	color: #848484;
	font-size: 11pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 40px;
	text-align: left;
	margin-top: 130px;
}
#menu a{
	color: #848484;
	text-decoration: none	
}
#menu a:hover {
	color: #b6b6b6;
	text-decoration: none	
}
#bodyWrap {
	width: 860px;
	background-color: White;
	padding: 20px;
	border-top: 6px solid #730505;
	margin-left: -12px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #2d2d2d;
	font-size: 9pt;
	line-height: 14pt;
}
.mainQuoteBox {
	width: 550px;
	padding: 4px;
	border: 1px #dfdfdf solid;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 6px;
	background-color: #fafafa;
	color: #730505;
}
#scroll_box {
	height: 580px;
	width: 560px;
	overflow: auto;
	margin-left: 15px;
	border: 4px solid #730505;
	padding: 10px;
	background-color: #fafafa;
}
#footer {
	width: 888px;
	padding: 6px;
	color: #848484;
	font-size: 8pt;
	margin-left: -12px;
	font-family: Arial, Helvetica, sans-serif;
}
#flashHeader {
	position: relative;
	float: right;
	right: 63px;
	top: 7px;
	width: 99px;
	height: 154px;
}