/* CSS Document */

body {
	margin: 0;
	border: 0;
	background-image: url(../images/nbackdrop.jpg);
	background-repeat: no-repeat;
	background-color: #F7F7F5;
	}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	}

.style3 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
.style16 {font-size: 18px}
.style18 {font-size: 18px; color: #000000;}
.style19 {color: #000000}
.style24 {
	font-size: 12px;
	font-weight: bold;
	}
.style38 {
	font-size: 24px;
	font-weight: bold;
	}
.style49 {font-size: 40px}
.style50 {	color: #FF0000;
	font-style: italic;
	font-weight: bold;
	}
.style51 {	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #CC0000;
	}
.style55 {font-family: Georgia, "Times New Roman", Times, serif; font-size: 36px;}
.style61 {font-size: 28px}
.style62 {color: #FF00CC}
.style63 {color: #666666}
.style64 {font-size: 13px}
.style66 {color: #990000; font-weight: bold; font-size: 30px; }
.style69 {color: #990000; font-weight: bold; }
.style83 {font-family: Arial, Helvetica, sans-serif; font-size: 18px;}
.style84 {font-family: Arial, Helvetica, sans-serif; font-size: 19px; color: #0000FF; }
.style100 {color: #000000; font-size: 19px; }
.style101 {font-size: 14px}
.style102 {color: #000000; font-size: 14px; margin: 3px; text-align: center;}


#BodyContainerDiv {
	margin: 370px 0 0 0;
	border: 0;
	width: 1024px;
	padding-top: 0px;
	}
#BodyContainerDiv a {
	 color: #0000CC;
	 text-decoration: none;
	 }
#BodyContainerDiv a:visited {
	color: #800080;
	}
#BodyContainerDiv a:hover {
	color: #990000;
	}
#BCDH1 {
	margin: 0;
	font-style: italic;
	text-align: center;
	color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	}
#BCDTagLine {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	margin: 3px;
	text-align: center;
	}
/*	The BodyBG Divs are used to create the background that is shown behind both the ContentDiv and the LeftDataDiv.
	In this instance it is just the vertical separator between the 2 Divs
	Also they are being assigned a number to represent different page distributions, such as the sponsors on the left from the index page, or the navigation on the left in the Athlete Recruit Package. */
#BodyBG1Div {
	background-image: url(Vr-270.gif);
	background-repeat: repeat-y;
	margin-top: 10px;
	}
#BodyBG2Div {
	background-image: url(Vr-340.gif);
	background-repeat: repeat-y;
	margin-top: 10px;
	padding-right: 100px;
	}

#ContentDiv {
	float: right;
	}
#ContentDiv p {
	margin-top: 0;
	}
#ContentDiv h2 {
	margin: 2px;
	color: #990000;
	text-align: center;
	}
#ContentDiv h3 {
	margin: 2px;
	color: #990000;
	text-align: center;
	}
#ContentDiv b {
	color: #990000;
	}
#ContentDiv strong {
	color: #990000;
	}
#BodyBG1Div #ContentDiv {
	width: 600px;
	}
#BodyBG2Div #ContentDiv {
	width: 550px;
	}

#LeftDataDiv {
	float: left;
	margin-left: 20px;
	}
#BodyBG1Div #LeftDataDiv {
	width:225px;
	}
#BodyBG2Div #LeftDataDiv {
	width:300px;
	}
/*	The BodyBGHDiv is used for Cross Browser Compatibility
	Some browsers incorrectly render height when floated Divs are involved
	By placing a "clear: both" element at the bottom of the container div, it forces the containing div to properly expand to contain floated elements */
#BodyBGHDiv {
	clear: both;
	width: 60px;
	height: 20px;
	}
#BodyBG1Div #BodyBGHDiv {
	margin-left: 260px;
	}
#BodyBG2Div #BodyBGHDiv {
	margin-left: 360px;
	}

#FooterDiv {
	width: 100%;
	height:20px;
	text-align: center;
	}

	/* The following styles apply to the header element of the page */
#HeaderContainerDiv {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1024px;
	}
#LogoDiv {
	position:absolute;
	left:60px;
	top:10px;
	width:298px;
	}
#ContactDiv {
	position:absolute;
	left:600px;
	top:20px;
	width:366px;
	height:20px;
	text-align: right
	}
#PrimaryNavDiv {
	text-align: center;
	position: absolute;
	top: 120px;
	left: 0;
	width:1024px;
	padding-bottom: 2px;
	}
#BannerDiv {
	position: absolute;
	top: 140px;
	width:1024px;
	height:220px;
	}
