body
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
}

#head
{
	width: 100%;
	/*height: 150px;*/
	background-color: #000066;
}

#head-title
{
	text-align: center;
	font-size: 5em;
	color: #ffffff;
	/*padding: 0 10px 0 0;*/
}

#head-title a,
#head-title a:visited,
#head-title a:hover,
#head-title a:active
{
	color: #ffffff;
	text-decoration: none;
}

#body
{
	padding: 0 10px 10px 10px;
	font-size: 0.8em;
}

#footer
{
	font-size: 0.7em;
	text-align: center;
	border-top-color: #000066;
	border-top-style: solid;
	border-top-width: 1px;
}

/* Nav CSS courtesy of http://simplebits.com/bits/css_tabs.html */
#main-nav-container
{
	clear: both;
	margin: 15px 0 0 0;
}
#main-nav
{
	height: 20px;
	margin: 0;
	padding-left: 10px;
}
#main-nav li
{
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}
#main-nav a:link, #main-nav a:visited
{
	float: left;
	background: #000033;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	text-decoration: none;
	color: #ffffff;
	border: 1px solid #ffffff;
	border-bottom-color: #000033;
}
#main-nav a:link.you-are-here, #main-nav a:visited.you-are-here
{
	border-bottom: 1px solid #ffffff;
	background: #ffffff;
	color: #000000;
}
#main-nav a:hover
{
	background: #ffffff;
	color: #000000;
	border-bottom-color: #ffffff;
}

h2 
{
	border-bottom: 1px solid #cccccc;
}

.title-small
{
	font-size: 11px;
}

