/* stick footer */
* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */
#thankyou {
width: 500px;
}

html, body, #wrap {height: 100%;}
#wrap3 {height: 68%;}
body > #wrap {height: auto; min-height: 100%;margin-left: auto;
margin-right: auto;width: 50em;}

h1, h2, h3{padding-top: 15px;padding-bottom: 15px;}
h3{color: #F7941D;}
h2 {padding-top:25px;}
p{padding-top: 10px;padding-bottom: 10px;}

/* table {padding-bottom: 40px;} */

#main {padding-bottom: 96px;
;}  /* must be same height as the footer */

#main {width:800px;
	margin:0 auto;
	clear:both;
	padding-right:10px;
	padding-left:10px;}
	
#main3 {padding-bottom: 96px;
;}  /* must be same height as the footer */

#main3 {width:800px;
	margin:0 auto;
	clear:both;
	padding-right:10px;
	padding-left:10px;}

#main2 {padding-bottom: 195px;
;}  /* must be same height as the footer */

#main2 {width:800px;
	margin:0 auto;
	clear:both;
	padding-right:10px;
	padding-left:10px;}

#footer {position: relative;
	margin-top: -96px; /* negative value of footer height */
	height: 96px;
	clear:both;
	padding-left: 10px;
	padding-right: 10px;} 
	
#footer3 {position: relative;
	margin-top: -96px; /* negative value of footer height */
	height: 45px;
	clear:both;
	padding-left: 10px;
	padding-right: 10px;} 

	
#footer2 {position: relative;
	margin-top: -120px; /* negative value of footer height */
	height: 120px;
	clear:both;
	padding-left: 10px;
	padding-right: 10px;} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


#foot {width:800px;
	margin:0 auto;
	
	height:86px;

	padding:0 10px 0 10px;}
	
#foot3 {width:800px;
	margin:0 auto;
	
	height:86px;

	padding:0 10px 0 10px;}
	
#foot2 {width:800px;
	margin:0 auto;
	
	height:86px;

	padding:0 10px 0 10px;}

#foot3 #left3 {width:400px;float:left;padding-top:72px;}
#foot3 #right3 {width:250px;float:right;text-align:right;padding-top:72px;}


#foot #left {width:400px;float:left;padding-top:72px;}
#foot #right {width:250px;float:right;text-align:right;padding-top:72px;}

#foot2 #left2 {width:400px;float:left;padding-top:172px;}
#foot2 #right2 {width:250px;float:right;text-align:right;padding-top:172px;}

#left4 {width:400px;float:left;padding-top:72px;}
#right4 {width:250px;float:right;text-align:right;padding-top:72px;}


#copy {

width:100%;
padding-top: 73px;

}
#copy {

width:100%;
padding-top: 73px;

}


#copy2 {

width:100%;
padding-top: 173px;

}

body,td,th {
	color: #FFFFFF;
	font-family: Trebuchet MS;
}
body {
	background-color: #000000;
	height:100%; margin:0;
}
img
{border-style: none;
}

h3#margin {
text-align: left;
margin-bottom: 10px;
}


.style1 {font-family: "Trebuchet MS"}
.style3 {font-family: "Trebuchet MS";
color: #F7FF90;
}

a:link {
	color: #F7941D;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F7941D;
}
a:hover {
	text-decoration: underline;
	color: #96C1E2;
}
a:active {
	text-decoration: none;
}
.style2 {
	font-size: small;
	font-style: italic;
	color: grey;
}


