@charset "UTF-8";
/* CSS Document */


/*----------BODY STYLES----------*/
body,td,th {
	font-family: Times New Roman, Times, serif;
	color: #341d07;
	margin-top: 0;
}
body {
	background-color: #b7d5f9;
}
a:link {
	color: #c8ae95;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #c8ae95;
}
a:hover {
	text-decoration: underline;
	color: #341d07;
}
a:active {
	text-decoration: none;
	color: #341d07;
}

/*----------SPLASH PAGE LAYOUT----------*/
#splash {
	width:610px;
	height:480px;
	float:left;
	right: auto;
	left:50%;
	background: center no-repeat url(../graphics/splashpage.gif);
	position: relative;
	margin-left: -305px;
	text-align:right;
}
.splash a:link {
	text-decoration: none;
	
}
.splash a:visited {
	text-decoration: none;
}
.splash a:hover {
	text-decoration: none;
}
.splash a:active {
	text-decoration: none;
}
.clear {
	clear: both;
}