html, body { margin: 0; padding: 0; }
td { background: #fff; }
body, td { font-family: verdana, geneva, arial, helvetica, sans-serif; color: #000; font-size: 12px; }
p { font-size: 12px; padding: 0 5px; }

h1 {
	border-bottom: 1px solid #355925;
	font: bold small-caps 22px Georgia;
	color: #ccaa33;
	background: #fff;
	padding: 2px 5px;
	margin: 5px 5px 2px 5px;
}
h2 { font: bold 20px verdana, sans-serif;         color: black; padding-left: 3px; }
h3 { font: bold 18px tahoma, verdana, sans-serif; color: black; padding-left: 3px; }
h4 { font: bold 16px tahoma, verdana, sans-serif; color: black; padding-left: 3px; }
#content form { padding: 0 3px; margin-top: 0; }

img { border: 0; }


/* ********* BASIC TEXT STYLINGS ********* */

pre {
	font-size: 12px;
	line-height: 16px;
	margin-top: 20px;
	margin-bottom: 10px;
}
strong, b { font-weight: bold; }

a { font-weight: bold; color: #137; text-decoration: underline; }
a:hover { font-weight: bold; color: #e93; text-decoration: underline; }
a:active { color: #ffcc80; background: #933; text-decoration: none; }
a.image { background: #fff; border: 0; }
a.image:hover { background: #fff; border: 0; }

li a { background: #fff; }

.tiny { font-size: 9px; line-height: 12px; margin-top: 15px; margin-bottom: 5px; }


/* ***********   M A I N   D I V s   ************** */

#top { margin: 0 auto; padding: 0; position: relative; }
#top a { background: transparent; }
#top a:hover { background: transparent; }

#content { padding: 0; margin: 0; }

#bottom {
	background: #ffcb33;
	color: black;
	font: 9px Verdana;
	text-align: center;
	border: 1px solid black;
	margin: 10px auto 0 auto;
	padding: 2px;
}
#bottom p { font: 9px Verdana; }
#bottom a { background: #ffcb33; text-decoration: underline }
#bottom a:hover { color: #933 }


/* ************** NAVIGATION ***************** */

#sitemenu {
	font: bold 11px arial;
	color: black;
	background: transparent;
	margin: 0;
	height: 11px;
}
#sitemenu a { color: black; text-decoration: none; }
#sitemenu a:hover { color: black; text-decoration: underline; }
#sitemenu ul { list-style-type: none; padding: 0; margin: 0; }
#sitemenu li { display: inline; padding: 0 7px 0 0; margin: 0 0 0 12px; border-right: 1px solid black; }
#sitemenu li.last { border: 0 }

#teamselect {
	background: transparent;
	margin: 10px;
	width: 30px;
	height: 20px;
}
#teamselect form { display: inline; }
#teamselect .stdDrop { font-size: 0.8em; width: 100px; }


.spotliteBox img {display: none; }
.spotliteBox p.caption { display: none; }

.spotliteBox h3 {
	font: bold 10pt "Trebuchet MS", arial, helvetica, sans-serif;
	color: #005;
	margin: 5px 0 0 3px;
	padding: 0 2px;
	text-decoration: underline;
}

.spotliteBox ul {
	font: 11px verdana, arial, helvetica, sans-serif;
	margin: 3px 0 0 18px;
	padding: 0;
	list-style-type: circle;
}

.spotliteBox li { margin: 5px 0; }

.newslist { font-size: 0.9em; }
.newslist { margin: 3px 0 0 25px; padding: 0; list-style-type: circle; }
.newslist li { margin: 4px 0; }
.newslist a { font: 11px Verdana,sans-serif; text-decoration: none; }

.newslist a:hover { font: 11px Verdana,sans-serif; color: #005; text-decoration: underline; background: #fff; }


#bigpicture { margin: 5px; }
#bigpicture h2 {
	background:#ab7c20;
	color:white;
	font: bold 12px 'Trebuchet MS';
	margin:0 0 2px;
	padding:2px 2px 2px 10px;
	text-shadow:1px 1px 1px #000000;
}
#bigpicture img {
	width: 50px;
	height: 50px;
	border: 1px solid black;
	float: left;
	margin-right: 2px;
}
#bigpicture p { width: 400px; height: 50px; }


.newswidget h2, h2.newslist, .newslist h2 {
	background:#555;
	color:white;
	font: bold 12px 'Trebuchet MS';
	margin:0 0 2px;
	padding:2px 2px 2px 10px;
	text-shadow:1px 1px 1px #000000;
	margin: 5px;
}

.bullets { margin-top: 12px; }
.newslist p.teaser { margin: 0 0 0 2px; padding-left: 0; font-size: 11px; }
