body {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: small;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-image: url(../images/background_9th.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.HomeBox {
	position: absolute;
	width: 538px;
	top: 100px;
	left: 100px;
}
.LeftColumn {
	float: left;
	width: 269px;
	position: relative;
	left: 0px;
}
.RightColumn {
	float: right;
	width: 269px;
	position: relative;
	left: 0px;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bolder;
	color: #000000;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #666666;
}
.ContentBox {
	position: absolute;
	width: 538px;
	top: 100px;
	margin: auto;
	left: 100px;
	background-attachment: scroll;
	background-image: url(/images/home_background_light.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #FF481A;
	padding: 5px;
	border: 1px dashed #000000;
}
.Copyright {
	width: 538px;
	clear: both;
	float: none;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: none;
}

