body {
	margin: 0px;
	border: 0px none;
	padding: 0px;
	overflow-y: auto;
	text-align: center;
	scrollbar-3dlight-color: #FF0000;
	scrollbar-arrow-color: #CC0000;
	scrollbar-base-color: #FFFFCC;
	scrollbar-darkshadow-color: #660000;
	scrollbar-face-color: #FFFFCC;
	scrollbar-highlight-color: #CC0000;
	scrollbar-shadow-color: #660000;
	scrollbar-track-color: #FFFFFF;
	background-image: url(assets/index-bg.gif);
	background-repeat: repeat-x;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: .75em;
}
h1 {
	font-size: 1.6em;
	color: #666666;
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	color: #FFFF00;
	font-size: 2em;
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	color: #666666;
	font-size: 1.6em;
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
}
#ffLayer {
	position: relative;
	width: 800px;
	margin: 0 auto 0 auto;
}
#topLayer {
	position: relative;
	width: 100%;
	height: 110px;
}
#topLayerMsg {
	float: right;
	margin: 50px 5px 0 0;
	text-align: right;
}
#mainlayer {
	position: relative;
	width: 100%;
	height: 400px;
	background-color: #CC0000;
	overflow: hidden;
	text-align: left;
}
#mainLayerLeftLinks {
	float: left;
	width: 180px;
	margin: 50px 0 0 5px;
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	line-height: 35px;
}
a.mainLayerLeftLink {
	text-decoration: none;
	color: #FFFF00;
	border-bottom: #FFFFCC dotted 1px;
}
a.mainLayerLeftLink:hover {
	color: #FFFFFF;
	border-bottom: #FFFFFF solid 1px;
}
#mainLayerScroll {
	float: left;
	width: 350px;
	height: 300px;
	margin: 100px 0 0 35px;
	overflow: auto;
}
#mainLayerHead {
	float: left;
	width: 100%;
	height: 100%;
}
a.mainLayerThroatLink {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	text-decoration: none;
	color: #FFFF00;
	border-bottom: #FFFFCC dotted 1px;
}
a.mainLayerThroatLink:hover {
	color: #FFFFFF;
	border-bottom: #FFFFFF solid 1px;
}
#mainLayerHeadImg {
	float: right;
	margin: 50px 0 0 0;
}
#botLayer {
	position: relative;
	width: 100%;
	height: 110px;
}
#botLayerMsg {
	position: relative;
	text-align: left;
	margin: 30px 0 0 5px;
}
#botLayerCopy {
	position: relative;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	margin: 30px 0 0 5px;
}
.botLayerCopyText {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	color: #666666;
}
a.botLayerCopyText {
	color: #666666;
	text-decoration: none;
	border-bottom: #999999 dotted 1px;
}
a.botLayerCopyText:hover {
	color: #CC0000;
	border-bottom: #CC0000 solid 1px;
}
