/* 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 {
	display: none;
	}
.printBanner {
	}

/* Main Container */
.pageBox {
	width: 100%;
	}

/* ID Tags */
#banner {
	width: 600px;
	}
#mapBox {
	display: none;
	}
#mapText {
	display: none;
	}
#main {
	width: 100%;
	}
#scrollTop {
	display: none;
	}
#header {
	display: none;
	}
#scroll {
	width: 100%;
	}
#content {
	width: 100%;
	line-height: 1.5em;
	}
#scrollBottom {
	display: none;
	}
#footer {
	display: none;
	}
#sideBar {
	display: none;
	}
#paypal {
	display: none;
	}

/* 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 {
	display: none;
}
.scoreBoxCenter {
	color: black; 
	width: 100%;
}
.scoreBoxBottom {
	display: none;
}
.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;
	}