@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	background-color: #C7C6C6;
	background-image: url(images-common/raiders-background.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.twoColFixLtHdr #container {
	width: 950px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background-image: url(images-common/raiders-athletics.gif);
	background-repeat: no-repeat;
	height: 176px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 145px;
	background-image: url(images-common/raiders-menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	height: 450px;
}

.twoColFixLtHdr #sidebar1 p {
	margin-bottom: -8px;
	background-image: url(images-common/menu-bkgr.png);
	background-repeat: no-repeat;
	
}

.twoColFixLtHdr #sidebar1 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 20;
	margin-bottom: 0;
	margin-left: 160px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	font-size: small;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.7em;
} 
.twoColFixLtHdr #mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ebebeb;
}
.twoColFixLtHdr #mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
}
.twoColFixLtHdr  .rightpanel  {
	float: right;
	width: 200px;
	margin-left: 0px;
	background-color: #FFFFFF;
	margin-right: 0px;
	margin-top: 40px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 30px;
}
.twoColFixLtHdr .rightpanel h2 {
	color: #FFFFFF;
	background-color: #D31145;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 5px;
	padding-left: 5px;
}
.twoColFixLtHdr .rightpanel p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	color: #999999;
	padding-right: 5px;
	padding-left: 25px;
	background-image: url(images-common/arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	margin-top: -5px;
}
.twoColFixLtHdr .rightpanel a {
	color: #666666;
	text-decoration: none;
}
.twoColFixLtHdr .rightpanel a:visited {
	color: #666666;
	text-decoration: none;
}
.twoColFixLtHdr .rightpanel a:hover {
	color: #D31145;
	text-decoration: underline;
}
.twoColFixLtHdr .rightpanel a:active {
	color: #666666;
	text-decoration: none;
}



.twoColFixLtHdr #footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 200px;
	text-align: center;
	font-size: x-small;
	color: #999999;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixLtHdr #footer a{
	color: #999999;
	text-decoration: none;
} 
.twoColFixLtHdr #footer a:visited{
	color: #999999;
	text-decoration: none;
} 
.twoColFixLtHdr #footer a:hover{
	color: #999999;
	text-decoration: underline;
} 
.twoColFixLtHdr #footer a:active{
	color: #999999;
	text-decoration: none;
} 

.headerlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	margin-top: 3px;
}
.headerlinks a {
	color: #FFFFFF;
	text-decoration: none;
}
.headerlinks a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.headerlinks a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.headerlinks a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.tabulardata {
	padding: 2px;
}

.tabulardata td {
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
}

.tabulardata th{
	background-color: #333333;
	color: #FFFFFF;
	padding: 5px;
}
.photoRight {
	text-align: center;
	float: right;
	padding: 5px;
	margin: 5px;
	width: 250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999999;
	line-height: 1.5em;
}
.photoRight p{
	color: #CCCCCC;
	font-size:xx-small;
}
.photoRight img {
	padding: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#gallery {
	padding-right: 0px;
	padding-left: 0px;
}
#gallery h1 {
	font-family: "Arial Rounded MT Bold", Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-large;
	color: #999999;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 0px;
}
#gallery p {
	padding-left: 20px;
	padding-right: 40px;
}
#gallery img {
	padding: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.sponsor {
	color: #666666;
	font-size: small;
	text-align: center;
}
.sponsor img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 20px;

}
.redText {
	color: #CC0000;
}
.greenText {
	color: #009900;
}
.grayText {
	color: #999999;
}
.graysmall {
	font-size: x-small;
	color: #999999;
}
.whitesmall {
	font-size: x-small;
	color: #FFFFFF;
}
