body {
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: white;
	color: black;
	font-size: small;
}
a {
	color: rgb(0,51,102);
}
hr {
	height: 2px;
	color: rgb(51,204,204);
	background-color: rgb(51,204,204);
	clear: both;
}
h2 {
	font-style: normal;
	font-weight: normal;
	font-size: 150%;
	margin-top: 0pt;
	margin-bottom: 1pt;
	color: rgb(255,102,0);
}
h3 {
	font-style: normal;
	font-weight: normal;
	font-size: 125%;
	margin-top: 10pt;
	margin-bottom: 0pt;
	color: rgb(51,102,153);
}
h2 em {
	font-style: normal;
	font-weight: bold;
}
h3 em {
	font-style: normal;
	font-weight: bold;
}
h3 .date {
	font-size: 75%;
	color: rgb(0,153,0);
}
#leftsection {
	padding: 10px 10px 20px 0px;
	font-size: 80%;
	vertical-align: top;
}
#mainsection {
	padding: 10px 5px 20px 10px;
	width: 100%;
	vertical-align: top;
}
#footer {
	padding: 2px 10px 10px 0px;
	font-size: 75%;
}
img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
ul.leftmenu {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}
.leftmenu li {
	display: inline;
	white-space: nowrap;
}
.leftmenu .leftmenu a:active, .leftmenu a:visited, .leftmenu a:link {
	border: 1px solid rgb(0,51,102);
	margin: 6px 10px 6px 0px;
	padding: 2px 6px;
	display: block;
	text-decoration: none;
	color: rgb(204,51,0);
	background-color: rgb(255,255,153);
}
.leftmenu a:hover {
	color: rgb(255,255,153);
	background-color: rgb(204,51,0);
}
.rightboxes {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	float: right;
	clear: none;
	width: 30%;
}
.rightbox {
	border: 1px solid rgb(204,204,204);
	margin: 0px 0px 15px;
	padding: 4px;
	width: 100%;
	background-color: rgb(255,255,153);
	text-align: left;
	font-size: 80%;
}

