body {
 	background-color: #ccc; 
 	text-align: center;
 	font-size: 62.5%; /* Resets 1em to 10px */
 	font-family: Arial, Sans-Serif;
 	color: #333333;
	}

h1, h2, h3, h4, h5, h6 { font-weight: bold; color: #333333; padding-left: 7px; }

h1 { font-size: 1.6em; }
h2 { font-size: 1.0em; }
h3 { font-size: 0.9em; }
h4 { font-size: 0.8em; }

img {
	float: left;
	margin: 5px;
	border: 0px;
}


#pagewrapper {
   	background-color: #fff;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 987px;
}

#header { 
	height: 226px; 
	width: 961px; 
	margin-top: 12px;
	margin-left: auto; 
	margin-right: auto;
	z-index: 100;
	background: url('images/head-1024.jpg') bottom center no-repeat;
	border: 1px solid #000;
} 

#sitetitle1 h1 {
	color: #fff;
	position: relative; 
	top: 35px;
	left: 25px;
	font-size: 26px;
	line-height: 30px;
	font-family: Trebuchet MS, Verdana;
}

#sitetitle1 a {
	color: #fff;
	text-decoration: none;
}

#sitetitle2 h1 {
	color: #ffffff;
	position: relative;
	top: 35px;
	left: 25px;
	font-size: 16px;
	line-height: 20px;
}

#sitetitle2 a {
	color: #ffffff;
	text-decoration: none;
	font-size: 1.0em;
}

#sitedesc h2 {
	color: #fff;
	position: relative;
	font-size: 16px;
	left: 25px;
	padding-top: 15px;
	line-height: 20px;
}

#sitedesc a {
	color: #cc6600;
	text-decoration: none;
}

#navbar {
	position: absolute;
        top: 220px;
 	height: 30px;
 	width: 961px;
 
	border-bottom: 1px solid #000;

	text-align: left;
	margin-left: 0px;
	margin-right: 0;


}

#navbar ul {
 	margin:  0 0 0 0px;
 	padding: 0px;
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 12px;
	font-weight: bold;
 	color: #fff;
 	line-height: 30px;
 	white-space: nowrap;
        background: url(images/head_overlay.png) repeat;
}

#navbar li { list-style-type: none; display: inline; margin-left: 25px; }

#navbar li a {
 	text-decoration: none;
 	font-weight: bold;
  	color: #fff;
}

#navbar li a:hover { text-decoration: underline; color: #FFFFFF;
}

#navbar li a:active { font-weight: bold; color: #FFFFFF; text-decoration: underline; }

#sidebar1 { 
	float: left;
	padding: 0px;
	width: 140px;
	margin-left: 13px;
	margin-top: 20px;
}


#sidebar2 { 
	float: right;
	padding: 0px;
	width: 140px;
	margin-right: 13px;
	margin-top: 20px;
}


#main {
	float: left;
	background-color: #FAFAFA;
	border: 1px solid #EEEEEE;
	margin: 20px;
	width: 632px;
	font-size: 14px;
}

#main h2 {
	color: #CC6600;
	font-size: 18px;
	margin-left: 7px;
}

#main ul {
	list-style: none;
	padding-right: 30px;
	font: 14px;
}

#main ul li {
	font: 14px;
}

#main p {
	color: #333;
	font-size: 14px;
	padding: 25px;
}

#main a {
	color: #CC6600;
	font-size: 14px;
	text-decoration: underline;
}


#sidebar2 { 
	float: left;
	padding: 0px;
	width: 140px;
	margin-right: 13px;
	margin-top: 20px;
}

#footer {
	text-align: center;
	background-color: #CC6600;
	border: none;
	padding: 0;
	margin-bottom: 11px;
	margin-left: 8px;

	line-height: 30px;
	width: 957px;
}

#footer p { margin: auto; text-align: center; font-size: 10px; color: #fff; }

#footer a { text-decoration: none; color: #fff; }

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

