@charset "utf-8";



body,td,th {

/* The Main --or body-- of the text*/
	margin:0;
	padding:0;
	text-align:center;
	color: #FFFFFF;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

body {

	background-color: #000000;

}

H1 {
	font-size: 24px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
H6 {

	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;

}
ErrorText {

	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;

}
a:link {
	color: #FFFF99;
	text-decoration: none;
}
a:visited {
	color: #FFFF99;
	text-decoration: none;
}
a:hover {
	color: #FFCC99;
	text-decoration: none;
}
a:active {
	color: #FFFF99;;
	text-decoration: none;
}


#indexpage{						/*  Use this to center  */
	width:512px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
} 

#indexpageimage {
	width:100%;
	height:212px;
	margin-top: 250px;
	z-index:2;
}
#indexpagemenu {
	width:100%;
	margin-top: 50px;
	height:50px;
	z-index:3;
}
#contactpage{						/*  Use this to center  */
	width:550px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
} 

#contactgreeting {			
	width:100%;
	height:100px;
	z-index:2;
}
#contactform {
	width:100%;
	margin-top: 50px;
	z-index:3;
}
#contactfooter {
	width:100%;
	margin-top: 10px;
	height:10px;
	z-index:3;
}