
div#wrapper {
	margin: 0em auto;
	padding-bottom: 1em;
	text-align: left;
	background: ##FFFFFF;
	position: relative;
	width: 820px;
}

#wrapper span { display: none; }
#wrapper * span { display: inline; }

div#header {
	position: absolute;
	top: 0em;
	left: 0em;
	width: 100%;
	height: 100px;
}

div#content {
	padding: 100px 60px 50px;
}
a {
	color: #626a39;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
#footer {
	font-size: .9em;
}
#footer address {
	padding: 10px 20px;
	display: block;
	text-align: right;
}




#section_splash div#wrapper {
	margin-top: 35px;
}
#section_splash div#content { padding: 80px 60px 0px; }
div#header a {
	position: absolute;
	top: 0px;
	left: 0px;
}
div#splashBox {
	margin: 20px auto;
}
div#splashBox br {
	clear: both;
}
div#splashBox a.welcomeImg1,
div#splashBox a.welcomeImg2 {
	display: block;
	float: left;
	background: ##FF0000;
	border: 1px solid ##51562E;
	width: 235px;
	height: 272px;
}
div#splashBox a.welcomeImg2 { width: 178px; }
div#splashBox a.centerImg { margin: 0px 18px; }
div#splashBox a img {
	width: 100%;
	height: 100%;
}
img#splash1 { background: url(../images/splash_1.jpg) scroll no-repeat 0px 0px; }
img#splash2 { background: url(../images/splash_2.jpg) scroll no-repeat 0px 0px; }
img#splash3 { background: url(../images/splash_3.jpg) scroll no-repeat 0px 0px; }

a img { border: 0px; }
div#menu {
	padding: 35px 0px;
	text-align: center;
}
div#menu a img {
	padding: 0px 25px;
}

div#homeTxt	{
	width: 820px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .85em;
	line-height: 1.35em;
			}
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0em .5em;
	color: #636B3A;
}
h1 { font-size: 2.0em; }
h2 { 
	font-size: 1.8em; 
	line-height: 1.1em;
}
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.0em; }

.sig	{
	margin: 1em 0em .5em;
	color: #636B3A;
	font-size:16px;
	font-weight:bold;
		}