* {
	margin:0;
	padding:0;
}
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #222222;
	color: #ffffff;
}
a {
	color:#ffffff;

}
a:hover {
	color:#ffffff;
	text-decoration:none;
}
#container { 
	width: 800px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
} 
#header {
	width:800px;
	height:398px;
	background:url(images/headerBackground3.png) no-repeat left top;
} 
.logoContainer {
	height:54px;	
}
.logo {
	float:left;
}

h1 {
	color:#ffffff;
	font-size:48px;
}
h2 {
	font-size:36px;
	color:#ffffff;

}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 202px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #222222; /* the background color will be displayed for the length of the content in the column, but no further */
}

sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 202px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}

.sidebarBottom {
	vertical-align:bottom;
}
.floatLeft {
	float:left;
	margin:0 20px 20px 0;
}
#mainContent p {
	padding-top:30px;
}
#mainContent { 
	margin: 0 0 0 230px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
h3 {
	font-size:21px;
	color:#ffc974;
	margin:0 10px;
}

h4 {
	font-size:21px;
	margin:0 0px;
	color:#FFF;
}

h5 {
	font-size:21px;
	margin:0 0px;
	color:#ffc974;
}


#sidebar1 li {
	list-style:none;
	background:url(images/sidebarP.gif) no-repeat left 5px;
	padding-left:15px;
	margin:10px 10px;
}
#sidebar1 a {
	color:#ffffff;
	text-decoration:none;
	

}


#sidebar2 li {
	list-style:none;
	bgcolor:#fff left 5px;
	padding-left:15px;
	margin:10px 10px;
}

#sidebar1 a:hover {
	color:#ffffff;
	text-decoration:none;
}
#footer { 
	background:#ffffff;
	margin-bottom:20px;
	color:#333;
} 
#footer p {
	text-align:center;
	margin:2px 20px;
}
.footerBottom {
	vertical-align:bottom;
}



/*begin main menu*/
#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	color: White;
	float: left;
 	height:398px;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
}
#navcontainer ul li { 
	display: inline; 
}
#navcontainer ul li a {
	padding:0 46px 0 12px;
	color: #ffffff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	font-size:16px;

}
#navcontainer ul li a:hover {
	color: #ffffff;

}
#navcontainer #active a {
	color: #ffffff;

}
/*end main menu*/
