body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #779;
	margin-top: 0px;
	margin-left: 0px;
}
#container {
	margin: 10px auto 15px auto;
	width: 650px;
	padding: 0px;
	background: #000000;
	background-color: #ddf;
}
#leftbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 155px;
	float: left;
	clear: both;
}
.leftitem {
	font-size: 0.9em;
	color: #000000;
	width: 150px;
	display: block;
	font-weight: normal;
	line-height: 2em;
	text-decoration: none;
}
.leftitem a {
	color: #0000FF;
	background-color: #ddf;
	text-align: right;
	display: block;
	text-decoration: none;
}
.leftitem a:hover {
	background-color: #eef;
	text-decoration: none;
}
#rightfig {
	float:left;
	width:495px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #EEF;
	padding-top:0px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: small;
	height: 450px;
}
#rightfig #content {
	padding: 10px;
}

#bottom {
	clear: both;
	color: #999999;
	font-size: x-small;
	background-color: #DDF;
	text-align: right;
	float: none;
	height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	top: 0px;
	width: 620px;
}
#bottom a {
	color:#99c;
}
.rtcaption {
	color:#000;
	font-size: small;
	font-style: italic;
}
#top {
	background-color: #DDF;
	position: relative;
	height: 55px;
	width: 650px;
	float: left;
}
.tleft {
	float:left;
	padding-top:20px;
	padding-left:20px;
}
.tright {
	float:right;
	padding-top:10px;
	padding-right:20px;
}
.title {
	font-size: x-large;
	font-weight: bold;
	color: #CC0000;
}
h1 {
	font-size: x-large;
	font-weight: bold;
	color: #CC0000;
}
h2 {
	font-size: large;
	font-weight: bold;
	color: #CC0000;
}
h3 {
	font-size: medium;
	font-weight: bold;
}
#onecol {
	background-color: #DDF;
	padding-right: 10px;
	padding-left: 10px;
	width: 620px;
	position: relative;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: small;
}
.note {
	color: #003399;
	background-color: #FFFF99;
	margin-right: 20px;
	margin-left: 20px;
}


.highlight {
	background-color: #CCE;
	color:#CC0014;
}
.alert {
	font-size: large;
	font-weight: bold;
	color: #FFFF99;
	background-color: #666699;
}
.activeleftitem {
	font-size: 0.9em;
	color: #0000FF;
	width: 150px;
	display: block;
	font-weight: normal;
	text-align: right;
	background-color: #ddf;
	line-height: 2em;
}
.activeleftitem a {
	text-decoration: none;
}
#onecol a {
	font-weight: bold;
}
#rightfig #content a {
	font-weight: bold;
}

