body 
	{
	background-color: #E2EBED;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	}

#header
	{
	background-color: #fff;
	}

#header_left
	{
	padding: 10px;
	}

#header_right
	{
	padding: 10px;
	text-align: right;
	vertical-align: bottom;
	}

#mission
	{
	background-color: #fff;
	background-image: url(img/mission.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 25px 515px 25px 25px;
	color: #fff;
	vertical-align: top;
	font-size: 13px;
	}

#navcontainer
	{
	padding: 25px 10px 10px 10px;
	background-color: #fff;
	vertical-align: top;
	}

#navlist
	{
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid #E2EBED;
	width: 210px;
	font-size: 13px;
	}

#navlist li
	{
	list-style: none;
	margin: 0;
	padding: 0.25em;
	border-top: 1px solid #E2EBED;
	}

#navlist li a { text-decoration: none; }

#content
	{
	background-color: #fff;
	padding: 25px 10px 25px 10px;
	vertical-align: top;
	}

#footer
	{
	background-color: #fff;
	padding: 10px 10px 10px 10px;
	vertical-align: top;
	text-align: center;
	font-size: 11px;
	border-top: 1px dotted #E2EBED;
	}

a, a:link, a:active, a:visited
	{
	color: #307082;
	}

a:hover, a#current
	{
	color: #D60808;
	}

li
	{
	list-style-type: square;
	}