@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 30px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #3F6FB5;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #72030C;
}

.centeredText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
	text-align: center;
	vertical-align: top;
	line-height: 16px;
	margin: 0px;
	font-weight: bold;
}
	
.defaultText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	line-height: 14px;
	margin: 0px;

}
.defaultText a:link {
	color: #77020D;
	text-decoration: underline;
}
.defaultText a:visited {
	color: #77020D;
	text-decoration: none;
}
.defaultText a:hover {
	color: #FFEC09;
	text-decoration: underline;
}
.defaultText a:active {
	color: #FFEC09;
	text-decoration: underline;
}

.twoColFixLt #container {
	width: 850px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(/images/Race_to_the_Finish_with_bells_on.png);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 645px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}
.twoColFixLt  #topNav {
	float: left; /* since this element is floated, a width must be given */
	width: 850px;
	height: 30px;
	margin-top: 10px;
	padding-top: 98px;
}
.twoColFixLt #mainContent {
	/*margin-top: 150px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	height: 290px;
	width: 770px;
	background-image: url(/images/out_blue.png);
	background-repeat: repeat;
	margin-right: 20px;
	z-index: 1;
	position: relative;*/
	
	width: 750px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 425px;
	background-image: url(/images/textBackground_blue.png);
	margin-top: 175px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: repeat;
	z-index: 500;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
} 
.twoColFixLt   #JDRF {
	width: 810px;
	height: 60px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: repeat;
	z-index: 500;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.scrollText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	line-height: 14px;
	margin: 0px;
	overflow: auto;
	height: 410px;
}
.scrollText a:link {
	color: #77020D;
	text-decoration: underline;
}
.scrollText a:visited {
	color: #77020D;
	text-decoration: none;
}
.scrollText a:hover {
	color: #FFEC09;
	text-decoration: underline;
}
.scrollText a:active {
	color: #FFEC09;
	text-decoration: underline;
}
