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

.top {
	font-family: Georgia, Times New Roman, serif;
	font-size:14px;
	font-style: italic;
	color: #336600;
	font-weight: bold;
}

.left_col {
	vertical-align: top;
	width: 175px;
	padding-top: 5px;
	background-color: #CCCC33;
	text-align: center;
}

.intro {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size:12px;
	font-weight: bold;
	font-style: italic;
	color: #336600;
}

.menu {
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.divider {
	background-color: #000000;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin-top: 5px;
}

.main {
	margin: 5px 15px 10px 20px;
	text-align: left;
}

h1 {
	font-family: Georgia, Times New Roman, serif;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size:28px;
	font-style: italic;
	color: #CC6600;
	font-weight: bold;
}

h2 {
	font-family: Georgia, Times New Roman, serif;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size:26px;
	font-style: italic;
	color: #CC6600;
	font-weight: bold;
}

h3 {
	font-family: Georgia, Times New Roman, serif;
	font-size:22px;
	font-style: italic;
	color: #CC6600;
	font-weight: bold;
}

h4 {
	font-family: Georgia, Times New Roman, serif;
	margin-top: 15px;
	margin-bottom: 5px;
	font-size:20px;
	font-style: italic;
	color: #CC6600;
	font-weight: bold;
}


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


