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

a:link {
	color: #0000ff;
	text-decoration: none;
}

a:visited {
	color: #0000ff;
	text-decoration: none;
}

a:hover, a:active {
	color: #0000ff;
	text-decoration: underline;
}

#main {
	width: 95%;
	background-color: #ffffcc;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #cccccc;
}

#left {
	float: left;
	width: 150px;
	background-color: #FFFFFF;
}

.menu {	
	clear: both;
	float: left;
	width: 150px; height: 475px;
	background-color: #CCFFCC;
	border-bottom: 1px solid #CCCCCC;
	font-size: 10px;
	line-height: 11px;
	text-align: left;
	vertical-align: top;
}

.menu a:link {
	font-size: 11px;
	text-decoration: none;
}

.menu a:visited {
	font-size: 11px;
	text-decoration: none;
}

.menu a:active {
	font-size: 11px;
	text-decoration: none;
}

.menu a:hover {
	text-decoration: underline;
}

.cat {	margin-top: 5px; margin-bottom: 2px;
	background-color: #3366FF;
	border-top: 1px solid #000000; border-bottom: 1px solid #000000;
	font-family: Arial, Tahoma, sans-serif; font-weight: bold; font-size: 13px; color: #FFFFFF;
	line-height: 17px;
	text-align: center;
}

#top {
	width: 100%; height: 65px;
	background-color: #0066cc;
	border-top: 2px solid #ffff99;
	border-bottom: 2px solid #000000;
	text-align: center;
	overflow: hidden;
}

#top h1 {
	font-family: Arial, sans-serif;
	font-size: 34px; color: #ffffff; font-weight: bold;
	letter-spacing: 4px;
	text-align: center;
	margin: 3px 0 0 0;
}

#center {
	float: left;
	vertical-align: top;
	height: 700px; width: 70%;
	background-color: #ffffff;
	font-size: 11px;
	text-align: left;
	padding-top: 5px; padding-left: 7px; padding-right: 3px; padding-bottom: 5px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	margin: 0 0 0 0;
}

#right {
	float: right;
	width: 130px; height: 700px;
	background-color: #ffffcc;
	border: none;
}


.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,h2,h3,h4 {
	font-family: Georgia, Times New Roman, serif;
	font-style: italic; font-weight: bold; color: #003366;
	text-align: center;
}

h1 {font-size:30px; margin-top: 15px; margin-bottom: 5px}
h2 {font-size:26px; margin: 5px 0 7px 0}
h3 {font-size:22px; margin: 5px 0 3px 0}
h4 {font-size:20px; margin-top: 15px; margin-bottom: 5px}


.rfloat {
	float: right;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
	border: none;
}

.footer {
	clear: both;
	text-align: center;
	font-size: 10px;
}
