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

@font-face {
    font-family: 'Humanst521CnBT';
    src: url('../fonts/hum521c.eot');
    src: url('../fonts/hum521c.eot?#iefix') format('embedded-opentype'),
         url('../fonts/hum521c.woff') format('woff'),
         url('../fonts/hum521c.ttf') format('truetype'),
         url('../fonts/hum521c.svg#Humanst521CnBTRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Humanst521BT';
    src: url('../fonts/hum521n.eot');
    src: url('../fonts/hum521n.eot?#iefix') format('embedded-opentype'),
         url('../fonts/hum521n.woff') format('woff'),
         url('../fonts/hum521n.ttf') format('truetype'),
         url('../fonts/hum521n.svg#Humanst521BTRoman') format('svg');
    font-weight: normal;
    font-style: normal;

}


body,td,th {
	font-family: Humanst521BT, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #fff;
}
body {
	background: #000 url(../images/bkgd-swimmer.jpg) no-repeat top left fixed;
	margin: 0px;
}
a:link {
	color: #fff200;
}
a:visited {
	color: #fff200;
}
a:hover {
	color: #ff0000;
}
a:active {
	color: #fff200;
}


h1 {
	font-size: 40px;
	font-family: Humanst521CnBT, "Arial Black", Gadget, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #999;
	line-height: 30px;
	text-transform: uppercase;
}
h2 {
	font-family: Humanst521CnBT, "Arial Black", Gadget, Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: normal;
	color: #CCC;
	margin-top: 0;
}

hr {
	border-top: #FFF200 1px solid;
	border-bottom: none;
	border-right: none;
	border-left: none;
	width: 85%;
	margin: 20px auto;
}

/* Layout */

#PageWrapper {
	width: 1000px;
	margin: 0;
}

#LeftColumn {
	width: 265px;
	padding: 10px;
	float: left;
	color: #000;
	font-size: 16px;
	position: fixed;
}

#LeftColumn img{
	border: none;
}

#LeftColumn a:link {
	color: #000;
}
#LeftColumn a:visited {
	color: #000;
}
#LeftColumn a:hover {
	color: #ff0000;
}
#LeftColumn a:active {
	color: #000;
}


#RightColumn {
	width: 670px;
	margin-right: 20px;
	float: right;margin-bottom: 30px;
}

#Social {
	float: right;
}

#Logo {
	text-align: center;

}

#Nav {
	font-family: 'Humanst521BT', 'Arial Narrow', Arial, Helvetica, sans-serif;
	font-size: 30px;
	text-transform:uppercase;
	text-decoration: none;
	text-align: right;
	float: right;
	margin-top: 35px;
	letter-spacing: -1px;
}

#Nav a{
	text-decoration: none;
	padding: 0 20px;
	
}

#Nav a:hover {
	color:#fff200;
	-webkit-transition:color 120ms ease-in;
	-moz-transition:color 120ms ease-in;
	-o-transition:color 120ms ease-in;
	transition:color 120ms ease-in;
	}
	
#Sponsors {
	text-align: center;
	margin-top: 25px;
}

#Sponsors img{
	padding: 3px;
}

#Content {
	min-height: 500px;
	padding: 20px;
	
}

#ContentWrapper {
	width: 1000px;
}

#Homepage {
	margin-left: -20px;
}

#FooterWrapper {
	background: #8b2820;
	min-height: 150px;
}

#Footer {
	width: 1000px;
	margin: 0 auto;
	padding: 20px ;
	font-size: 18px
}

#Footer a:link {
	color: #fff;
}
#Footer a:visited {
	color: #fff;
}
#Footer a:hover {
	color: #000;
}
#Footer a:active {
	color: #fff;
}


.clear {
	clear: both;
}

.ImageLeft {
	float: left;
	margin-right: 15px;
}

.ImageRight {
	float: right;
	margin-left: 15px;
	text-align: center;
	font-size: 85%;
}

.small {
	font-size: 18px;
}

.calendar td,th{
	font-size: 15px;
}

.calendar td {
	padding: 5px; 
	magin: 1px;
	background: #414141;
border: 1px solid #000;}

.tableheader td{
	background: #fff200 !important;
	color: #000 !important;
	font-size: 18px;
	font-weight: bold;
}

.tableheader a{
	
	color: #000;
	
}


#Icons {
	
	background: url(../images/bkgd-nav.png);
	border: 1px solid #fff200;
	width: 60px;
	padding: 2px;
	position:fixed;
	top: 0px;
	margin: 5px 5px 0 1010px;
	text-align: center;
}

#Icons img{
	padding: 2px 0;
	border: none;
}

.iconpadding {
	padding: 3px 0;
}

.ImageRight {
	float: right;
	margin-left: 15px;
}

.ImageLeft {
	float: left;
	margin-right: 15px;
}