/*

Color scheme: GOLD
-gold: #e6b800
-dark grey: #666
-light grey: #f2f2f2
-table light grey: #ddd
-table light blue: #e3e4fa

Color scheme: NATIONAL
-navy blue: #000a33
-dark red: #900
-light grey: #f2f2f2
-table light grey: #ddd
-table light blue: #e3e4fa

*/



#header
{
	border-bottom: 0px;
	text-align: center;
}

#header #headerContent
{
	height: 300px;
}

#header #headerContent #logo
{
	position: static;
	margin: 10px 0 50px;
}

#header #headerContent #intro
{
	margin-bottom: 20px;
	font-size: 1.1em;
	color: #000a33;
}

#header #headerContent #search
{
	position: static;
	width: 380px;
	left: 0px;
	top : 0px;
}

#header #headerContent #search #searchEntry
{
	margin-right: 0px;
	float: none;
}

#header #headerContent #search #searchEntry #searchBox
{
	width: 350px;
	margin: 10px 0;
	font-size: 1.2em;
}

#header #headerContent #search #searchButton
{
	font-size: 1em;
	float: none;
}

#header #headerContent #search #searchButton input
{
	font-size: 1em;
}

#body
{
	background-color: #fff;
	text-align: center;
}

#footer
{
	border-width: 0;
}
