HTML {
height: 100%;
margin-bottom: 1px;
}

body { 
font-family : Verdana, Arial, sans-serif;
background-color: #D8D9DD;
margin-left: 0;
margin-right: 0;
margin-top: 5px;
margin-bottom: 10px;
color: #000000;
text-align: center;
}

P, TD, LI, UL, Table {
font-size : 100%;
}

/* this group sets the normal link colors */

A:LINK, A:VISITED, A:ACTIVE{
color : #38618C;
text-decoration: underline;
font-weight: normal;
}

A:HOVER {
color : #000000;
text-decoration : none;
font-weight: normal;
}

H1 {
font-size : 120%;
font-weight : bold;
margin-top: 0px;
color : #38618C;
}

H2 {
font-size : 110%;
font-weight : bold;
margin-top: 0px;
color : #8B8B8B;
}

H3 {
font-size : 100%;
font-weight : bold;
color : #38618C;
letter-spacing: 1px;
margin-top: 0px;
}

H4, H5 ,H6 {
font-size : 100%;
color : #000000;
font-weight: bold;
margin-top: 0px;
}

ul  {
list-style-type: square;
}


HR {
color : #8B8B8B;
height : 1px;	 
text-align: center;
}

.formbutton {
background-color: #38618C;
border: 1px solid #7498BF;
color: #FFFFFF;
font-size: 90%;
font-weight: bold;
font-family : Verdana, Arial, sans-serif;
}

.formtext {
background-color: #FFFFFF;
border: 1px solid #7498BF;
font-size: 100%;
font-family : Verdana, Arial, sans-serif;
margin-bottom: 2px;
}

.photoright {
border: 1px dashed #38618C;
float: right;
margin-bottom: 3px;
margin-left: 3px;
}

.photoplain {
border: 1px dashed #38618C;
}

.photoleft {
border: 1px dashed #38618C;
float: left;
margin-bottom: 3px;
margin-right: 3px;
}

/*Styles the Photo Gallery*/

#thumbnails {
width: 490px;
margin: 10px auto;
padding: 0;
text-align: center;
}

#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 br {
display: block;
height: 0;
}

.mainback {
background-image: url(images/layout-graphics/wrapperback.gif);
width: 774px;
margin: auto;
text-align: center;
}

.wrapper {
width: 760px;
text-align: center;
}


.header1 {
background-color: #7498BF;
border-bottom: 5px solid #D8D9DD;
}


.header {
color: #38618C; 
font-size: 140%;
text-align: left;
}

.header h1{
font-size: 100%;
color: #38618C; 
margin: 0px 0px 0px 0px;
}

.header p {
margin: 0px 0px 0px 0px;
font-size: 50%;
color: #000000; 
}

.menu1 {
color: #38618C;
text-align: left;
font-size: 70%;
font-weight: bold;
padding: 10px;
}

.menu1 a:link, .menu1 a:active, .menu1 a:visited {
text-decoration:none;
font-weight: bold;
color : #38618C; 
letter-spacing: 2px;
}

.menu1 a:hover {
text-decoration:none;
font-weight: bold;
color : #000000; 
letter-spacing: 2px;
}

.menu2 {
color: #E9EFF6;
text-align: right;
font-size: 60%;
padding: 10px;
font-weight: bold;
}

.menu2 a:link, .menu2 a:active, .menu2 a:visited {
text-decoration:none;
font-weight: bold;
color : #E9EFF6; 
}

.menu2 a:hover {
text-decoration:none;
font-weight: bold;
color : #FFFFFF; 
}


.content {
font-size: 70%;
text-align: left;
padding: 10px;
}

.footer1 {
font-size: 55%;
}

.sitedesign {
padding: 5px;
font-size: 100%;
text-align: center;
}


.footer2 {
font-size: 65%;
}

.menu3 {
color: #8B8B8B;
text-align: right;
font-size: 100%;
padding: 10px;
}

.menu3 a:link, .menu3 a:active, .menu3 a:visited {
text-decoration:none;
font-weight : normal;
color : #8B8B8B; 
}

.menu3 a:hover {
text-decoration:none;
font-weight : normal;
color : #38618C; 
}


.greycontent {
background-color: #E9EFF6;
border-bottom: 5px solid #D8D9DD;
}

.greyside {
background-color: #E9EFF6;
border-left: 5px solid #D8D9DD;
border-bottom: 5px solid #D8D9DD;
}

.whitecontent {
background-color: #FFFFFF;
border-bottom: 5px solid #D8D9DD;
}

.whiteside {
background-color: #FFFFFF;
border-left: 5px solid #D8D9DD;
border-bottom: 5px solid #D8D9DD;
}

.whitemain {
background-image: url(images/mainimage.jpg);
background-repeat: no-repeat;
background-position: left bottom;
background-color: #FFFFFF;
border-bottom: 5px solid #D8D9DD;
padding-bottom: 200px;
}