body, html {
	margin: 0px;
	background-color: #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	color:#000000;
}

a {
	color: #0000FF;
	font-weight: normal;
	text-decoration: none;
}

a:visited {
	color: #0000FF;
	font-weight: normal;
	text-decoration: none;
}

a:hover, a:active {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}

#left {
	float: left;
	width: 150px; height: 850px;
	vertical-align: top;
	background-image: url(images/leftbg.gif);
}

#mid {
	float: left;
	width: 456px; height: 850px;
	background-color: #ffffff;
	vertical-align: top;
	font-size: 11px;
	margin: 0px;
	padding: 5px 10px 20px 10px;
	text-align: left;
}

#right {
	float: right;
	width: 132px; height: 850px;
	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: 2px 0 0 0;
	font-size: 9px; font-weight: normal;
	line-height: 12px;
}

.menu a, .menu a:hover, .menu a:visited {
	font-size: 11px;
	font-weight: bold;
}

.top {
	font-family: Georgia, Times New Roman, serif;
	font-size:14px;
	font-style: italic;
	color: #ffffff;
	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: 0 0 0 0;
	font-size:30px; font-style: italic; font-weight: bold; color: #ffffff;
	text-align: center;
}

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;
}

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;
}

.sig {
	text-align: right;
	padding: 0 40px 0 0;
	font-style: italic;
}

.rfloat {
	float: right;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
	border: solid 1px #000000;
}


