body{
	margin: 0px;
	background-color:#02359B;
	font-family:Arial, Helvetica, sans-serif;
}
#header{
	background-image: url(images/head_back.gif);
	height: 100px;
	background-color:#2453AF;
}
#centerer{
	background-color: #FFFFFF;
}
#bodyHolder{
	width: 900px;
	text-align: left;
	background-color: #FFF7EE;
}
#topBox{
	background-color: #CFC2B8;
	min-height: 175px;
	background-image:url(images/topBoxBottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
#footer{
	height: 34px;
	background-image:url(images/footerBack.jpg);
	background-repeat:repeat-x;
	background-color:#4A75C6;
}
#teaser{
	font-size: 22px;
	color: #333;
	padding: 50px;
	width: 500px;
	font-weight: 100;
}
#content{
	font-size: 16px;
	color: #333;
	padding: 50px;
	font-weight: 100;
	line-height:20px;
}
#footerContent{
	font-size: 10px;
	color: #fff;
	width: 900px;
	padding-top: 10px;
}
#footerContent a{
	color: #fff;
	text-decoration:none;
}
#footerContent a:hover{
	color: #7DABFF;
	text-decoration:none;
}
#footerContent a.liquid{
	color: #7DABFF;
	text-decoration:none;
}
#footerContent a.liquid:hover{
	color: #fff;
	text-decoration:none;
}
.rightStuff{
	float: right;
}
#logoHolder {
	position:relative;
	margin:0px;
	width:200px;
	height:0px;
	text-align:left;
}
#logo {
	position:absolute;
	left:40px;
	top:0px;
	visibility:visible;
	z-index:300;
}
#headerCenterer{
	width: 900px;
	
}
#pagetitle{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	color: #fff;
	padding-top: 10px;
	margin-left: 270px;
	height: 30px;
	
	overflow: hidden;
}
#navTabs{
	float: right;
	position: relative;
	top: 22px;
	left: 0px;
	width: 372px;
	height: 35px;
	overflow: hidden;
}

.tab_link a {
	height: 35px;
	width: 93px;
	color: #FFFFFF;
	line-height: 38px;
	text-decoration: none;
	vertical-align: middle;
	text-align:center;
	display: block;
	float: left;
	background-image: url(images/tab_up.gif);
	background-repeat: no-repeat;
	background-position: center center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
.tab_link a:hover {
	background-image: url(images/tab_over.jpg);
	color: #001F5F;
}

.tab_link a.selected {
	height: 35px;
	width: 93px;
	color: #000;
	line-height: 38px;
	text-decoration: none;
	vertical-align: middle;
	text-align:center;
	display: block;
	float: left;
	background-image: url(images/tab_down.gif);
	background-repeat: no-repeat;
	background-position: center center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
.tab_link a.selected:hover {
	background-image: url(images/tab_down.gif);
	color: #001F5F;
}

.tab_link a.twoline {
	height: 35px;
	width: 93px;
	color: #FFFFFF;
	line-height: 17px;
	
	text-decoration: none;
	vertical-align: middle;
	text-align:center;
	display: block;
	float: left;
	background-image: url(images/tab_up.gif);
	background-repeat: no-repeat;
	background-position: center center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
}
.tab_link a.twoline:hover {
	background-image: url(images/tab_over.jpg);
	color: #001F5F;
}

.tab_link a.twolineSelected {
	height: 35px;
	width: 93px;
	color: #000;
	line-height: 17px;
	
	text-decoration: none;
	vertical-align: middle;
	text-align:center;
	display: block;
	float: left;
	background-image: url(images/tab_down.gif);
	background-repeat: no-repeat;
	background-position: center center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
}
.tab_link a.twolineSelected:hover {
	background-image: url(images/tab_down.gif);
	color: #001F5F;
}

#splashHolder {
	position:relative;
	margin:0px;
	width:200px;
	height:0px;
	text-align:left;
}
#splash {
	position:absolute;
	left:550px;
	top:0px;
	visibility:visible;
	z-index:300;
}