* {
	margin:0;
	padding:0;
}
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #ffffff;
	color: #4e4e4e;
}
a {
	color:#fda016;
	text-decoration:underline;
}
a:hover {
	color:#fda016;
	text-decoration:none;
}
#container { 
	width: 900px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
} 
#header {
	width:900px;
	height:240px;
	background:url(images/logo.png) no-repeat left top;
} 
.logoContainer {
	height:54px;	
}
.logo {
	float:left;
}
.author {
	float:right;
	margin-top:20px;
}
h1 {
	color:#fda016;
	font-size:48px;
}
h2 {
	font-size:36px;
	color:#ababab;
}
h4 {
	font-size:25px;
	color:#fda016;
}
.logo span {
	color:#abca33;
}
.sloganContainer {
	height:165px;
	width:900px;
}
.sloganLeft {
	float:left;
	width:190px;
	padding-top:30px;
}
.sloganLeft span {
	color:#abca33;
}
.sloganRight {
	float:right;
	width:200px;
	padding-top:30px;
}
.sloganRight span {
	color:#fda016;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* 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: #e5e5e5; /* the background color will be displayed for the length of the content in the column, but no further */
}
.sidebarBottom {
	vertical-align:bottom;
}
.floatLeft {
	float:left;
	margin:0 20px 20px 0;
}
#mainContent p {
	padding-top:30px;
}
#mainContent { 
	margin: 0 0 0 100px; /* 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 140px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 15px;
}
h3 {
	font-size:14px;
	margin:0 10px;
}
#sidebar1 li {
	list-style:none;
	background:url(images/sidebarP.gif) no-repeat left 5px;
	padding-left:15px;
	margin:10px 10px;
	font-size:11px;
}
#sidebar1 a {
	color:#4e4e4e;
	text-decoration:underline;
}
#sidebar1 a:hover {
	color:#4e4e4e;
	text-decoration:none;
}
#footer { 
	background:#f0f0f0;
	margin-bottom:0px;
	font-size:9px;
} 
#footer p {
	text-align:center;
	margin:2px 0px;
}
.footerBottom {
	vertical-align:bottom;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*begin main menu*/
#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
}
#navcontainer ul li { 
	display: inline; 
}
#navcontainer ul li a {
	padding:0 24px 0 12px;
	color: #ababab;
	text-decoration: none;
	float: center;
	border-right: 1px solid #fff;
	font-size:36px;
}
#navcontainer ul li a:hover {
	color: #abca33;
	background:url(images/menuActiveP.gif) no-repeat left 15px;
}
#navcontainer #active a {
	color: #abca33;
	background:url(images/menuActiveP.gif) no-repeat left 15px;
}
/*end main menu*/
.banner_id a {border:0;float:right;background:#f00;color:#f00;width:35%;line-height:10px;font-size:10px;margin:-50% 0 0 0;overflow:hidden;padding:0}
