* {
   margin: 0; 
   padding: 0;
}

body {
   font-family: verdana, helvetica, sans-serif;
   font-size: 75%;
   background: #FFFFFF;
}

h1 {
   color: #B11121;
   font-size: 1.6em;
   font-weight: bold;
   font-family: georgia, serif;
   line-height: 1.4;
}

h3 {
   font-size: 1.0em;
   font-weight: bold;
   margin-top: 10px;
   margin-bottom: 10px;
}

img {
   border: 0;
}

a {

}

#container {
   margin-left: auto;
   margin-right: auto;
   width: 1000px;
   background: #DCDCDC url(../images/background.jpg) top left repeat-x;
}

#main-container {
   margin-left: auto;
   margin-right: auto;
   width: 784px;
}

#nav {
   margin-top:9px;
   margin-left:14px;
   margin-right:14px;
   font-size:1.6em;
   font-family: arial, sans-serif;
}

#nav.home {
   padding-bottom: 7px;
   border-bottom: 1px solid #B0111F;
}

#nav a {
   color:#016003;
   display: block;
   float: left;
   padding-left: 10px;
   padding-right: 10px;
   text-decoration: none;
   background: url(../images/seperator.jpg) top right no-repeat;
}

#nav a:hover, #nav a:focus {
   color: #AF111F;
}

#nav a.selected {
   color: #AF111F;
}

#nav a.last {
   background: none;
}

#nav a.first {
   padding-left: 0px;
}

#mission {
   margin-top:30px;
   margin-bottom:36px;
   text-align: center;
}

.sponsors img {
   margin-bottom: 10px;
}

.sponsors h2 {
   margin-bottom: 30px;
}

a.sponsor_link {
   color: #0000FF;
   display: block;
   font-size: 1.1em;  
}

.box_top {
   margin-top: 15px;
}

#content {
   font-size: 0.9em;
   line-height: 1.5;
   color: #333333;
   padding-left: 23px;
   padding-right: 23px;
   padding-bottom: 40px;
   background: #FFFFFF;
   margin-top: 0px;
}

#content_home {
   font-size: 0.9em;
   line-height: 1.5;
   color: #333333;
   margin-left: 14px;
   margin-right: 14px;
}

#content_home .home_section h2 {
   border-bottom: 1px solid #AF101F;
   margin-bottom: 10px;
   padding-bottom: 5px;
   margin-top: 0px;
}

h2 {
   color: #666666;
   font-size: 1.5em;
   border-bottom: 1px solid #B0111F;
   padding-bottom: 10px;
   margin-bottom: 10px;
   line-height: 1.0;
}

p, table {
   margin-bottom:15px;
}

td {
   border-left: 1px solid #666666;
   border-top: 1px solid #666666;
   padding: 5px;
}

table {
   border-bottom: 1px solid #666666;
   border-right: 1px solid #666666;
   font-weight: bold;
}

ul {
   margin-left: 15px;
}

.home_section {
   width: 214px;
   height: 415px;
   padding: 15px;
   padding-bottom: 0px;
   margin-right: 24px;
   background: #FFFFFF url(../images/home_box.jpg) top left no-repeat;
   float: left;
}

.home_section ul {
   margin-top: 5px;
}

.home_section img {
   border:1px solid #666666;
   float:left;
   margin-right:10px;
}

.contact_section {
   margin-bottom:40px;
}

.contact_section_label {
   font-weight: bold;
   color: #666666;
}

.funday_sponsor {
   float: left;
   width: 120px;
   margin-right: 34px;
   height: 180px;
}

.funday_sponsor img {
   margin-bottom: 0px;
}

.funday_sponsor a {
   color:#016003;
}

#copyright {
   margin-top:10px;
   padding-top:10px;
   padding-bottom:10px;
   text-align: center;
   color: #666666;
}

#copyright a {
   text-decoration: none;
   color: #666666;
}

#copyright a:hover, #copyright a:focus {
   text-decoration: underline;
}

.clear {
   clear: both;
}


