body {
	padding-bottom: 10px;
	font-family: "comic Sans MS", Verdana, Arial, serif;
	font-size: 14px;
	color: #000000;
	background-color: #EEC051;
	background-image:url(images/backgroundtan.gif);
}

.main {
	text-align: center;
}

.nav {
	background-color: #8A81B0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 1em;
}
div#navigation a:link {
	text-decoration: none;
	display: block;
	color: #FFFFFF;
}

div#navigation a:visited {
	text-decoration: none;
	color: #FFFF00;
	display: block;
}	

div#navigation a:hover {
	color: #FF9900;
	text-decoration: underline;
}


.content {
	background-color: #8A81B0;
	padding: 10px;
	color: #000000;
}

div#content {
	margin-right: 5%;
	position: absolute;
	width: 800px;
	left: 170px;
	top: 120px;
	z-index: 2;
	float: left;
}

div#navigation{
	position: absolute;
	z-index: 3;
	width: 135px;
	left: 6px;
	top: 120px;

}
.subnav {
	font-size: 12px;
	margin-left: 5px;
}

/* Code for Shadow effect

#the_text { position: absolute; top: 2px; left: 2px; color: #FFFFFF; }
#the_shadow { position: relative; top: -2px; left: -2px; color: #000000; }


.container { 
	position: relative; 
	left: 2px; 
	top: 2px; 
	color: #666;
}

.text { 
	position: absolute; 
	left: -2px; 
	top: -2px; 
	color: #000;
} 
*/
.title {
	border-bottom-style: double;
	border-bottom-color: #F0CD5D;
	font-size:20px;
	font-weight:bold;
	color: #FFFFFF;
}

.subtitle {
	font-size: 16px;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
.highlight {
	color: #CCCCCC;
	background-color: #660000;
}
.subsubnav {
	margin-left: 5px;
	font-size: 10px;
}

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

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

a:hover {
	color: #FF9900;
	text-decoration: underline;
}

div#rate {
	padding-left: 50px;
}.class_title {
	font-size: 16px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: underline;
}
.class_bullets {
	font-weight: bold;
	font-variant: small-caps;
}
