@charset "UTF-8";
/* CSS Document */

* {
padding: 0;
margin: 0;
}
/*Styles for specific tags*/
body {
	background-color: #E1E1E1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
}
a, a:visited, a:active {
	color:#0066FF;
	text-decoration: none;
}

a:hover {
	color:#0099CC;
	text-decoration: none;
}
p {
	margin-bottom: 12px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/*Styles for Home Page*/
#HomeMenuFlashContainer {
	height: 286px;
	width: 795px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/bodyBackground.png);
	background-repeat: repeat-y;
	position: relative;
}
#FlashContainerDottedBorder {
	width: 775px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0099CC;
	height: 285px;
}
#CenterWrapper {
	background-image: url(../images/newsEventsBackground.png);
	background-repeat: repeat-y;
	width: 795px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}
#NewsEvents {
	padding-left: 35px;
	margin-bottom: 10px;
	width:185px;
	float:left;
}
#WelcomeMessage {
	padding-right: 35px;
	margin-bottom:10px;
	width:500px;
	float:right;
}
#footerHome {
	background-image: url(../images/footBackground.png);
	height: 50px;
	width: 795px;
	background-repeat: no-repeat;
	clear:both;
}
#leftFoot {
	padding-left: 35px;
	margin-top:15px;
	float:left;
	color: #666666;
}
#rightFoot {
	padding-right: 35px;
	margin-top: 15px;
	float: right;
	color: #666666;
}
/*END of Styles for Home Page*/

.italicTxt {
	color: #333333;
	font-style: italic;
}
.lightGrayTxt {
	color: #999999;
}
.lightGrayTxtItalic {
	color: #999999;
	font-style: italic;
}
.medGrayTxtItalic {
	color: #666666;
	font-style: italic;
}
.ImageBorder {
	border: 1px solid #999999;
}
#TopContainer {
	background-image: url(../images/topBackground.png);
	width: 795px;
	margin-right: auto;
	margin-left: auto;
	height: 120px;
}
#MenuFlashContainer {
	width: 795px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/bodyBackground.png);
	background-repeat: repeat-y;
	padding-top: 34px;
	position: relative;
}

#FlashPositioner {
	position: absolute;
	top: -17px;
	width: 795px;
	left: 0px;
}
#TopImageContainer {
	width: 775px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0099CC;
	padding-bottom: 2px;
}
#footerWrapper {
	background-image: url(../images/footBackgroundPlain.png);
	height: 50px;
	width: 795px;
	background-repeat: no-repeat;
	clear:both;
}
#MainWrapper {
	background-image: url(../images/bodyBackground.png);
	background-repeat: repeat-y;
	width: 795px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 35px;
}
#content {
width: 515px;
padding-right: 35px;
margin-bottom:15px;
float:right;
}
#MultimediaContent {
	width: 515px;
	padding-right: 35px;
	margin-bottom:15px;
	float:right;
	font-weight: bold;
}
#TitleContainer01 {
	margin-left: 245px;
	margin-bottom: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000080;
}
#MainNav {
	width: 190px;
	padding-left: 35px;
	margin-bottom:15px;
	float:left;
	font-weight: bold;
}
#MainNav p {
margin-bottom: 10px;
}
.mainNavIndent {
	margin-left: 15px;
	font-weight: normal;
}
#lastUpdated {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-style: italic;
	padding-top:5px;
	font-weight: normal;
}
.lineTxtSeparator {
	width: 490px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	height: 2px;
	margin-bottom: 10px;
	margin-top: 12px;
}
.lineMultimediaSeparator {
	width: 490px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	height: 2px;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.UnorderedList {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.UnorderedList p {
	margin-bottom: 5px;
}
.lineHeight18 {
	line-height: 18px;
}
fieldset {
	padding: 10px;
	border: 1px dotted #999999;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-color: #ECECEC;
}
legend {
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #333333;
}

/*styling for items that don't require left side navivation*/
#FormContainerFullPage {
	margin-left: 45px;
	margin-right: 45px;
	padding-bottom: 25px;
}

/*styling for sports calendar table*/
#BodySportsCalendar {
	padding-left: 20px;
	padding-right: 10px;
}
#BodySportsCalendar table {
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
}
.head {
	background-color: #CCCCCC;
	font-weight: bold;
}
.col {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding: 7px;
}
.colLast {
	border: none;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 10px;
}

.odd {
	background-color: #EBEBEB;
}


/*styling for auction login box*/

#AuctionLoginBox {
	margin-left: 55px;
	margin-right: 55px;
	font-size: 12px;
	padding-bottom: 25px;
}
.loginBoxRightBorder {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
}
