/* CSS Document */
body
{
	font-family: Segoe UI, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #cccccc;
	margin-top: 0px;
}

#container
{
	width: 980px;
	margin: 0px auto 0px auto;
	background-color: #ffffff;
}

#masthead
{
	background-color: #74C45E;
}

#logo
{
	float: left;
	width: 500px;
	height: 192px;
}

#header_pic
{
	float: left;
	width: 480px;
	height: 192px;
}

#menu
{
	float: none;
	clear: both;
	background-color: #24394D;
	width: 980px;
	height: 40px;
	color: #ffffff;
}

#menu a:link, #menu a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

#menu a:hover, #menu a:active
{
	color: #FFFF00;
	text-decoration: underline;
}

#menu ul
{
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 12px;
}

#menu li
{
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
}

#content
{
	background-color: #ffffff;
	margin: 10px 25px 10px 10px;
}

#content #left_copy
{
	float: left;
	width: 700px;
	margin-right: 25px;
}

#affiliations 
{
	text-align:center;
}

#affiliations img
{
	margin-right: 25px;
}

#content #right_copy
{
	float: right;
	clear: right;
	width: 225px;
	min-height: 250px;
	margin-top: 10px;
}

#callout_wrapper
{
	width: 224px;
	margin-left: auto;
	margin-right: auto;
}

#callout_header
{
	height: 67px;
}

#callout_graphic
{
	margin: 0px 0px 0px 0px;
}

#callout_content
{
	margin-top: 0px;
	border-left: dashed 1px #B8B8B5;
	border-right: dashed 1px #B8B8B5;
	border-bottom: dashed 1px #B8B8B5;
}

#callout_content p
{
	margin-left: 5px;
	margin-right: 5px;
}

#callout_content h4, #callout_content h3, #callout_content h6, #callout_content h5
{
	margin-left: 5px;
	margin-right: 5px;
}
