@charset "UTF-8";
body {
	background-color: #ff6801;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(images/backgroundTile.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	text-align: left;
	width: 763px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	background-image: url(images/indexBackground.jpg);
	background-repeat: repeat;
}
#wrapper2 {
	text-align: left;
	width: 763px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 763px;
}
#content {
	background-image: url(images/indexBackground.jpg);
	background-repeat: no-repeat;
	width: 763px;
}
#content2 {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	width: 763px;
}
#contentLeft {
	width: 150px;
	float: left;
}
#contentMiddle {
	width: 370px;
	margin-left: 15px;
	float: left;
	margin-top: 15px;
	margin-right: 15px;
}
#contentMiddle2 {
	width: 575px;
	margin-left: 15px;
	float: left;
	margin-top: 15px;
}
#contentRight {
	height: 700px;
	width: 170px;
	float: right;
	margin-right: 25px;
	padding-left: 15px;
	padding-top: 15px;
}
#contentRightScroll {
	width: 180px;
	background-color: #FFFFFF;
	overflow: auto;
	height: 700px;
}
#contentRightScrollText {
	width: 150px;
	background-color: #FFFFFF;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#footer {
	background-image: url(images/indexFooter.jpg);
	background-repeat: no-repeat;
	height: 19px;
	width: 763px;
	clear: both;
}
#footer2 {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 19px;
	width: 763px;
	clear: both;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #000000;
}
.larger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #990000;
	font-weight: bold;
}
.larger2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	color: #CC3300;
	font-weight: bold;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000000;
	font-weight: bold;
}
.italic {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000000;
	font-style: italic;
}
#directory1 {
	width: 225px;
	float: left;
}
#directory2 {
	width: 180px;
	float: left;
}
#directory3 {
	width: 88px;
	float: left;
}
#directory4 {
	width: 60px;
	float: left;
}
