HTML {
height: 100%;
margin-bottom: 1px;
}

body { 
background-position: center;
background-repeat: repeat-y;
font-family : Verdana, Arial, sans-serif;
background-color: #ffffff;
margin-left: 0;
margin-right: 0;
margin-top: 0;
margin-bottom: 0;
color: #000000;
}

P, TD, LI, UL, Table {
font-size : 100%;
}

/* this group sets the normal link colors */

A:LINK, A:VISITED, A:ACTIVE{
color : #000000;
text-decoration: none;
font-weight: bold;
}

A:HOVER {
color : #56769D;
text-decoration : none;
font-weight: bold;
}

H1 {
background-image: url(images/h1.gif);
background-repeat: no-repeat;
color : #56769D;
background-position: left;
font-size: 15px;
padding-left: 30px;
height: 20px;
vertical-align: bottom;
margin: 0;
text-align: left;
}

H2 {
background-image: url(images/h2.gif);
background-repeat: no-repeat;
color : #56769D;
background-position: left;
font-size: 15px;
padding-left: 30px;
height: 20px;
vertical-align: bottom;
text-align: left;
margin: 0;
}

H3 {
font-size : 12px;
font-weight : bold;
color : #56769D;
letter-spacing: 1px;
text-align: left;
margin-top: 0px;
}

H4, H5 ,H6 {

font-size : 10px;
color : #56769D;
font-weight: bold;
padding: 1px;
text-align: left;
margin-top: 0px;
}

ul  {
list-style-image: url(images/blt.gif);


}


HR {
color : #56769D;
height : 1px;	 
text-align: center;
}

.outtable {
background-image: url(images/back.gif);
background-repeat: repeat-y;
padding-left: 12px;
padding-right: 12px;
}

.maintable {
background-color: #ffffff;
}

.menutop {
font-size: 65%;
color: #ffffff;
padding: 5px;
background-color: #56769D;
text-align: left;
}

.menutop A:LINK, .menutop A:VISITED, .menutop A:ACTIVE{
color : #FFFFFF;
text-decoration: none;
font-weight: bold;
}

.menutop A:HOVER {
color : #000000;
text-decoration : none;
font-weight: bold;
}


.footer {
font-size: 65%;
color: #ffffff;
padding: 5px;
background-color: #56769D;
text-align: left;
}

.footer A:LINK, .footer A:VISITED, .footer A:ACTIVE{
color : #FFFFFF;
text-decoration: none;
font-weight: bold;
}

.footer A:HOVER {
color : #000000;
text-decoration : none;
font-weight: bold;
}


.sitedesign {
font-size: 65%;
color: #56769D;
padding: 5px;
background-color: #FFFFFF;
text-align: left;
}

.content1 {
padding: 5px;
line-height: 1.5;
font-size: 70%;
background-color: #ffffff;
text-align: left;
}

.content2 {
padding: 5px;
line-height: 1.5;
text-align: justify;
border-left: 1px dashed #56769D;
font-size: 70%;
background-color: #ffffff;
text-align: left;
}


/*Styles the Form Elements*/

.formbutton {
background-color: #56769D;
border: 1px solid #56769D;
font-size: 90%;
font-weight: normal;
font-family: Verdana, Arial, sans-serif;
color: #FFFFFF;
}

.formtext {
background-color: #FFFFFF;
border: 1px solid #56769D;
font-size: 95%;
font-family: Verdana, Arial, sans-serif;
color: #000000;
margin-top: 2px;
}

/*Styles the photos*/

.imageleft {
border: 1px solid #56769D;
margin: 2px 10px 2px 0px;
float: left;
}

.imageright {
border: 1px solid #56769D;
margin: 2px 0px 2px 10px;
float: right;
}

.imageplain {
border: 1px solid #56769D;
}

/*Styles the Photo Gallery*/

#thumbnails {
width: 500px;
margin: 10px auto;
padding: 0;
text-align: center;
}

#thumbnails caption {
margin-top: 10px;
}

#thumbnails ul {
margin: 0;
padding: 0;
list-style-type: none;
}

#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 a #thumbnails li a:visited #thumbnails li a:active {
font-size: 100%;
text-decoration: none;
color: #56769D;
}
	
#thumbnails li a:hover {
color: #56769D;
}

#thumbnails li br {
display: block;
height: 0;
}