/* CSS Document */
body {
	background: #000000 
url(../Background.jpg) 	no-repeat 
	fixed 
	top 
	center;
}

a{
	cursor: pointer;
	}

h1 {
	font-family: "Century Gothic", Futura, Verdana, Tahoma, Arial, serif;
	font-style: normal;
	color: #015FBA;
	font-size: 30px;
	font-weight: normal;
	line-height: normal;
	bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	vertical-align: top;
	}
	
.h1Super {
	vertical-align: 120%;
	font-size: 10px;
	}

.copy {
	font-family:"Century Gothic", Futura, Verdana, Tahoma, Arial, serif;
	font-size: 14px;
	line-height: 18px;
	color:#333333;
	margin-bottom: 0px;
	margin-top: 0px;
	vertical-align: top;
	}

#Header{
	position: absolute; 
	width: 100px; 
	height: 100px; 
	z-index: 7;
}

#Menu{
	position: absolute; 
	width: 907px; 
	height: 52px; 
	z-index: 8; 
	top: 124px;
}


#PageText{
	position: absolute;
	width: 500px;
	height: 100px;
	z-index: 6;
	left: 33px;
	top: 190px;
}



#SampleHolder{
	position:absolute; 
	width: 100%; 
	height: 100%; 
	display:block;
	z-index: 100;
	top: 0%;
	background-color: #015FBA;
	opacity: .75;
	filter: alpha(opacity=75);
}





#WebOutsSubMenu{
	position: absolute;
	width: 600px;
	height: 20px;
	z-index: 99996;
	left: 50%;
	margin-left: -420px;
	top: 460px;
	font-family: "Century Gothic", Futura, Verdana, Tahoma, Arial, serif;
	font-style: normal;
	color: #015FBA;
	font-size: 16px;
	}
	
.MenuOrange {color: #CC3300}

div.weboutMenu a  {
	color: #015FBA;
	text-decoration: none;
	}

div.weboutMenu a:hover  {
	color: #CC3300;
	text-decoration: none;
	}
