*
{
	margin: 0px;
	padding: 0px;
}

body
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	background-color: #fff;
	color: #666;
	text-align: center;
}

#container
{
	width: 745px;
	margin: 10px auto;
	text-align: left;
}

#header
{
	background-color: #fff;
	height: 172px;
	color: #666;
	position: relative;
}

#header img
{
	position: absolute;
}

h1 a
{
	position: absolute;
	top: 50px;
	left: 25px;
	width: 300px;
	height: 80px;
	display: block;
	float: left;
	text-indent: -9000px;
	outline: none;
}

#menu
{
	position: relative;
	top: 10px;
	left: 135px;
	width: 600px;
	height: 20px;
}

#menu a
{
	font-size: 10px;
	font-weight: bold;
	color: #6e7a95;
	background-color: transparent;
	margin-right: 24px;
	text-decoration: none;
}

#menu a:hover, #menu a.active
{
	color: #fff;
	background-color: transparent;
}

#controlbar
{
	margin: 10px 0px 5px 0px;
}

#controlbar p
{
	background-color: #fff;
	color: #102a63;
	font-weight: bold;
	float: left;
}

#controlbar a
{
	color: #fff;
	height: 20px;
	display: block;
	float: left;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	position: relative;
	top: -10px;
	padding-bottom: 10px;
}

#controlbar a.home
{
	background: #fff url(images/homeicon.gif) bottom no-repeat;
	margin-left: 25px;
}

#controlbar a.contact
{
	background: #fff url(images/contacticon.gif) bottom no-repeat;
	margin-left: 5px;
}

#controlbar a.sitemap
{
	background: #fff url(images/sitemapicon.gif) bottom no-repeat;
}

#controlbar a.people
{
	background: #fff url(images/peopleicon.gif) bottom no-repeat;
}

#controlbar a:hover
{
	color: #102a63;
}

/*
#controlbar a span
{
	position: relative;
	top: -10px;
	font-size: 10px;
	font-weight: bold;
	visibility: hidden;
	text-align: center;
}

#controlbar a:hover span
{
	visibility: visible;
}
*/

#feature_image
{
	width: 215px;
	float: left;
}

#content_full
{
	float: left;
	width: 500px;
	margin-left: 15px;
}

#content_half
{
	float: left;
	width: 350px;
	margin-left: 15px;
}

h2
{
	font-size: 14px;
	font-weight: bold;
	background-color: transparent;
	color: #cc3333;
	font-style: italic;
}

#content_full p, #content_half p
{
	margin: 0px 0px 10px 0px;
	line-height: 200%;
}

#content_full a, #content_half a
{
	background-color: transparent;
	color: #102a63;
	text-decoration: underline;
}

#content_full ul, #content_half ul, #content_full ol, #content_half ol
{
	margin-left: 25px;
	line-height: 150%;
}

.left
{
	float: left;
	margin: 0px 10px 0px 0px;
}

.right
{
	float: right;
	margin: 0px 0px 0px 10px;
}

a img
{
	border: none;
}

#rightmenu
{
	float: left;
	width: 150px;
	margin-left: 15px;
	background-color: #fff;
}

#rightmenu a
{
	display: block;
	background-color: #fff;
	color: #cc3333;
	padding: 3px 0px 3px 22px;
	margin-bottom: 0px;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

#rightmenu a.active, #rightmenu a:hover
{
	background: transparent url(images/hotdot.gif) left center no-repeat;
	color: #cc3333;
}

#submenu
{
	margin-left: 30px;
	background-color: #fff;
}

#submenu a
{
	display: block;
	background-color: #fff;
	color: #aaa;
	padding: 3px 0px 3px 0px;
	margin-bottom: 0px;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

#submenu a.active, #submenu a:hover
{
	background-image: none;
	color: #666;
}

#footer
{
	margin-top: 50px;
	text-align: center;
}

#footer span
{
	margin: 0px 12px;
}