HTML {
height: 100%;
margin-bottom: 0px;
}

body { 
background-color: #FFFFD5;
font-family: Verdana, Arial, sans-serif;
margin: 5px 0px 0px 0px;
color: #720200;
font-size : 100%;
text-align: center;
}

A:LINK, A:VISITED, A:ACTIVE{
color : #720200;
text-decoration: underline;
font-weight: normal;
}

A:HOVER {
color : #2E61B3;
text-decoration : none;
font-weight: normal;
}

h1 {
color: #720200; 
font-weight: bold; 
font-style: normal; 
text-decoration: none; 
font-size: 100%;
}

h2 {
color: #720200; 
font-weight: bold; 
font-style: normal; 
text-decoration: none; 
font-size: 100%;
}

h3 {
color: #720200; 
font-weight: bold; 
font-style: normal; 
text-decoration: none; 
font-size: 100%;
}

h4 {
color: #720200; 
font-weight: bold; 
font-style: normal; 
text-decoration: none; 
font-size: 100%;
}

H5, H6 {
font-size : 100%;
color : #720200;
font-weight: bold;
}

ul {
list-style-type: disc;
}

HR {
color : #720200; 
height : 1px;	 
width : 75%;
}

.wrapper {
width: 755px;
margin: auto;
}

/*header*/

#flashcontent {
background-image: url("slideshow/image1.jpg");
height: 312px;
background-repeat: no repeat;
}

.header {
text-align: center;
background-color: #FFFFD5;
}


/*main content cells*/

.pagetitle {
background-color: #FFFFD5;
height: 50px;
text-align: center;
font-weight: bold;
font-size: 100%;
}

.content {
font-size: 70%;
text-align: left;
padding: 10px;
}

.contentback1 {
background-color: #FFFFD5;
border-left: 0px solid #FFFFFF;
border-bottom: 0px solid #FFFFFF;
}

.contentheader1 {
background-color: #FFFFD5;
height: 30px;
font-weight: bold;
text-align: center;
}

.contentback2 {
background-color: #FFFFD5;
border-left: 0px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
}

.contentheader2 {
background-color: #FFFFD5;
height: 30px;
color: #720200;
font-weight: bold;
text-align: center;
}

.contentback3 {
background-color: #FFFFD5;
border-left: 0px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
}

.contentheader3 {
background-color: #FFFFD5;
height: 30px;
color: #720200;
font-weight: bold;
text-align: center;
}

/*Menus*/

.menu1 {
font-size: 90%;
text-align: right;
padding: 0px 20px 5px 10px;
background-color:#FFFFD5;
}

.menu1 a:link, .menu1 a:active, .menu1 a:visited {
font-size: 120%;
text-decoration:none;
font-weight: bold;
color : #720200; 
letter-spacing: 2px;
}

.menu1 a:hover {
font-size: 120%;
text-decoration:none;
font-weight: bold;
color : #720200; 
letter-spacing: 2px;
}

.menu2 {
background-color: #FFFFD5;
font-size: 65%;
text-align: center;
height: 50px;
letter-spacing: 1px;
}

/*Footer*/

.footer1 {
background-color:#FFFFD5;
border-left: 0px solid #FFFFFF;
border-bottom:0px solid #FFFFFF;
font-size: 90%;
}

.footer2 {
background-color: #FFFFD5;
border-left:0px solid #FFFFFF;
border-bottom: 0px solid #FFFFFF;
}

.footercontent {
border-top: 10px solid #3399CC;
font-size: 70%;
text-align: center;
padding: 10px;
}

/*Form Properties*/

.formbutton {
background-color:#FFFFD5;
border: 0px double #6C89CC;
font-size: 90%;
font-weight: normal;
font-family: Verdana, Arial, sans-serif;
color: #720200;
}

.formtext {
background-color: #FFFFD5;
border: 0px solid #6C89CC;
font-size: 95%;
font-family: Verdana, Arial, sans-serif;
color: #720200;
margin-top: 2px;
}

.photoright {
border: 0px solid #6C89CC;
float: right;
margin-bottom: 3px;
margin-left: 3px;
}

.photoplain {
border: 0px solid #6C89CC;
}

.photoleft {
border: 0px solid #6C89CC;
float: left;
margin-bottom: 3px;
margin-right: 3px;
}

/*Styles the Photo Gallery*/

#thumbnails {
width: 350px;
margin: 10px auto;
padding: 0;
text-align: center;
}

#thumbnails ul {
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#thumbnails li {
float: left;
position: relative;
display: inline;
width: 150px;
min-height: 140px;
_height: 140px; /* Terrible underscore hack for IE because min-height won't work - grrrr! */
margin: 0;
padding: 0 5px 5px 5px;
text-align: center;
}

#thumbnails ul:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}

#thumbnails li br {
display: block;
height: 0;
}