@charset "UTF-8"; 

body {
font: 80%  Arial, Helvetica, sans-serif;
color: #efefef;
background-color: #000000;
}

#mainContainer {
	width: 910px;
	margin-left: auto;
	margin-right: auto;
}

h1 a:link {
	display: block;
	height: 37px;	
	text-decoration: none;
	color: #FFF;	
}

h1 a:visited {
	display: block;
	height: 37px;	
	text-decoration: none;
	color: #FFF;	
}

h1 a:hover {
	display: block;
	height: 37px;	
	text-decoration: none;
	color: #000;
	text-shadow: #CC9966;
}

h1 {
	display: block;
	width: 167px;
	height: 37px;
	background-image: url(images/serviceButton.png);
	background-repeat: no-repeat;
	font-size: 120%;
	line-height: 34px;
	text-align: center;	
	margin-left: auto;
	margin-right: auto;
}

#asappmHeading {
	display: block;
	margin-left: auto;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 2em;
}

#asappmLogo {
	display: block;
	margin-left: auto;
	margin-top: 6em;
	margin-right: auto;
	
}

#asappmWebAddress {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;	
}

#contentBottom {
	width: 910px;
	height: inherit;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
}

#contentBottom ul {
	font-size: 95%;
	padding-right: 5px;
}

ul li {
	margin-left: -15px;
}

ul li a:link {
	display: inline;
	text-decoration: none;
	color: #FFF;	
}

ul li a:hover {
	text-decoration: none;
	color: #CC9966;	
}

ul li a:visited {
	text-decoration: none;
	color: #FFF;	
}

#contentBottom img {
 	float: left;
	margin-top: 20px;
	
}




.col {
	background-image: url(images/descriptionBg.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 180px;
	height: 300px;
	float: left;
}

#asappmFooter {
	font-size: 90%;
	clear: both;
	text-align: center;
}

#uploadLink {
	margin-top: 0;
	text-align: right;
	margin-right: 10px;
}

#uploadLink a:link {
	text-decoration: none;
	color: #CC9966	
}

#uploadLink a:hover {
	text-decoration: none;
	color: #FFF;
}

#uploadLink a:visited {
	text-decoration: none;
	color: #CC9966	
}
