@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #04629F;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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;
}
.oneColFixCtrHdr #container {
	position: relative;
	width: 766px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #04629F;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0 px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	position: ;
	background: #04629F; 
	padding: 0px;
	background-image: url(images/09Header_02.jpg);
	height: 129px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header_inner {
	position: ;
	background: #04629F; 
	padding: 0px;
	background-image: url(images/innerhdr09_02.jpg);
	height: 129px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header_pic {
    background: #04629F;
	background-image: url(images/09Header_04.jpg);
	height: 346px;
	width: 766px;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #image_inner {
    background: #04629F;
	background-image: url(images/innerhdr09_04.jpg);
	height: 167px;
	width: 766px;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #menu {
    background: #04629F;
	height: 62px;
	width: 768px;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000;
	height: 168px;
	width: 768px;
}
.oneColFixCtrHdr #routeContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #04629F;
	background-image: url(images/contentbkg.jpg);
	height: 1100px;
	width: 768px;
}
.oneColFixCtrHdr #corpContentdetails {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #04629F;
	background-image: url(images/contentbkg.jpg);
	height: 1100px;
	width: 768px;
}
.oneColFixCtrHdr #corpSponsorLogos {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #04629F;
	background-image: url(images/contentbkg.jpg);
	height: 1250px;
	width: 768px;
}
.oneColFixCtrHdr #volContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #04629F;
	background-image: url(images/contentbkg.jpg);
	height: 480px;
	width: 768px;
}
.oneColFixCtrHdr #contactContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #04629F;
	background-image: url(images/contentbkg.jpg);
	height: 300px;
	width: 768px;
}
.oneColFixCtrHdr #donateContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #04629F;
	background-image: url(images/contentbkg.jpg);
	height: 350px;
	width: 768px;
}
.oneColFixCtrHdr #regContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #04629F;
	background-image: url(images/contentbkg.jpg);
	height: 980px;
	width: 768px;
}
.oneColFixCtrHdr #corpContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #04629F;
	background-image: url(images/contentbkg.jpg);
	height: 1020px;
	width: 768px;
}
.oneColFixCtrHdr #footer {
	padding: 0px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#04629F;
	background-image: url(images/svhrweb1Footer.jpg);
	height: 85px;
	width: 768px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
/* top_menu controls the layout of the div containing the home, site map and contact links.  Style change are to be made here and affect every page */	
.oneColFixCtrHdr #top_menu {
	position: absolute;
	left: 446px;
	top: 100px;
	width: 147px;
}	
.oneColFixCtrHdr #top_menu a:link {
   color: #FFFFFF;
   font: Arial;
   font-size: 11px;
   font-weight: bold;
   text-decoration: none;
   letter-spacing: -1px;
}
 .oneColFixCtrHdr #top_menu a:visited {
   color: #FFFFFF;
   font: Arial;
   font-size: 11px;
   font-weight: bold;
   text-decoration: none;
   letter-spacing: -1px;
}  
 .oneColFixCtrHdr #top_menu a:hover {
   color: #FFFFFF;
   font: Arial;
   font-size: 11px;
   text-decoration: underline;
   font-weight: bold;
   letter-spacing: -1px;
} 
.oneColFixCtrHdr #event_sum {
	position: absolute;
	left: 411px;
	top: 295px;
	width: 250px;
	height: 152px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 5px 5px;
}
.oneColFixCtrHdr #event_sum1 {
	position: absolute;
	left: 474px;
	top: 180px;
	width: 200px;
	height: 104px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 5px 5px;
}	
.oneColFixCtrHdr #content_home {
	position: absolute;
	left: 94px;
	top: 544px;
	width: 338px;
	height: 148px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 5px 5px;
}

.oneColFixCtrHdr #content_home a:link {
   color: #FFFFFF;
   font: Arial;
   font-size: 11px;
   font-weight: bold;
   text-decoration: none;
   letter-spacing: -1px;
}
 .oneColFixCtrHdr #content_home a:visited {
   color: #FFFFFF;
   font: Arial;
   font-size: 11px;
   font-weight: bold;
   text-decoration: none;
   letter-spacing: -1px;
}  
 .oneColFixCtrHdr #content_home a:hover {
   color: #FFFFFF;
   font: Arial;
   font-size: 11px;
   text-decoration: underline;
   font-weight: bold;
   letter-spacing: -1px;
}

