body {
	text-align: center;
	margin:0;
	
	background-color: #d5d1c8;
	
	font: 10px Verdana, sans-serif;
	line-height: 18px;
}

#page {
	width: 774px;
	margin: 38px auto;
	background: #fff url(images/bg_splash.gif) repeat-y top center;
	text-align: left;
}

#head {
	width: 740px;
	padding: 13px 17px 0 17px;
	background: url(images/bg_splash_top.gif) no-repeat top center;
}

#banner {
	margin: 0;
	width: 740px;
	height: 214px;
	background: #113253 url(images/bg_splash_head.jpg) no-repeat top center;
	
	
}

h1 {
	padding: 42px 0 0 25px;
	margin: 0;
}

#nav-primary {
	width: 740px;
	margin: 0 17px;
	min-height: 32px;
	background: #d9e2e8 url(images/bg_splash_nav.jpg) no-repeat top center;
}

#nav-sections {
	margin-left: 30px;
	background: url(images/bg_splashnav_bottom.gif) no-repeat bottom left;
	min-height: 110px;
	padding-bottom: 1px;

}

.nav-section {
	float: left;
	width: 166px;
	min-height: 110px;
	margin-right: 5px;
}

.clear {
	clear:both;
}

#nav-primary h2 {
	font: bold 12px Verdana,sans-serif;
	color: #333;
	margin: 0;
	padding: 11px 10px 2px 15px;
	background: url(images/bg_splashnav_top.gif) no-repeat;
}

#nav-primary ul {
	margin: 0 0 2px 0;
	padding: 1px 8px 8px 16px;
	line-height: 17px;
	list-style-position: outside;
	list-style-type: none;
}

/* NAV-SECONDARY */

#nav-secondary {
	text-align: center;
	clear: both;
	padding: 0 112px 20px 112px;
	background: url(images/bg_splash_bottom.gif) no-repeat bottom center;
}

#nav-secondary ul {
	border-top: 1px solid #acc4d4;
	border-bottom: 1px solid #acc4d4;
	padding: 2px 0;
	margin: 16px 0;
}

#nav-secondary li {
	list-style-type: none;
	display: inline;
	padding: 0 6px;
}

/* LINKS */

#nav-primary a:link {
	color: #000;
	text-decoration: none;
}

#nav-primary a:visited {
	color: #666;
	text-decoration: none;
}

#nav-primary a:hover {
	text-decoration: underline;
}

#nav-primary a:active {
	color: #000;
}

#nav-primary h2 a:link {
	color: #333;
	text-decoration: none;
}

#nav-primary h2 a:visited {
	color: #333;
	text-decoration: none;
}

#nav-primary h2 a:hover {
	text-decoration: underline;
}

#nav-primary h2 a:active {
	color: #333;
}


#nav-secondary a:link {
	font: 12px Verdana,sans-serif;
	text-decoration: none;
	color: #000;
}

#nav-secondary a:visited {
	font: 12px Verdana,sans-serif;
	text-decoration: none;
	color: #000;
}

#nav-secondary a:hover {
	text-decoration: underline;
}

#nav-secondary a:active {
}
