/* Document Tags */
body {
	font-family: Georgia, Serif;
	background-color: black;
	margin: 0;
	}
img {
	border: none;
	}
a:link {
	color: navy;
	}
a:visited {
	color: maroon;
	}
a:hover {
	color: maroon;
	}

/* Banner Swapping */
.screenBanner {
	}
.printBanner {
	display: none;
	}

/* Main Container */
.pageBox {
	width: 930px;
	margin: 0 auto;
	}

/* ID Tags */
#banner {
	width: 760px;
	background-color: black;
	float: left;
	}
#mapBox {
	height: 100px;
	width: 150px;
	background: url(/images/mapbox_bg.jpg) no-repeat;
	margin-left: 770px;
	}
#mapText {
	width: 130px;
	margin: 0 auto;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: .9em;
	padding-top: 5px;
	}
#mapText a:link {
	color: white;
	}
#mapText a:visited {
	color: white;
	}
#mapText a:hover {
	color: yellow;
	}
#main {
	width: 760px;
	float: left;
	}
#scrollTop {
	height: 76px;
	width: 740px;
	background: url(/images/scrolltop_bg.jpg) no-repeat;
	margin: 0 auto;
	}
#header {
	width: 680px;
	margin: 0 auto;
	padding-top: 20px;
	}
#header a:link {
	font-weight: bold;
	font-size: .9em;
	color: maroon;
	}
#header a:visited {
	font-weight: bold;
	font-size: .9em;
	color: maroon;
	}
#header a:hover {
	font-weight: bold;
	font-size: .9em;
	color: maroon;
	}
#scroll {
	width: 740px;
	background: url(/images/scroll_bg.jpg) repeat-y;
	margin: 0 auto;
	margin-top: -50px;
	}
#content {
	width: 680px;
	margin: 0 auto;
	line-height: 1.5em;
	}
#scrollBottom {
	height: 76px;
	width: 740px;
	background: url(/images/scrollbottom_bg.jpg) no-repeat;
	margin: 0 auto;
	margin-top: -20px;
	}
#footer {
	width: 680px;
	margin: 0 auto;
	font-size: .7em;
	font-style: italic;
	text-align: center;
	}
#sideBar {
	width: 150px;
	margin-left: 770px;
	}
#paypal {
	text-align: center;
	width: 80%;
	font-size: .8em;
	font-style: italic;
	margin: 20px auto 0 auto;
	}

/* Style classes */
.newsItem {
	width: 100%;
	background-color: #FEF0C9;
	border: 1px dotted black;
	min-height:110px;   
	height:auto !important;   
	height:110px;
}
.newsItem h4 {
	margin: 0;
}
.newsItem p {
	margin: 0 5px;
}
.newsItem a:link {
	color: black;
	}
.newsItem a:visited {
	color: black;
	}
.newsItem a:hover {
	color: black;
	}
.center {
	text-align: center;
}
.left {
	float: left;
	margin-right: 10px;
	border: 1px solid gray;
}
.right {
	float: right;
	margin-left: 10px;
	border: 1px solid gray;
}
.screenCenter {
	margin-left: auto;
	margin-right: auto;
	border: 1px solid gray;
}
.caption {
	font-size: .9em;
	font-style: italic;
	text-align: center;
	margin: 0;
}
.scoreBoxTop {
	background: url(/images/scoresTop.jpg) no-repeat; 
	width: 600px; 
	height: 15px; 
	margin: 0px auto;
}
.scoreBoxCenter {
	background: url(/images/scoresCenter.jpg) repeat-y; 
	color: white; 
	width: 600px; 
	margin: -3px auto 0;
}
.scoreBoxBottom {
	background: url(/images/scoresBottom.jpg) no-repeat; 
	width: 600px; 
	height: 15px; 
	margin: 0px auto;
}
.sideBox {
	height: 300px;
	width: 150px;
	background: url(/images/sidebox_bg.jpg) no-repeat;
	}	
.sideContent {
	width: 120px;
	height: 240px;
	margin: 0 auto;
	padding-top: 30px;
	}
.mapkey {
	font-size: .8em;
	font-weight: bold;
	}