body {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #800000;
	background-color: #000000;
	background-image: url(../images/TreesPattern.gif);
	background-repeat: repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 18px;
}
a {
	color: #800000;
	text-decoration: none;
}
a:hover {
	color: #FFFF00;
}
.detail {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 12px;
}
.detailBox {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 12px;
	display: block;
	padding: 5px;
	background-color: #800000;
	color: #800000;
}
#head {
	background-image: url(../images/Header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100%;
	width: 100%;
	position: absolute;
	vertical-align: bottom;
}
#menu {
	clear: left;
	float: left;
	width: 175px;
	position: relative;
	left: 25px;
	top: 125px;
	margin-bottom: 25px;
	 font-size: 22px;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#main {
	clear: none;
	position: absolute;
	margin-bottom: 25px;
	left: 209px;
	width: 320px;
	top: 125px;
}
#right {
	clear: right;
	float: left;
	width: 220px;
	left: 540px;

	top: 125px;
	position: absolute;
	margin-bottom: 25px;
}
h1 {
	color: #800000;
	font-size: 28px;
	font-style: italic;
	font-weight: bold;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #800000;
	padding-bottom: 15px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 24px;
}
p {
	line-height: 18px;
}
.imgBorder {
	border: 1px solid #FF9900;
	margin-bottom: 10px;
	margin-top: 20px;
}
table {
	width: 100%;
	background-color: #800000;
	border-collapse: collapse;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #800000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #800000;
}
td {
	padding: 2px 5px;
	
}
.whiteBg {
	background-color: #FFFFFF;
	color: #666666;
}

