* {
	margin:0;
	padding:0;
}
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #3BB9FF;
	color: #FFFFFF;
}
h1 {
	font-size:18px;
	color:#7D0552;
}

h2 {
	font-size:14px;
	color:#7D0552;
}

h3 {
	font-size:16px;
	color:#7D0552;
}

a {
	color:#8D38C9;
	font-size:12px;
	text-decoration:underline;
}
a:hover {
	color:#b6e5ff;
	font-size:12px;
	text-decoration:none;
}
.logo {
	color:#cc0000;
	font-family:MS Reference Sans Serif;
	font-size:50px;
}
.author {
}
#container { 
	width: 800px;  
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
} 
.contentBody {
	background:url(images/contentBody.png) repeat-y left top;
	padding:30px;
}
#footer { 
} 
#footer p {
	text-align:center;
	padding:20px 0;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.leftSidebar {
	width:190px;
	float:left;
}
.rightSidebar {
	margin-left:240px;
	
}

.mainMenu {
	padding:30px 0 50px 40px;
	text-align:center;
}
ul#navlist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}
#navlist li {
	display: inline;
	list-style-type: none;
	
}

#navlist a {
	margin:0 10px;
	padding:3px 0 0 0;
	font-size:18px;
	color:#808000;
}
#navlist a:link, #navlist a:visited {
	color: #833938;
	background: url(images/button.png) no-repeat left top;
	text-decoration: none;
	width:129px;
	height:33px;
	float:left;
}
#navlist a:hover {
	color: #fff;
	background: url(images/buttonActive.png) no-repeat left top;
	text-decoration: none;
}
#navlist #active a {
	color: #fff;
	background: url(images/buttonActive.png) no-repeat left top;
	text-decoration: none;
}