body, html {
	margin: 0px;
	background-color: #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: normal;
	color:#000000;
}

a:link {
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	color: #0000FF;
	text-decoration: none;
}

a:hover, a:active {
	color: #000000;
	text-decoration: underline;
}

.left {
	width: 150px;
	vertical-align: top;
	background-image: url(images/leftbg.gif);
	background-repeat: repeat-y;
}

.mid {
	width: 446px;
	background-color: #ffffff;
	vertical-align: top;
	font-size: 11px;
	margin: 0px;
	padding: 5px 10px 20px 10px;
	text-align: left;
}

.right {
	width: 142px;
	vertical-align: top;
	background-color: #ffcc00;
	font-size: 10px;
	border-left: 1px solid #3366cc;
	margin: 0px;
	padding: 3px 2px 10px 3px;
}

.menu {
	width: 150px; height: 36px;
	background-color: ffcc00;
	border-top: 4px solid #3366cc;
	border-right: 4px solid #3366cc;
	border-bottom: 4px solid #3366cc;
	margin: 3px 0 3px 0;
	padding: 5px 0 0 0;
	font-size: 9px; font-weight: normal;
	text-align: center;
	line-height: 12px;
}

.menu a:link, a:hover, a:visited {
	font-size: 10px;
	font-weight: bold;
}

.top {
	font-family: Georgia, Times New Roman, serif;
	font-size:14px;
	font-style: italic;
	color: #336600;
	font-weight: bold;
}

.heading {
	font-family: Arial Black, Helvetica, Arial, sans-serif;
	font-size:14px;
	color: #336600;
}

h1 {
	font-family: Georgia, Times New Roman, serif;
	margin-top: 15px; margin-bottom: 5px;
	font-size:30px; font-style: italic; font-weight: bold; color: #6699CC;
	text-align: center;
	border-bottom: 2px dotted #CC9900;
}

h2 {
	font-family: Georgia, Times New Roman, serif;
	margin-top: 15px; margin-bottom: 5px;
	font-size:26px; font-style: italic; font-weight: bold; color: #6699CC;
	text-align: center;
	border-bottom: 2px dotted #CC9900;
}

h3 {
	font-family: Georgia, Times New Roman, serif;
	font-size:22px; font-style: italic; font-weight: bold; color: #6699CC;
	text-align: center;
	border-bottom: 2px dotted #CC9900;
}

h4 {
	font-family: Georgia, Times New Roman, serif;
	margin-top: 15px; margin-bottom: 5px;
	font-size:20px;font-style: italic; font-weight: bold; color: #6699CC;
	text-align: center;
	line-height: 20px;
	border-bottom: 2px dotted #CC9900;
}


.rfloat {
	float: right;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
	border: solid 1px #000000;
}


