body {
	background-attachment: fixed;
	background-image: url(images/bkg_a.gif);
	background-repeat: repeat;
	background-position: 0px 0px;
	background-color: #FFFFEE;
}

.bodyText, #content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #330066;
}

#content ul, #content ol, #content li {
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
}

.bold {
	font-weight: bold;
}

#LeftEdgeTile {
	position:absolute;
	width:100px;
	height:100%;
	z-index:1;
	left: 0;
	top: 0;
	background-image: url(images/bkg_b.gif);
	layer-background-image: url(images/bkg_b.gif);
	background-repeat: repeat-y;
	overflow: visible;
}

#TopEdgeTile {
 position:absolute;
 width:100%;
 height:138px;
 z-index:0;
 left: 0;
 top: 0;
 background-image: url(images/bkg_top.gif);
 layer-background-image: url(images/bkg_top.gif);
 background-repeat: repeat-x;
 background-attachment:scroll;
}

#Logo {
 position:absolute;
 width:239px;
 height:84px;
 z-index:3;
 left: 0;
 top: 0;
}

#grad {
 position:absolute;
 width:392px;
 height:58px;
 z-index:3;
 left: 239px;
 top: 0px;
}

#main {
	position: relative;
	z-index: 4;
}

#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #330066;
}

#join {
 position:absolute;
 width:53px;
 height:86px;
 z-index:3;
 left: 0px;
 top: 84px;
}

a {
	color: #0000AA;
}

a:hover {
	color: #0000FF;
}

.bordered {
	border: 1px solid #000;
}
