@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:link {
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	color: #0099CC;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #0099CC;
}

a:visited {
	color: #0066FF;
	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;
}
#BodyContentWrapper {
	background-image: url(../images/newsEventsBackground.png);
	background-repeat: repeat-y;
	width: 795px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 20px;
}
#NewsIntroContainer {
	width: 725px;
	margin-left: 35px;
}
#IntroParagraph {
	padding-left: 20px;
}

#news {
	padding-right: 5px;
	line-height: 15px;
}
#news p {
	margin-bottom: 13px;
}
#news h1 {
	margin-bottom: 12px;
}
#footerWrapperHome {
	background-image: url(../images/footBackground.png);
	height: 50px;
	width: 795px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	background-repeat: no-repeat;
}
/*END of Styles for Home Page*/

#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;
}
.italicTxt {
	color: #333333;
	font-style: italic;
}
.lightGrayTxt {
	color: #999999;
}
.lightGrayTxtItalic {
	color: #999999;
	font-style: italic;
}
.medGrayTxtItalic {
	color: #666666;
	font-style: italic;
}
#footerWrapperMain {
	background-image: url(../images/footBackgroundPlain.png);
	height: 50px;
	width: 795px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	background-repeat: no-repeat;
}
#footerTxtContainer {
    color: #666666;
	margin-left: 35px;
	width: 725px;
}
#footerTxtContainer a:link {
	color: #666666;
	text-decoration: none;
}
#footerTxtContainer a:hover {
	color: #0099CC;
	text-decoration: none;
}
#footerTxtContainer a:active {
	text-decoration: none;
	color: #0099CC;
}

#footerTxtContainer a:visited {
	color: #666666;
	text-decoration: none;
}
#MainContentWrapper {
	background-image: url(../images/bodyBackground.png);
	background-repeat: repeat-y;
	width: 795px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 25px;
	padding-top: 35px;
}
#MainContentWrapperPlain {
	background-image: url(../images/bodyBackground.png);
	background-repeat: repeat-y;
	width: 795px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 25px;
}
#TopImageContainer {
	width: 775px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0099CC;
	padding-bottom: 2px;
}
#TopImageContainerBlank {
	width: 775px;
	margin-left: 10px;
	height: 5px;
}
#TitleContainer01 {
	margin-left: 245px;
	margin-bottom: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000080;
}
.TitleContainer02 {
	margin-left: 245px;
	margin-bottom: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000080;
}
#BodyContainer {
	width: 725px;
	margin-left: 35px;
}
#BodyContainerFlyer {
	width: 725px;
	margin-left: 35px;
	padding-top: 35px;
}
#BodyTxt {
	padding-left: 20px;
}
.ImageBorder {
	border: 1px solid #999999;
}
#leftSideLinks {
	line-height: 15px;
	font-weight: normal;
	color: #666666;
}
#leftSideLinks p {
	margin-bottom: 11px;
}
.firstLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.firstLink a:link {
color: #999999;
	text-decoration: none;
}
.firstLink a:hover, a:active {
	color: #0099CC;
	text-decoration: none;
}
.firstLink a:visited {
	color: #0066FF;
	text-decoration: none;
}
.leftSideLinksIndent {
	margin-left: 10px;
}

#lastUpdated {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-style: italic;
	padding-top:5px;
}
.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 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-top: 15px;
}
.loginBoxRightBorder {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
}
