body {
	background: #A2A49A url(pix/pagebg.gif);
	margin: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #666666;
}
table {font-size: 1em;}
i {display: none;}
a {
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}
a:hover {
	color: #669933;
}
h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #333333;
	margin: 0 0 5px 0;
	text-align: center;
}
h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #669966;
	margin: 0 0 5px 0;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #990000;
	margin: 0 0 5px 0;
}
#glow {
	margin: 0 auto;
	width: 750px;
	background: url(pix/glow.gif) repeat-y;
}
#alpha {
	margin: 0 auto;
	width: 730px;
	min-height: 400px;
}
#header {
	position: relative;
	height: 92px;
	background: url(pix/header.jpg) no-repeat;
}
a#logo {
	position: absolute;
	display: block;
	width: 141px;
	height: 63px;
	top: 15px;
	left: 10px;
}
#topmenu {
	position: absolute;
	text-align: right;
	bottom: 5px;
	right: 10px;
	width: 540px;
	font-size: 11px;
}
#topmenu a {
	margin: 0 6px;
	color: #666666;
}
#topmenu a:hover {
	color: #990000;
}
#left {
	float: left;
	width: 168px;
	font-size: 11px;
}
#leftmenu {
	margin: 20px auto;
	width: 160px;
}
#leftmenu a {
	display: block;
	width: 156px;
	height: 16px;
	background: #FFF;
	border-top: 1px solid #A3AC97;
	border-bottom: 1px solid #A3AC97;
	margin: 4px 0;
	color: #666666;
	padding: 3px 2px 0 2px;
}
*html #leftmenu a {
	height: 20px;
	width: 160px;
	padding: 2px 2px 0 2px;
}
#leftmenu a:hover {
	color: #990000;
	border-top: 1px solid #990000;
	border-bottom: 1px solid #990000;
}
#login {
	margin: 0 auto;
	width: 160px;
	background: #B4BBAB;
	border-top: 1px solid #A3AC97;
	border-bottom: 1px solid #A3AC97;
}
#login table {width: 160px;}
#login table td {
	text-align: center;
	padding: 2px 0;
}
#right {
	float: right;
	width: 562px;
}
#righttop {
	height: 5px;
	background: url(pix/righttop.gif) no-repeat;
}
#pagetext {
	padding: 16px 22px 16px 20px;
	text-align: justify;
	min-height: 350px;
}
*html #pagetext {
	height: 350px;
}
#pagetext img {margin: 4px 8px;}
#footer {
	clear: both;
	height: 20px;
	background: url(pix/footer.gif) no-repeat bottom;
}
#edit a {color: #A3A59B;}
#edit a:hover {color: #FFFFFF;}
#bytds, #bytds a {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
/*Form Styles */
#formglow {
	margin: 0 auto;
	width: 750px;
	background: url(pix/formglow.gif) repeat-y;
}
#content {
	background: #FFFFFF;
	padding: 10px;
}
#formfooter {
	clear: both;
	height: 8px;
	background: url(pix/formfooter.gif) no-repeat bottom;
}