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


body {
	background: #E1E4E9 url(../images/miscellaneous/ice.jpg) repeat-x;
	margin: 0px;
}


#main {
	background: #003366;
	color: #333333;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px 0px 100px 0px;
}
#mainMenu {
	text-align: left;
}
#mainMenu a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#informationPane {
	background: #002142;
	text-align: left;
}
#contentPane {
	text-align: left;
}
#logos {
	padding: 10px;
	vertical-align: middle;
}


.containerAboutUs {
	background: url(../images/backgrounds/skate.jpg) no-repeat;
}
.containerCommunityInvolvement {
	background: url(../images/backgrounds/stick.jpg) no-repeat;
}


.leftDropShadow {
	background: #003366;
	width: 20px;
}
.rightDropShadow {
	background: #003366;
	width: 20px;
}

.mainMenuItemUp {
}
.mainMenuItemOver {
	background: #99ADC2;
}
.mainMenuItemActive {
	background: #99ADC2;
}

.informationItem {
	padding: 0px 5px 0px 5px;
}
.informationItemDate {
	color: #999999;
	font-weight: bold;
}
.informationItemTitle {
	color: #FFFFFF;
	font-weight: bold;
}
.informationItemBody {
	color: #FFFFFF;
}
.informationItemBody a {
	color: #FFFFFF;
}

.contentItem {
	background: #FFFFFF;
	padding: 20px;
}
.contentItemTitle {
	color: #666666;
	font-size: 24px;
	font-weight: bold;
}
.contentItemSubTitle {
	font-weight: bold;
}
.contentItemBody {
}
.contentItemThumbnail {
	border: #003366 solid 4px;
}
.contentItemBreakingNews {
	color: #FFFFFF;
	font-weight: bold;
	background: #003366;
	padding: 5px;
}
.contentItemBreakingNews a {
	color: #FFFFFF;
	font-weight: bold;
}
.contentItemBreakingNews a:link {
	color: #FFFFFF;
	font-weight: bold;
}
.contentItemBreakingNews a:visited {
	color: #FFFFFF;
	font-weight: bold;
}
.contentItemBreakingNewsTitle {
	color: #99ADC2;
	font-size: 14px;
}

.dividerWhite {
	background: #D6DEE7;
	font-weight: bold;
	height: 17px;
	padding: 0px 5px 0px 5px;
	text-align: left;
}
.dividerRidgeWhite {
	background: #99ADC2;
	height: 3px;
}
.dividerRidgeBlack {
	background: #002952;
	height: 3px;
}

.contentDivider {
	background: #002142;
	height: 10px;
}

table.hitCounter {
	border-width: 2px;
	border-spacing: ;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}
table.hitCounter th {
	border-width: 2px;
	padding: 2px;
	border-style: solid;
	border-color: gray;
	background-color: white;
}
table.hitCounter td {
	border-width: 2px;
	padding: 2px;
	border-style: solid;
	border-color: gray;
	background-color: white;
}