.oneColFixCtrHdr #content_corpsponsorLogos {
	position: absolute;
	left: 95px;
	top: 359px;
	width: 569px;
	height: 380px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 5px 5px;
}
.oneColFixCtrHdr #content_corpsponsorLogos h1{
    font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.oneColFixCtrHdr #content_corpsponsorLogos a:link {
   color: #FFFFFF;
   font: Arial;
   font-size: 11px;
   font-weight: normal;
   text-decoration: none;
   
}
 .oneColFixCtrHdr #content_corpsponsorLogos a:visited {
   color: #FFFFFF;
   font: Arial;
   font-size: 11px;
   font-weight: normal;
   text-decoration: none;
   
}  
 .oneColFixCtrHdr #content_corpsponsorLogos a:hover {
   color: #FFFFFF;
   font: Arial;
   font-size: 11px;
   text-decoration: underline;
   font-weight: normal;
  
}
.oneColFixCtrHdr #content_routedet {
	position: absolute;
	left: 94px;
	top: 363px;
	width: 569px;
	height: 380px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 5px 5px;
}
.oneColFixCtrHdr #content_routedet h1{
    font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.oneColFixCtrHdr #content_routedet a:link {
   color: #FFFFFF;
   font: Arial;
   font-size: 11px;
   font-weight: normal;
   text-decoration: none;
   
}
 .oneColFixCtrHdr #content_routedet a:visited {
   color: #FFFFFF;
   font: Arial;
   font-size: 11px;
   font-weight: normal;
   text-decoration: none;
   
}  
 .oneColFixCtrHdr #content_routedet a:hover {
   color: #FFFFFF;
   font: Arial;
   font-size: 11px;
   text-decoration: underline;
   font-weight: normal;
  
}
.oneColFixCtrHdr #content_corpsponsordet {
	position: absolute;
	left: 94px;
	top: 363px;
	width: 569px;
	height: 380px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 5px 5px;
}
.oneColFixCtrHdr #content_corpsponsordet h1{
    font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.oneColFixCtrHdr #content_corpsponsordet a:link {
   color: #FFFFFF;
   font: Arial;
   font-size: 11px;
   font-weight: normal;
   text-decoration: none;
   
}
 .oneColFixCtrHdr #content_corpsponsordet a:visited {
   color: #FFFFFF;
   font: Arial;
   font-size: 11px;
   font-weight: normal;
   text-decoration: none;
   
}  
 .oneColFixCtrHdr #content_corpsponsordet a:hover {
   color: #FFFFFF;
   font: Arial;
   font-size: 11px;
   text-decoration: underline;
   font-weight: normal;
  
}
.oneColFixCtrHdr #content_corpsponsordet1 {
	position: absolute;
	left: 94px;
	top: 363px;
	width: 569px;
	height: 380px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 5px 5px;
}
.oneColFixCtrHdr #content_corpsponsordet1 h1{
    font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.oneColFixCtrHdr #content_corpsponsordet1 a:link {
   color: #FFFFFF;
   font: Arial;
   font-size: 11px;
   font-weight: normal;
   text-decoration: none;
   
}
 .oneColFixCtrHdr #content_corpsponsordet1 a:visited {
   color: #FFFFFF;
   font: Arial;
   font-size: 11px;
   font-weight: normal;
   text-decoration: none;
   
}  
 .oneColFixCtrHdr #content_corpsponsordet1 a:hover {
   color: #FFFFFF;
   font: Arial;
   font-size: 11px;
   text-decoration: underline;
   font-weight: normal;
  
}
.oneColFixCtrHdr #content_corpsponsor{
	position: absolute;
	left: 94px;
	top: 544px;
	width: 569px;
	height: 418px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 5px 5px;
}
.oneColFixCtrHdr #content_corpsponsor h1{
    font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.oneColFixCtrHdr #content_home h1{
    color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.oneColFixCtrHdr #content_route h1{
    color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.oneColFixCtrHdr #content_home_image {
	background-image:url(images/frontimage09.jpg);
	position: absolute;
	left: 451px;
	top: 543px;
	width: 224px;
	height: 156px;
}
.oneColFixCtrHdr #content_contact {
	position: absolute;
	left: 95px;
	top: 364px;
	width: 569px;
	height: 165px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 5px 5px;
}
.oneColFixCtrHdr #content_contact h1{
    font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.oneColFixCtrHdr #content_contact a:link {
   color: #FFFFFF;
   font: Arial;
   font-size: 11px;
   font-weight: normal;
   text-decoration: none;
   
}
 .oneColFixCtrHdr #content_contact a:visited {
   color: #FFFFFF;
   font: Arial;
   font-size: 11px;
   font-weight: normal;
   text-decoration: none;
   
}  
 .oneColFixCtrHdr #content_contact a:hover {
   color: #FFFFFF;
   font: Arial;
   font-size: 11px;
   text-decoration: underline;
   font-weight: normal;
  
}
.oneColFixCtrHdr #content_donate {
	position: absolute;
	left: 96px;
	top: 363px;
	width: 569px;
	height: 245px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 5px 5px;
}
.oneColFixCtrHdr #content_donate h1{
    font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.oneColFixCtrHdr #content_donate a:link {
   color: #FFFFFF;
   font: Arial;
   font-size: 11px;
   font-weight: normal;
   text-decoration: none;
   
}
 .oneColFixCtrHdr #content_donate a:visited {
   color: #FFFFFF;
   font: Arial;
   font-size: 11px;
   font-weight: normal;
   text-decoration: none;
   
}  
 .oneColFixCtrHdr #content_donate a:hover {
   color: #FFFFFF;
   font: Arial;
   font-size: 11px;
   text-decoration: underline;
   font-weight: normal;
  
}
.oneColFixCtrHdr #content_footer {
	position: absolute;
	left: 157px;
	top: 716px;
	width: 441px;
	height: 43px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 5px 5px;
}
.oneColFixCtrHdr #content_footer a:link {
	color:#FFFFFF;
	font-weight: normal;
	text-decoration: none;
	font: Arial;
}
.oneColFixCtrHdr #content_footer a:visited {
	color:#FFFFFF;
	font-weight: normal;
	text-decoration: none;
	font: Arial;
}
.oneColFixCtrHdr #content_footer a:hover {
	color:#FFFFFF;
	font-weight: normal;
	text-decoration: underline;
	font: Arial;
}	
.oneColFixCtrHdr #contentRoute_footer {
	position: absolute;
	left: 157px;
	top: 716px;
	width: 441px;
	height: 43px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 5px 5px;
}
.oneColFixCtrHdr #contentED_footer {
	position: absolute;
	left: 157px;
	top: 1199px;
	width: 441px;
	height: 43px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 5px 5px;
}
.oneColFixCtrHdr #contentSD_footer {
	position: absolute;
	left: 153px;
	top: 1389px;
	width: 441px;
	height: 43px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 5px 5px;
}
.oneColFixCtrHdr #contentContact_footer {
	position: absolute;
	left: 159px;
	top: 669px;
	width: 441px;
	height: 43px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 5px 5px;
}
.oneColFixCtrHdr #contentContact_footer a:link {
	color:#FFFFFF;
	font-weight: normal;
	text-decoration: none;
	font: Arial;
}
.oneColFixCtrHdr #contentContact_footer a:visited {
	color:#FFFFFF;
	font-weight: normal;
	text-decoration: none;
	font: Arial;
}
.oneColFixCtrHdr #contentContact_footer a:hover {
	color:#FFFFFF;
	font-weight: normal;
	text-decoration: underline;
	font: Arial;
}
.oneColFixCtrHdr #contentDonate_footer {
	position: absolute;
	left: 156px;
	top: 718px;
	width: 441px;
	height: 43px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 5px 5px;
}
.oneColFixCtrHdr #contentReg_footer {
	position: absolute;
	left: 158px;
	top: 1348px;
	width: 441px;
	height: 43px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 5px 5px;
}
.oneColFixCtrHdr #contentRoute_footer {
	position: absolute;
	left: 155px;
	top: 1471px;
	width: 441px;
	height: 43px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 5px 5px;
}
.oneColFixCtrHdr #contentCS_footer {
	position: absolute;
	left: 153px;
	top: 1619px;
	width: 441px;
	height: 43px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 5px 5px;
}
.oneColFixCtrHdr #contentVol_footer {
	position: absolute;
	left: 157px;
	top: 849px;
	width: 441px;
	height: 43px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 5px 5px;
}

