html {height:100%;}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: center; /* for IE */
	height:100%; 
}
ol {
	font-weight: bold;
	color:#2F4D69;
}

p,li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 8px;
}


#divMainWrapper {
	background-color: #FBFBFB;
	width: 1024px;
	height: 100%;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
}


#divTop {
	background-image: url(../images/background_top.png);
	background-repeat: repeat-y;
	background-position: left top;
	height: 24px;
}

#divTopLogos {
	background-color: #fbfbfb;
	height: 100px;
}

#divContentWrapper {
	background-color: #F6F6F6;
	padding-bottom: 20px;
}
#divContentLeft {
	width: 333px;
	height: auto;
	float: left;
	background-color: #FF8800;
	text-align: center; /* for IE */
	position: relative;
}
#divContentLeftInside {
	width: 296px;
	padding-top:16px;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
}

#divContentMain {
	background-color: #FFF;
	width: 691px;
	float: left;
	height: auto;
}

#divContentMainInside {
	padding: 16px;
}

#calendar {
	clip: rect(30px,auto,auto,auto);
}

h1 {
	color: #2F4D69;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
}

#divMenuWrapper {
	background-color: #707070;
	height: 31px;
}



#divLogoDistanceSwimChallenge {
	float: left;
	margin-right: 10px;
}

#divSponsorLogos {
	padding-top: 1px;
}

#divCopyright {
	clear: both;
	background-color: #F6F6F6;
	background-image: url(../images/background_copyright.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
	width: 1024px;
	text-align: center;
}

.linkLeftMenu {
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 8px;
}
.linkLeftMenuSub {
	font-size:14px;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
	padding-top: 4px;
	padding-left: 16px;
	padding-bottom: 4px;
	margin-bottom: 8px;
}
a {
	color: #039;
	text-decoration: none;
}
a:hover {
	color: #900;
	text-decoration: underline;
}
a.linkSideMenu {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
a:hover.linkSideMenu {
	color: #eee;
	text-decoration: none;
}
a.linkWhite {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover.linkWhite {
	color: #f7941d;
	text-decoration: none;
}
.videoBorder {
	border-top-width: 16px;
	border-bottom-width: 16px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #f7941d;
	border-bottom-color: #f7941d;
	width: 640px;
}
.fontStoryTitle {
	font-size: 18px;
}
.fontBigBlue {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 16px;
	color:#2F4D69;
	font-weight: bold;
}

.fontBlue {
	color:#2F4D69;	
}

.swimlist {
  width: 100%;
  border: 2px ridge #55521E;
  padding: 0px;
  border-collapse: collapse;
}
.swimlist th {
  background-color: #a6afda;
  text-align: center;
  border: 2px ridge #55521E;
  padding: 12px;
}
.swimlist td {
  padding: 12px;
  border: 2px ridge #55521E;
}
.swimlist .date {
  background-color: #d3d3ed;
  text-align: center;
  width: 20%;

}
.swimlist .details {
  background-color: #fff;
  text-align: left;
  width: 60%;
}
.swimlist .distances {
  background-color: #fff;
  text-align: center;
  width: 20%;
}
