* {
	margin:0;
	padding:0;
}
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background: #005522 url(images/pageBackground.jpg) repeat-y center top;
	color: #000000;
}
a {
	color:#003311;
	/*font-size:14px;*/
	text-decoration:underline;
}
a:hover {
	color:#116644;
	/*font-size:14px;*/
	text-decoration:none;
}
.logo {
	color:#bb30ff;
	font-size:60px;
	font-style:italic;
}
.author {
}
h1 {
	color:#005522;
	font-size:20px;
	font-weight:bold;
}
h2 {
	color:#005533;
	font-size:36px;
	padding:10px 0 0 100px;
}
h3 {
	color:#ffffff;
	font-size:20px;
	padding:0 0 10px 300px;
}
h4 {
	color:#005522;
	font-size:18px;
	font-weight:bold;
}
#container { 
	width: 800px;  
	margin: 0 auto;
	min-height:668px; 
} 
#header { 
}
.mainContent {
	background:url(images/contentBackground.png) repeat-y;
	padding:40px;
	margin:30px 0 0 0;
}
.leftSidebar {
	float:left;
	width:180px;
	padding:50px 0 0 0;
}
.rightSidebar {
	float:right;
	width:180px;
	padding:50px 0 0 0;
}
.centerSidebar {
	margin:0 200px;
	padding:50px 0 0 0;
}
#footer {
	padding:20px 0;
	text-align:center;
}
.clearfloat { 
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*MAIN MENU*/
#navcontainer {
	padding:20px 0 70px 0;
}
#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	background: url(images/menuBackground.jpg) repeat-x left top;
	color: White;
	float: left;
	width: 100%;
	height:51px;
}
#navcontainer ul li { 
	display: inline;
	color:#5f9608;
}
#navcontainer ul li a {
	padding:12px 31px 0 30px;
	background: url(images/menuBackground.jpg) repeat-x left top;
	color: #260a24;
	text-decoration: none;
	float: left;
	font-size:18px;
}
#navcontainer ul li a:hover {
	background: url(images/menuActive.png) repeat-x left top;
	color: #fff;
	height:51px;
}
#navcontainer #active a {
	background: url(images/menuActive.png) repeat-x left top;
	color: #fff;
	height:51px;
}