html, body {
	background: #B3BCC0 url(pix/pagebg.gif);
	margin: 0;
	height: 100%;
}
i {display: none;}
div {
	margin: 0;
}
td {
	vertical-align: top;
}
h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #006699;
	margin: 0 0 15px 0;
}
h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #339933;
	margin: 0 0 10px 0;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #000066;
	margin: 0 0 5px 0;
}
h4 {
        font-size: 1.5em;
        font-weight: bold;
        color: #006699;
        margin: 0 0 0 0;
}

hr {
	border: 1px solid #6DC8E5;
}
a {
	font-weight: bold;
	color: #009933;
	text-decoration: none;
}
a:hover {
	color: #0066CC;
}
.right img {
	float: right;
	margin: 6px 0 6px 8px;
}
.left img {
        float: left;
        margin: 6px 8px 6px 0;
}
#directory {
	width: 480px;
	margin: 0 auto;
	text-align: center;
}
#alpha {
	width: 750px;
	min-height: 100%;
	background: #e9fec5 url(pix/alpha.gif) repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #333333;
	text-align: center;
}
#leftcol {
	float: left;
	width: 200px;
}
#logo {
	position: relative;
	height: 98px;
	background: url(pix/logo.gif) no-repeat;
}
a#logobn {
	position: absolute;
	display: block;
	width: 172px;
	height: 60px;
	top: 20px;
	left: 20px;
}
#left {
	background: url(pix/left.jpg) no-repeat;
	min-height: 366px;
	color: #FFFFFF;
}
#leftmenu {
	margin: 0 auto;
	padding: 20px 0;
	width: 140px;
	text-align: left;
}
#leftmenu a {
	display: block;
	background: url(pix/bnBg.gif) no-repeat;
	color: #FFFFFF;
	margin: 4px 0;
	padding: 3px 0 3px 20px;
}
#leftmenu a:hover {
	background: url(pix/bnOver.gif) no-repeat;
}
#lefttext {
	margin: 20px auto;
	width: 160px;
	font-size: 0.9em;
	text-align: justify;
	font-weight: bold;
}
#rightcol {
	float: left;
	width: 541px;
}
#header {
	height: 98px;
	background: url(pix/header.gif) no-repeat;
}
#right {
	background: url(pix/right.jpg) no-repeat;
	min-height: 366px;
}
#pagetext {
	margin: 0 auto;
	padding: 10px 0;
	width: 500px;
	text-align: justify;
	min-height: 300px;
}
#btmcontainer {
	float: right;
	width: 560px;
}
#bottommenu {
	margin: 0px auto;
	width: 500px;
	font-weight: bold;
	color: #666666;
}
#bottommenu a {color: #666666;}
#bottommenu a:hover {color: #333333;}
.clearer {clear: both;}
#edit a {
	font-size: 0.9em;
	color: #E9FEC5;
}
#edit a:hover {
	font-weight: normal;
	color: #333333;
}
#bytds, #bytds a {
	font-size: 11px;
	font-weight: bold;
	color: #999999;
}
