/* BASIC HTML DEFINITIONS */

body      {background-color: #5C7C63; background-image: url('images/background.gif'); background-repeat: repeat-x;
           color: #000000; 
           font-family: Verdana, Arial, sans-serif; 
           font-size: 75%; 
           margin-left:0; margin-right:0; margin-top:0; margin-bottom:10px
           }
table, td {padding: 0px; margin: 0; border-collapse: collapse; font-size: 100%;}
li        {list-style-image: url('images/bullet.gif'); font-size: 100%}
form      {margin: 5px 0 0 0; padding: 0; font-size: 90%;}
hr        {background-color: #5C7C63; color: #5C7C63; height: 1px; width: 100%;}

.spe {font-family: Courier, Times New Roman, serif;}

/* HEADING DEFINITIONS */

h1 {color: #D79784; text-align: left; font-size: 24px; font-weight: bold; margin: 10px 0 30px 0; font-family: Georgia, Georgia, serif;}
h2 {color: #D79784; text-align: left; font-size: 20px; font-weight: normal; margin: 0;}
h3 {color: #799B7F; text-align: left; font-size: 18px; font-weight: normal; margin: 0;}
h4 {color: #799B7F; font-size: 16px; font-weight: bold;}
h5 {color: #D79784; font-size: 120%; font-weight: bold;}
h6 {color: #000000; font-size: 120%; font-weight: bold;}

/* BASIC LINK COLORS */

A:LINK    {padding:0; color: #5C7C63; text-decoration: none; font-weight: bold}
A:VISITED {color: #5C7C63; text-decoration: none; font-weight: bold}
A:HOVER   {color: #D56B4F; text-decoration: underline; font-weight: bold}
A:ACTIVE  {color: #5C7C63; text-decoration: none; font-weight: bold}

span.dropcap {font-family: Times, Times, serif; float: left; color: #799B7F; font-size: 75px; line-height: 60px; padding: 0 4px 0 0;}
span.heading2 {color: #799B7F;}
span.heading3 {color: #D79784;}

/* TABLE AND CELL CLASSES */

.wrapper {
width: 750px;
background-image: url('images/textbkg.jpg');
}

.header {
background-color: #000000;
background-image: url('images/header.jpg');
color: #799B7F;
font-family: Georgia, Georgia, serif;
font-size: 34px;
width: 750px; 
height: 100px; 
text-align: left;
padding-left: 10px
}

.maintext {
background-image: url('images/texttop.jpg');
background-repeat: no-repeat
}

.sidebar {
width: 220px; /* DO NOT EDIT */
font-size: 90%;
text-align: left;
line-height: 18px;
vertical-align: top;
padding: 80px 10px 0 10px;
}

.content {
width: 530px; /* DO NOT EDIT */
vertical-align: top;
text-align: justify;
line-height: 20px;
padding: 20px 15px 0 15px;
}

/* FOOTER AREA */

.footer {
background-image: url('images/footer.jpg');
height: 90px;
color: #000000; 
width: 750px; 
text-align: left;
font-size: 90%;
padding-left: 20px;
padding-bottom: 10px}

/* ASSIGN CLASSES TO IMAGES TO PLACE THE BORDER AND ALIGNMENT */

.imageleft   {margin: 0px 10px 2px 0px; float: left; border: 3px double #000000;}
.imageright  {margin: 0px 0px 2px 10px; float: right; border: 3px double #000000;}

/* EVENTS DEFINITION LIST ON THE WHAT'S NEW PAGE*/

.event dl {margin: 10px 0; padding: 0 0 10px 0;}
.event dt {color: #D79784; font-family: georgia, times, serif; font-weight: bold; font-size: 120%; padding: 5px 0;}
.event dd {color: #000000;}

/* PHOTO PAGE CELL DEFINITIONS */

.photoarea {width: 50%; vertical-align: top; padding: 10px; text-align: justify;}

/* FEEDBACK FORM DEFINITIONS */

.feedback {width: 450px; background-color: #FFFFFF; color: #000000; border: 3px double #000000; padding: 10px;}
.formbutton1 {background-color: #5C7C63; color: #FFFFFF; border: 1px solid #000000;}
.forminput {background-color: #FFFFFF; color: #000000; border: 1px solid #C0C0C0; padding: 2px; font-family: Verdana, Arial, sans-serif;}