@charset "utf-8";

body {
	background-color: #FFCC00;
}

body {
	background-image: url(_images/_backgrounds/back_black.jpg);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.page_header {
	color: #FFCC00;
	font-size: xx-small;
}

#apDiv1 {
	position:absolute;
	top:1px;
	width:200px;
	height:203px;
	z-index:501;
	right: 13px;
}

.logo_link {
	color: #ffcc00;
	font-weight: bold;
	font-size: 12px;
}

.ThemeStyle {font-size: 10pt}

.microtext {
	font-size: 2px;
	color: #ffcc00;
}
.BaseLinks {
	color: #666666;
	font-size: 9pt;
	font-weight: bold;
}

.NewsHeadline {
	color: #ffffff;
}

.NewsText {
	font-size: 10pt;
	color: #ffffff;
}

.important {
	color: #ff0000;
	font-weight: bold;
	font-size: 10pt;
}

.image_italic {
	font-size: x-small;
	font-style: italic;
}

.roster_name {
	color: #cccccc;
	font-size: 10pt;
	font-weight: bold;
}

._thumbnails {
	font-size: 12px
	}
	
.BannerText {
	font-size: 18px;
	color: #ffcc00;
	font-weight: bold;
}

.ThumbNail_Links {
	color: #ff3300;
	font-size: 9pt;
}

.SpryMenu {
	font-size: 10px;
	font-weight: bold;
	z-index: 500;
}

.footer {
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
}

a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}

.oneColFixCtr #container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: center;
}
.oneColFixCtr #mainContent {
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.Copyright {font-size: 9px}
