/* CSS Document */

body {
	background: #000000 url('images/background.jpg') repeat-x;
	margin:0;
	padding:0;
	text-align: center;
}

img {
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: top;
}

/* Layout Information */
.container {
	width: 924px;
	margin: 0 auto;
}

.banner {
	padding: 0;
  	margin: 0;
  	border: 0;
  	vertical-align: top;
}

.menu {
	border-bottom: 2px solid #e8e8e8;
	border-left: 2px solid #e8e8e8;
	border-right: 2px solid #e8e8e8;
	color: #e8e8e8;
	font-family: Arial;
	font-style: Bold;
	text-align: left;
}

.content_area {
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	border-bottom: 2px solid #e8e8e8;
	border-left: 2px solid #e8e8e8;
	border-right: 2px solid #e8e8e8;
}

.footer {
	color: #e8e8e8;
	font-size: 11px;
	text-align: center;
	border-left: 2px solid #e8e8e8;
	border-right: 2px solid #e8e8e8;
	border-bottom: 2px solid #e8e8e8;
}

.news {
	border: 1px solid #e8e8e8;
	padding: 3px;
	margin-bottom: 10px;
	background-color: #000000;
}
/* Text styling */

p.title {
	margin: 0;
	padding: 0;
	color: #e8e8e8;
	font-size: 17px;
	text-decoration: underline;
	padding-bottom: 0px;
	text-align: left;
}

p.sub_title {
	color: #e8e8e8;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: left;
}

p.content {
	margin: 0;
	padding: 0;
	color: #e8e8e8;
	font-size: 14px;
	text-align: left;
}	

/* Links  */

a:link {
	color: #003971;
	text-decoration: none;
}

a:visited {
	color: #003971;
	text-decoration: none;
}

a:hover {
	color: #003971;
	text-decoration: underline;
}

a.afooter {
	color:#003971;
}

a.band {
	color:#003971;
}

/* Table */

table.schedule {
	border: 1px solid #e8e8e8;
	padding: 0px;
	margin: 0px;
	color: #e8e8e8;
	background-color: #000000;
	border-collapse: collapse;
}