#container
	{
	position: relative;
	width: auto;
	background: #FFFFFF;
	/* the auto margins (in conjunction with a width) center the page */
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	/*text-align: left; */
	/* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	}

#redbar
	{
	width: 1024px;
	height: 10px;
	color: #FF0000;
	position: relative;
	background-color: #FF0000;
	padding: 0px;
	margin-left:auto;
	margin-right:auto;
	}
	
#redbar2
	{
	width: 1024px;
	height: 10px;
	position: relative;
	color: #FF0000;
	background-color: #FF0000;
	padding: 0px;
	margin-left:auto;
	margin-right:auto;
	}
	
	
#header
	{
	width: 1024px;
	height: 200px;
	color: #000000;
	padding: 0px;
	visibility: inherit;
	position: relative;
	background-image: url(images/header-background.png);
	margin-left:auto;
	margin-right:auto;
	}

#headbanner
	{
	width: 1024px;
	height: 16px;
	position: relative;
	background-color: #FFCC00;
	font-size: 12px;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 5px;
	text-decoration: none;
	}
	
#textbody
	{
	width: 1024px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFCC;
	}
	

#sidebar
	{
	width: 292px;
	height: auto;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFCC;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: normal;
	color: #003300;
	line-height: 16px;
	padding-top: 20px;
	}
	
#sidebar2
	{
	width: 492px;
	height: auto;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFCC;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: normal;
	color: #003300;
	line-height: 16px;
	padding-top: 20px;
	}

#centercolumn
	{
	width: 495px;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFCC;
	font-size: 12px;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
	line-height: 16px;
	padding-left: 5px;
	color: #003300;
	padding-top: 30px;
	}
	
#centercolumn2
	{
	width: 295px;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFCC;
	font-size: 12px;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
	line-height: 16px;
	padding-left: 5px;
	color: #003300;
	padding-top: 30px;
	}

#navbar
	{
	width: 211px;
	height: auto;
	background-color: #FFFFCC;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
	padding-left: 5px;
	padding-right: 5px;
	color: #006600;
	line-height: 16px;
	}

#footer
	{
	clear: both;
	width: 1024px;
	background-color: #FFCC00;
	font-size: 12px;
	border: none;
	margin-left:auto;
	margin-right:auto;
	font-stretch: normal;
	white-space: normal;
	}


h2  {
	font-size: 20px;
	color: #cc0000;
	padding: 10px;
	font-family: Verdana;
	}
