/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-decoration: none;
	color: #663300;
}

td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #663300;
}

a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-decoration: none;
	color: #663300;
}

a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-decoration: none;
	color: #663300;
}

a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-decoration: none;
	color: #663300;
}

a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-decoration: none;
	color: #FF0066;
}

.nonelink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-decoration: none;
	color: #FF0066;
}

/* BREAK */

.intro {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:27px;
	color: #FFFFCC;
	text-decoration: none;
	line-height: 30px;
	font-stretch: expanded;
	text-align: left;
 }

.content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color: #FFFFCC;
	text-decoration: none;
	line-height: 28px;
	font-stretch: expanded;
 }

a.content:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-decoration: none;
	color: #466787;
}

a.content:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-decoration: none;
	color: #466787;
}

a.content:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-decoration: none;
	color: #466787;
}

a.content:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-decoration: none;
	color: #F5D56F;
}

/* BREAK */

.emailform {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-decoration: none;
	color: #000000;
	background-color: #FFFFCC;	
}

.email {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color: #FFFFCC;
	text-decoration: none;
	line-height: 20px;
	font-stretch: expanded;
 }

.disclaimer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	text-decoration: none;
	color: #663300;
}

/* BREAK */

#splash {
	position:absolute;
	z-index:0;
	width:100%;
	height:700px;
	overflow:hidden;
	background-image:url(../media/intro_tile.gif);
	background-repeat: repeat;
}

#intro {
	position:absolute;
	z-index:0;
	top:220px;
	right: auto;
	left: 280px;
	overflow:auto;
	height: 450px;
	width: 585px;
	visibility: visible;
	padding: 8px;
	max-height:450px;
}

#title {
	position:absolute;
	z-index:2;
	left:224px;
	top:158px;
	width:676px;
	height:40px;
	visibility: visible;
	overflow: hidden;
}

#animation {
	position:absolute;
	z-index:1;
	left:32px;
	top:133px;
	width:235px;
	height:552px;
	visibility:visible;
	overflow: hidden;
}

#content {
	position:absolute;
	z-index:0;
	top:220px;
	right: auto;
	left: 280px;
	overflow:auto;
	height: 450px;
	width: 588px;
	visibility: visible;
	padding: 8px;
	max-height:450px;
}

#form {
	position:absolute;
	z-index:1;
	top:220px;
	right: auto;
	left: 280px;
	overflow:auto;
	height: 450px;
	width: 600px;
	visibility: visible;
	padding: 8px;
	max-height:450px;
}
