body 
{
	background-color: #FFFFFF;
	margin: 20px;
	font-family : "Arial", "Helvetica", Serif;
	font-size : 12px;
	color: #000000;
}

.content
{
  font-size : 12px;
  font-family : "Arial", "Helvetica", Serif; 
  color : #000000;
  text-align: left;
}
A.content:visited {color : #000000; font-size : 12px; text-decoration: none;}
A.content:link {color : #000000; font-size : 12px; text-decoration: none;}
A.content:active {color : #000000; font-size : 12px; text-decoration: none;}
A.content:hover {color : #CC3300; font-size : 12px; text-decoration: none;}

.editContent
{
  border-style: solid; 
  border-color: black;
  color: #003466;
  font-size : 12px;
  font-family : "Arial", "Helvetica", Serif; 
  background-color : #CFDAEC;
  cursor: hand; 
  border-width: 1px;
  text-align: left;
}

#ContentBody
{
	background-image: url(http://www.athletescan.com/images/contentbg7102col.gif);
	background-repeat: repeat-y;
}

#ContentBodyTwoCol
{
	background-image: url(http://www.athletescan.com/images/contentbg7102col.gif);
	background-repeat: repeat-y;
}

#nav
{
	width: 980px;
	height: 37px;
	border-top: 1px solid #FF0606;
	border-bottom: 1px solid #FF0606;
	position: relative;
}


/* countdown */
/* jQuery Countdown styles 1.5.0. */
.hasCountdown {

}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown_show1 .countdown_section {
	width: 100%;
}
.countdown_show2 .countdown_section {
	width: 49%;
}
.countdown_show3 .countdown_section {
	width: 33%;
}
.countdown_show4 .countdown_section {
	width: 24.5%;
}
.countdown_show5 .countdown_section {
	width: 19.5%;
}
.countdown_show6 .countdown_section {
	width: 16.5%;
}
.countdown_show7 .countdown_section {
	width: 14%;
}
.countdown_section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
}
.countdown_amount {
	font-size: 200%;
}
.countdown_descr {
	display: block;
	width: 100%;
}