@charset "utf-8";
/* CSS Document */

/* Zero all margins and padding */
body, h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}
#content p {
	padding: 3px 10px 6px;
}
#content h1 {
	font-size: 150%;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 8px;
	color: #991022;
}
#sidenav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sidenav li {
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #D3A10C;
}
#sidenav a {
	background-color: #991022;
	display: block;
	font-weight: bold;
	color: #D3A10C;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #000000;
}
#sidenav a:hover {
	background-color: #000000;
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}



body {
	background-image: url(../images/topslice.jpg);
	background-repeat: repeat-x;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #020001;
}
#container {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #030102;
}
#sidenav {
	float: left;
	width: 160px;
}
#content {
	float: right;
	width: 634px;
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #A01123;
	padding-left: 5px;
}

#bannerunder {
	height: 10px;
	width: 800px;
	background-color: #D5A213;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #991022;
}
#page {
	background-color: #FFFFFF;
}
#footerline {
	background-color: #D7A109;
	height: 10px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#footercontent {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	text-align: center;
	font-size: 80%;
	background-color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#topnav {
	height: 22px;
	background-color: #D59E20;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding: 2px 10px 0px 2px;
	text-align: left;
}
#newsbox {
	height: auto;
	width: 580px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FDDD71;
	border: 1px solid #C1132A;
}
#newsbox h1 {
	font-size: 110%;
	color: #FFFFFF;
	background-color: #000000;
	padding: 4px;
	font-weight: bold;
}
#newsbox p {
	font-size: 100%;
	color: #480610;
	background-color: #FEF3D3;
}
#newsbox a {
	color: #39060D;
	text-decoration: none;
	display: inline;
	background-color: #FEF3D3;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
.lastupdated {
	font-style: italic;
	color: #991022;
}
#sidenav .subnav {

}

#sidenav .subnav li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#sidenav .subnav a {
	background-color: #FFFFFF;
	color: #000000;
	font-weight: normal;
	padding: 4px 4px 4px 10px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #991022;
}

#sidenav .subnav a:hover {
	background-color: #D1A103;
	color: #FFFFFF;

}

#sidenav .subnav2 {
	font-size: 95%;
}

#sidenav .subnav2 li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#sidenav .subnav2 a {
	background-color: #000000;
	color: #FFFFFF;
	font-weight: normal;
	padding: 4px 4px 4px 15px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

#sidenav .subnav2 a:hover {
	background-color: #FFFFFF;
	color: #991022;

}


#breadcrumb {
	height: 20px;
	width: 792px;
	background-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D5A213;
	color: #FFFFFF;
	padding-left: 8px;
	padding-top: 2px;
}
#breadcrumb a {
	color: #FFFFFF;
	text-decoration: underline;
}
.redsmall {
	font-size: 85%;
	color: #E01834;
}
#content a {
	color: #8D6B05;
	text-decoration: underline;
}
.newsheadline {
	background-color: #D5A213;
	font-weight: bold;
	width: 600px;
	margin-left: 10px;
	border: 1px dotted #991022;
}
.newsitem {
	margin-left: 15px;
}
#content h2 {
	font-size: 130%;
	padding-top: 6px;
	padding-bottom: 2px;
	color: #000000;
	text-decoration: underline;
	padding-right: 10px;
	padding-left: 10px;
}
.disclaimer {
	font-size: 85%;
	font-style: italic;
}
.question {
	font-size: 110%;
	font-weight: bold;
	color: #F0CD62;
	margin-right: 30px;
	margin-left: 30px;
	background-color: #000000;
}
.answer {
	margin-right: 30px;
	margin-left: 30px;
	border-right: 1px solid #991022;
	border-bottom: 1px solid #991022;
	border-left: 1px solid #991022;
	background-color: #FCEFCD;
}
.rostername {
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
	font-size: 170%;
	font-family: Calibri;
}
.rosterstats {
	font-size: 150%;
	color: #C21412;
	font-family: Calibri;
}