.oneColFixCtrHdr #content_register {
	position: absolute;
	left: 94px;
	top: 363px;
	width: 569px;
	height: 165px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 5px 5px;
}
.oneColFixCtrHdr #content_register h1{
    font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.oneColFixCtrHdr #content_register a:link {
   color: #FFFFFF;
   font: Arial;
   font-size: 11px;
   font-weight: normal;
   text-decoration: none;
   
}
 .oneColFixCtrHdr #content_register a:visited {
   color: #FFFFFF;
   font: Arial;
   font-size: 11px;
   font-weight: normal;
   text-decoration: none;
   
}  
 .oneColFixCtrHdr #content_register a:hover {
   color: #FFFFFF;
   font: Arial;
   font-size: 11px;
   text-decoration: underline;
   font-weight: normal;
  
}
.oneColFixCtrHdr #content_footer {
	position: absolute;
	left: 157px;
	top: 716px;
	width: 441px;
	height: 43px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 5px 5px;
}
.oneColFixCtrHdr #contentED_footer {
	position: absolute;
	left: 158px;
	top: 1469px;
	width: 441px;
	height: 43px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 5px 5px;
}
.oneColFixCtrHdr #contentsponsor_footer {
	position: absolute;
	left: 159px;
	top: 1648px;
	width: 441px;
	height: 43px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 5px 5px;
}
