@charset "UTF-8";
/* CSS Document */

body,td,th {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
body {
	background-color: #000;
	margin: 0px;
	text-align: center;
}
a:link, a:visited, a:active {
	color: #FFF;
	text-decoration: underline;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
ol {
	list-style: outside decimal;
}
li {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 5px;
}
.sixteen {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.wrapper {
	margin: auto;
	padding: 0;
	width: 800px;
	background-color: #000;
}
.top {
	background-image: url(images/ASAP-logo-bg.jpg);
	background-repeat: no-repeat;
	border: 0;
	height: 265px;
	margin: 0;
	padding: 0;
	width: 800px;
}
.college-bass-logo {
	border: 0;
	cursor: pointer;
	padding: 31px 0 0 475px;
	width: 152px;
}
.main-text-container {
	background-image: url(images/ASAP-main-text-bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin: 0;
	min-height: 225px;
	width: 800px;
}
.main-text {
	padding: 14px 100px 0;
	text-align: left;
	width: 600px;
}
.dennyvid {
	cursor: pointer;
	margin-bottom: 30px;
	text-align: center;
}

.foot {
	margin: auto;
	padding: 0 0 60px;
	width: 800px;
	background-color: #000;
	border: 0;
}

