@charset "UTF-8";
/* CSS Document */

html, body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    text-align: center;
	background:#1d4741;
    min-height: 400px; /* For Mozilla/Opera/Safari */
}

#Container {
    position: relative;
    margin: 0 auto;
    text-align: left;
    width: 900px;
    height: 100%;
}

#Splash {
    position: absolute;
    width: 900px;
    height: 556px;
    top: 50%;
    margin-top: -278px; /* Half of splash height */
	background-image: url(../images/Splash.jpg);
	background-repeat: no-repeat;
}

#Main {
	float:left;
	width: 900px;

	padding-top: 336px;

}

#Main p {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 1.2;
	text-align: center;
}	

a.Main {
	color:#CC0000;
}

a.Main:link {
	text-decoration: none;
	color:#CC0000;
	font-style: normal;
 }
 
a.Main:visited {
	text-decoration: none; 
	color:#CC0000;
}
a.Main:hover {
	text-decoration: none; 
	color:#CC0000;
	font-style: italic;
}
a.Main:active {
	text-decoration: none; 
	color:#CC0000;
}


#Footer {
	clear:both;
	width: 900px;
	height: 48px;
}

#Footer p {
	margin:0;
	text-align: center;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4;
	padding-top: 14px;
}

a.Footer {
	color:#000000;
}
a.Footer:link {
	text-decoration: underline;
	color:#000000;
 }
a.Footer:visited {
	text-decoration: underline; 
	color:#000000;;
}
a.Footer:hover {
	text-decoration: underline; 
	color:#000000;;
	font-style: italic;
}
a.Footer:active {
	text-decoration: underline; 
	color:#000000;
}





