@charset "utf-8";


#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}

.style1 {color: #FFFFFF;}
.style3 {font-size: .7em;}
.style5 {font-size: 14;}

body {
	background-color: #000;
}

p, td {
	color: #ff8080;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.5em;
}
a:link {
	color: #005050;
}
a:hover {color: #ffffff;}
a:active {color: #ffffff;}
a:visited {
	color: #C0C0C0;
}#container #content #sideLinks {
	float: left;
	width: 250px;
	padding-top: 75px;
}
#HomeLink, #AboutLink, #ContactLink {
	margin-bottom: 25px;
}
#container #content #mainContent {
	margin-left: 250px;
	text-align: center;
}
#memberships #ATSG {
	float: left;
	width: 250px;
	margin-left: 20px;
}


#memberships #BBB {
	float: right;
	width: 250px;
	margin-right: 20px;
}
#container #Copyright {
	text-align: center;
	clear: both;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #099;
}
#memberships #ATSG a {
	color: #FFF;
	text-decoration: none;
}
#memberships #ATSG a:hover {
	color: #FFF;
	text-decoration: line;
}
#container #content #mainContent #info {
	padding-left: 15px;
	text-align: left;
}
#container #content #mainContent #header {
	text-align: left;
}
h1 {
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: bold;
}
#container #content #mainContent #info #contactForm {
	clear: both;
	padding-left: 20px;
}
