body
{
	font-family: Helvetica, Verdana, Arial, sans serif;
	font-size: 12px;
	line-height: 17px;
	color: #333;
	background-color: #E69B02;
	background-image: url(images/crowd.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.subhead
{
	font-weight: bold;
	font-size: 32px;
	line-height: 36px;
	color: #CCF;
}

.heading
{
	font-size: 72px;
	font-weight: bold;
	color: #FFF;
}

.heading2
{
	font-size: 21px;
	font-weight: bold;
	color: #000;
	line-height: 28px;
}

.caption
{
	font-size: 10px;
	color: #000;
	line-height: 15px;
	font-style: italic;
	font-weight: normal;
}

.nolink
{
	font-weight: bold;
	font-size: 16px;
}

a:link { color: #333333; }
a:visited { color: #666; }
a:hover { color: #39C; }
a:active { color: #CCCCCC; }

#allcontent
{

	width: 400px;
	margin: 0 auto 0 400px;
}


#left_column
{
	width: 380px;
	text-align: left;
	float: left;
	margin: 50px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	font-weight: bold;

}

#left_column a:link
{
	text-decoration: none;
	background-color: #E69B02;
	width: 150px;
	height: 10px;
	padding: 10px;
	display: block;
	color: #000;
	border-bottom: #FFF;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
}

#left_column a:visited
{
	text-decoration: none;
	background-color: #E69B02;
	width: 150px;
	height: 10px;
	padding: 10px;
	display: block;
	color: #333;
	border-bottom: #FFF;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
}

#left_column a:hover
{
	color: #FFF;
	text-decoration: none;
	background-color: #657385;
}

#left_column a:active
{
	color: #FC0;
	text-decoration: none;
}





#banner
{
	background-image: url(images/generic_banner.png);
	background-repeat: no-repeat;
	width: 380px;
	height: 125px;
	padding: 30px 0px 0px 220px;
	text-align: left;
	background-color: #b1d631;
	margin: 0 0 0 200px;
}


#content
{
	text-align: left;
	margin: 0px 30px 0 200px;
	background-color: #FFF;
	width: 550px;
	padding: 0 30px 0 20px;
}

#footer
{
	background-color: #CCC;
	text-align: right;
	width: 792px;
	padding: 4px;
	clear: left;
}