﻿body
{
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}
#maincontainer
{
	width: 1002px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}

#topsection
{
	background: #EAEAEA;
	height: 232px; /*Height of top section*/
}
#topbanner
{
	height: 151px;
}
#topnav
{
	height: 30px;
}
#topbar
{
	border-style: solid;
	height: 28px;
	border-width: 5px 0px 2px 0px;
	padding-top: 8px;
	background-color: #f7f7f7;
	border-top-color: #FFCC00;
	border-bottom-color: #CCCCCC;
}

#contentwrapper
{
	float: left;
	width: 100%;
}



#contentcolumn
{
	margin-left: 227px; /*Set left margin to LeftColumnWidth*/
	height: auto;
}




#leftcolumn
{
	float: left;
	width: 220px; /*Width of left column*/
	margin-left: -1002px; /*Set left margin to -(MainContainerWidth)*/
}

#footer
{
	clear: left;
	width: 100%;
}
