@charset "utf-8";
/* CSS Document */

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
background: #FDC7D5;
font-size: 12px;
}


#wrapper {
border: 3px solid #EB4C94;
padding: 2px;
width: 817px;
margin-left: auto;
margin-right: auto;
background: #FFFFFF;
}


#header {
width: 814px;
height: 249px;
background-image:url(images/header.jpg);
background-repeat: no-repeat;
padding-left: 3px;
padding-right: 3px;
padding-top: 3px;
position: relative;
}

#header ul {
list-style: none;
padding: 0;
margin: 148px 5px 0 0;
float: right;
height: 95px;
text-align: center;
}

#header li {
float: left;
height: 95px;
}

#header ul a {
display: block;
text-decoration: none;
color: #7D2457;
font-weight: bold;
padding: 75px 25px 0 6px; /* Padding to push rollover image higher*/  /*20px inbetween each menu item */
}

#header ul a:hover {
background:url(images/rollover.jpg) center no-repeat;
}


#content #left_side {
position: absolute;
width: 190px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-top: 0px;
top: 0px;
left: -215px;
}

#content #left_side hp {
color: #EB4C94;
font-size: 11px;
font-weight: bold;
}

#content #left_side p {
color: #3E2310;
font-size: 10px;
text-align: left;
}

#content #left_side h2 {
color: #EB4C94;
font-size: 12px;
font-weight: bold;
text-align: justify;
}

#content #left_side h3 {
color: #EB4C94;
font-size: 12px;
font-weight: bold;
text-align: center;
}



#content {
margin-left: 218px;
position: relative;
}

#content p {
color: #3E2310;
padding-right: 15px;
}

#content h1 {
color: #7D2457;
font-size: 16px;
font-weight: bold;
border-bottom: 2px solid #F076AD;
}

#content h2 {
color: #7D2457;
font-size: 14px;
font-weight: bold;
margin-top: 20px;
}


#content h5 {
color: #7D2457;
font-size: 16px;
font-weight: bold;
text-align: justify;
border-bottom: 1px solid #EB4C94;
}

#content h3 {
color: #EB4C94;
font-size: 13px;
font-weight: bold;
text-align: center;
}

#content h4 {
color: #3E2310;
font-size: 10px;
font-weight: normal;
}

#content .centerimage { 
text-align: center;
}

#content table {
border-spacing: 0px 0px;
width: 90%;
}

#content table td {
font-size: 12px;
color: #3E2310;
margin-bottom: 3px;
padding: 2px;
}

#content a {
text-decoration: none;
color: #EB4C94;
font-weight: bold;
}

#content a:hover {
text-decoration: underline;
color: #EB4C94;
}

#content img {
border: 2px solid #EB4C94;
}

#content .noborder img { 
border: none;
}

#content a img {
border: 0;
}

#content li {
list-style: disc;
color: #3E2310;
padding-right: 20px;
}


/* SPONSORSHIP PAGE */

#content.sponsorship { 
text-align: justify;
}

#content.sponsorship h1 {
color: #7D2457;
font-size: 16px;
font-weight: bold;
border-bottom: 2px solid #F076AD;
text-align: left;
}

#content.sponsorship p {
padding-right: 20px;
}


#footer {
font-size: 13px;
color: #FFFFFF;
text-align: center;
margin-top: 25px;
margin-bottom: 0px;
background: #3E2310;
padding-bottom: 3px;
}

#footer p {
margin:0; /* IE Fix: Removes the default padding on <p> */
padding:0;
}
