@charset "utf-8";
/* CSS Document */

body 
	{
	color: white;
	background-color: #003;
	margin: 0px
	}
#splash {
	border: 1px solid #fff;
	text-align: center;
	margin-top: -200px;
	margin-left: -380px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 760px;
	height: 400px;
	color: #003;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#header {
	height: 110px;
	background-image: url(sitegraphics/drip.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
}
#tagline {
	margin: 0 0 0 135px;
	height: 95px;
	background-color: #5A5DAD;
	font-size: 24px;
	font-weight: bold;
	color: #CECFCE;
}
#tagline h1 {
	margin: 0;
	padding: 0;
	font-size: 40px;
	font-weight: bold;
	color: #CECFCE;
}
#tagline h2 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
#tagline .plusSign {
	color: #003;
}
#content {
	padding: 5px;
	text-align: left;
}
h3 {
	font-size: 14px;
	margin: 0;
	padding: 0;
}
p{
	margin: 5px;
	padding: 0;
}
#enterSite {
	text-align: center;
	font-size: 16px;
}
#enterSite a {
	color: #f00;
}
#menu {
	border: 1px solid #000033;
	width: 200px;
	float: right;
	background-color: #5A5DAD;
	font-size: 9px;
}
#menu h1 {
	font-size: 10px;
	color: #CECFCE;
	text-align: center;
}
#menu a {
	color: #fff;
}
#menu ul {
	color: #003;
}
#menu li {
 padding: 1px;
}
#footer {
	padding: 0 0 3px 0;
	font-size: 9px;
}