body
{
	margin: 0;
	background-color: white;
	font-family: helvetica;
	color: #666;
}

h2
{
	margin-top: 0;
	padding-top: 10px;
}

a
{
	color: #1B60BB;
	text-decoration: none;
}

img
{
	border: 0px;
}


a:visited
{
	color: #7BAAE8;
}

#content
{
	width: 859px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

#shadow_top
{
	margin: 0px;
	height: 31px;
	background-image: url(images/top_bar.gif);
}

#shadow_bottom
{
	margin: 0px;
	height: 59px;
	background-image: url(images/bottom_bar.gif);
}

#gray_bar
{
	height: 20px;
	width: 819px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 24px;
	background-color: #666;
	text-align: right;
	color: white;
	font-size: 16px;
}

#footnote
{
	font-size: 11px;
}

#nav_bar
{
	text-align: center;
	margin: 0;
	padding: 0;
}

#coll
{
	float: left;
	width: 48%;
	margin-left: 3%;
	display: inline;
}

#left_shadow
{
	margin: 0px;
	width: 24px;
	height: 100%;

	background-image: url(images/shadow_left.gif);
}

#right_shadow
{
	float: left;
	width: 16px;
	
	background-image: url(images/shadow_right.gif);
}

#middle_content
{
	background-image: url(images/content_bg.gif);
	width: 859px;
}



#middle_content_background
{
	position: relative;

	background-image: url(images/gray_margins.gif);
}

#middle_content_padded
{
		padding-top: 10px;
		padding-left: 150px;
		padding-right: 150px;
		padding-bottom: 20px;
}

#feature_image
{
	padding-left: 105px;
}

#logo
{
	position: relative;
	padding-left: 40px;
}

#footer
{
	clear: both;
}