/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

body {
	min-width: 980px;
	background-color: #B5C3CC;
}

p {
	padding-bottom: 13px;
}

h1 {
	display: inline;
	font-size: 28px;
	background-color: #DCE11D;
	text-transform: uppercase;
}

h3 {
	display: inline;
	font-size: 18px;
	background-color: #DCE11D;
	text-transform: uppercase;
}

thead td {
	font-weight: bold;
	text-transform: uppercase;
}

#Events td {
	padding-bottom: 3px;
}

#PrimaryContent a {
	text-transform: uppercase;
	font-weight: bold;
}

#PrimaryContent a:link, #PrimaryContent a:visited {
	background-color: #DCE11D;
}

#PrimaryContent a:hover, #PrimaryContent a:active {
	background-color: transparent;
}

#PrimaryContent a.Noy, #PrimaryContent a.Noy:link, #PrimaryContent a.Noy:visited, #PrimaryContent a.Noy:hover, #PrimaryContent a.Noy:active {
	background-color: transparent;
}

.Yellow {
	text-transform: uppercase;
	background-color: #DCE11D;
}

.YellowH {
	text-transform: uppercase;
	font-weight: bold;
	background-color: #DCE11D;
}

#Wrapper {
	width: 980px;
	margin: 0 auto;
	background: #B5C3CC url(img/bg2.gif) repeat-y top center;
}

#MastHead {
	position: relative;
	width: 980px;
	height: 140px;
	background: #FFF url(img/header.jpg) no-repeat top left;
}

#Newsletter {
	position: absolute;
	width: 156px;
	top: 90px;
	left: 780px;
}

#SiteNav {
	position: absolute;
	width: 267px;
	height: 25px;
	top: 14px;
	left: 54px;
}

#SiteNav img {
	padding-left: 11px;
}

#Navigation {
	position: absolute;
	width: 285px;
	height: 15px;
	top: 104px;
	left: 68px;
}

#ContentArea {
	width: 980px;
	background: transparent url(img/bg.jpg) no-repeat top center;
	padding-top: 34px;
}

#PrimaryContent {
	float: left;
	width: 440px;
	margin-left: 52px !important;
	margin-left: 26px;
	margin-top: 4px;
}

#SecondaryContent {
	float: right;
	width: 415px;
	margin-right: 55px !important;
	margin-right: 27px;
}

#SubNav {
	float: left;
	width: 245px;
}

.Box {
	width: 100%;
	margin-bottom: 17px;
}

#SubNav .Box div {
	background: transparent url(img/cbar_bg.gif) repeat-y top center;
}

.Inner {
	margin: 0 auto;
	padding-bottom: 7px;
}

#PrimaryContent .Box #Date {
	width: 370px;
	margin: 0 auto;
	background: transparent;
	color: #CCC;
	font-weight: bold;
}

#PrimaryContent .Box #PreNext {
	width: 370px;
	margin: 0 auto;
	background: transparent;
	text-align: right;
}

#Page {
	float: right;
	width: 200px;
	text-align: right;
	font-weight: bold;
}

.PhotoBox {
	width: 370px;
}

.PhotoBox img {
	border: 1px solid #414642;
	margin-right: 14px;
	margin-bottom: 14px;
}

#SubNav .Inner {
	width: 200px;
}

#PrimaryContent .Inner {
	width: 370px;
}

#PrimaryContent .Box div {
	background: transparent url(img/mbg.gif) repeat-y top center;
}

.Inner ul {
	list-style: none;
}

.Inner ul li {
	text-transform: uppercase;
	font-weight: bold;
	padding: 1px 0;
}

.Inner ul li a:link, .Inner ul li a:visited {
	background-color: none;
	text-decoration: none;
}

.Inner ul li a:hover, .Inner ul li a:active {
	background-color: #DCE11D;
	text-decoration: none;
}

#TeamNav {
	float: right;
	width: 157px;
}

#Suppliers, #Roster {
	width: 157px;
	margin-bottom: 13px;
}

#RosterContent {
	width: 127px;
	margin: 0 auto;
}

#RosterContent ul {
	list-style: none;
}

#RosterContent ul li {
	font-size: 13px;
	color: #DCE11D;
	padding: 5px 0;
}

#RosterContent ul li a {
	font-size: 13px;
	text-decoration: none;
}

#RosterContent ul li a:link, #RosterContent ul li a:visited {
	color: #FFF;
}

#RosterContent ul li a:hover, #RosterContent ul li a:active {
	color: #DCE11D;
}

#Footer {
	position: relative;
	width: 980px;
	height: 322px;
	background: #FFF url(img/footer.jpg) no-repeat top left;
}

#FooterBar {
	position: absolute;
	top: 272px;
	left: 46px;
	font-family: "Courier New", Courier, mono;
	font-size: 10px;
	font-weight: bold;
	color: #404040;
}

#FooterBar a {
	font-family: "Courier New", Courier, mono;
	font-size: 10px;
	font-weight: bold;
	color: #404040;
}

#FooterBar a:link, #FooterBar a:visited {
	text-decoration: underline;
}

#FooterBar a:hover, #FooterBar a:active {
	text-decoration: none;
}

.Clear {
	clear: both;
}