body {
	background: #FFF url(images/home-bg.jpg) repeat-x;
	text-align: center;
	margin: 0px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
}
h1 {}
h2 {}
h3 {
	color: #000;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 5px 5px 5px 25px;
}
a {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #0033FF;
	text-decoration: underline;
}
/****************************************
UNIVERSAL STYLES
*****************************************/
.moreLink {
	text-align: right;
	font-weight: bold;
}

/**********************************
MENU STYLES
***********************************/
#menu {
	clear: both;
	height: 25px;
}

/****************************************
LAYOUT STYLES
*****************************************/
#container {
	margin: 0 auto;
	text-align: left;
	width: 780px;
}
#logo {
	background: url(images/home-logo.jpg) no-repeat;
	height: 90px;
	width: 575px;
	float: left;
}
#logo h1 {
	display: none;
}
#slogan {
	background: url(images/home-slogan.jpg) no-repeat;
	height: 90px;
	width: 205px;
	float: left;
}
#slogan h2 {
	display: none;
}
#spruce1 {
	height: 195px;
	width: 780px;
}
#spruce2 {
	background: url(images/home-spruce2.jpg) no-repeat;
	height: 110px;
	width: 780px;
	clear: both;
}
#content p {
	line-height: 18px;
}
#primaryContent {
	width: 530px;
	float: right;
	padding: 15px;
	border-left: solid 1px #CCC;
	margin: 5px 0;
}
#secondaryContent {
	width: 200px;
	float: left;
	margin: 20px 0 0 0;
}
#footercontact {
	display: none;
}
#footer {
	color: #999999;
	font-size: 10px;
	border-top: 1px solid #CCC;
	clear: both;
	padding: 5px 20px;
}
