#index { }
body {
     text-align:center;
     background-color: #32bec7;
     background-repeat: repeat;
     background-image: url(../images/bg_main.jpg);
     padding: 0;
     margin:0; }
#wrapper {
     width: 842px;
     text-align: left;
     background-color: #ffffff;
     background-repeat: repeat-y;
     background-image: url(../images/main_bg.jpg);
     margin: 0 auto;
     padding-bottom: 0;
     margin-bottom: 0; }
/**********************************
Header
**********************************/
#header {
     height: 311px;
     width: 842px;
     background-image: url(../images/header_bg.jpg);
     background-repeat: no-repeat; }
.header_info {
     padding: 150px 310px 0 200px; }
#header h1 {
     color: #ffffff;
     font-size: 20px;
     font-weight: normal; }
#header h2 {
     font-style: normal;
     margin-top: 0; }
#header h2 a:link, #header h2 a:visited {
     font-size: 18px;
     text-decoration: none;
     color: #1a6e81;
     margin-top: 0px; }
#header h2 a:hover {
     text-decoration: underline;
     color: #ffffff; }
/**********************************
Content Styles
**********************************/
.content {
     padding: 0 60px 20px 60px; }
.contact {
     text-align: center;
     float: left;
     padding: 7px;
     margin-right: 25px;
     width: 245px;
     background-color: #ffffff; }
.events{
float: left;
width: 420px;
padding: 7px;
     background-color: #d7e9ee;
     margin-bottom: 15px; }
/**********************************
Text Styles
**********************************/
h1 {
     margin:10px 0 5px 0;
     font-family: Times, "Times New Roman", serif;
     font-size: 30px;
     color: #004757; }
h2 {
     margin:10px 0 5px 0;
     font-family: Times, "Times New Roman", serif;
     color: #b72832;
     font-size: 18px;
     font-weight: normal;
     font-style: italic; }
h2.blue{
        color: #004757;
     font-weight: bold; }
p {
     font-family: Times, "Times New Roman", serif;
     font-size: 14px;
     margin:10px 0 5px 0; }
ul {
     font-family: Times, "Times New Roman", serif;
     margin-top: 10px;  }
li {
     font-size: 14px;
     padding: 3px;
     margin-bottom: 2px;
     background-color: #d5e9ee; }
a {
     font-family: Times, "Times New Roman", serif;
     font-size: 14px; }
a:link { }
a:link, a:visited {
     color: #bb2530;
     font-size: 12px; }
a:hover {
     color: #20757f; }
/**********************************
Footer
**********************************/
.footer {
     clear: both;
     height: 81px;
     margin: 0;
     padding: 0;
     color: #000000;
     font-family: Times, "Times New Roman", serif;
     font-size: 12px;
     background-image: url(../images/footer_bg.jpg);
     background-repeat: no-repeat;
     background-position: top center; }
.footer ul {
     list-style:none;
     text-align: center;
     padding: 5px 0 15px 0;
     margin-bottom: 20px; }
.footer li {
     display:inline;
     margin: 0 10px 0 10px;
     background-color: #ffffff; }
.footer a:link, .footer a:visited {
     color: #000000;
     text-decoration:none;
     font-size: 12px; }
.footer a:hover {
     color: #b72832; }
.underline{
     border-bottom: 1px #76a4ad solid;
     margin-bottom: 15px; }