HTML {
height: 100%;
margin-bottom: 1px;
}

body { 
background-color: #d0d0d0;
font-family: MS Sans Serif, Geneva, sans-serif;
margin: 10px 0px 0px 0px;
color: #000000;
font-size : 11px;
text-align: center;
}


h1 {
background-image: url(images/layout-graphics/headingblack.gif);
background-repeat: no-repeat;
height: 15px;
padding-left: 20px;
color: #000000; 
font-weight: bold; 
font-style: normal; 
font-size: 15px;
text-align: left;
margin-top: 0px;
}

h2 {
background-image: url(images/layout-graphics/headingblue.gif);
background-repeat: no-repeat;
height: 15px;
padding-left: 20px;
color: #000000; 
font-weight: bold; 
font-style: normal; 
font-size: 15px;
text-align: left;
margin-top: 0px;
}

h3 {
background-image: url(images/layout-graphics/headinggreen.gif);
background-repeat: no-repeat;
height: 15px;
padding-left: 20px;
color: #000000; 
font-weight: bold; 
font-style: normal; 
font-size: 15px;
text-align: left;
margin-top: 0px;
}

h4 {
background-image: url(images/layout-graphics/headingpink.gif);
background-repeat: no-repeat;
height: 15px;
padding-left: 20px;
color: #000000; 
font-weight: bold; 
font-style: normal; 
font-size: 15px;
text-align: left;
margin-top: 0px;
}

h5 {
color: #666666; 
font-weight: bold; 
font-style: normal; 
font-size: 15px;
text-align: left;
margin-top: 0px;
}

H6 {
font-size : 100%;
color : #000000;
font-weight: bold;
margin-top: 0px;
}


A:LINK, A:VISITED, A:ACTIVE{
color : #215a75;
text-decoration: none;
font-weight: bold;
}

A:HOVER {
color : #9FB727;
text-decoration : underline;
font-weight: bold;
}

ul {
list-style-type: disc;
}

hr  {
background-color: #666666;
color: #666666; 
height: 1px; 
width: 75%;
}

.wapper {
text-align: center;
margin: auto;
}


/*header*/

.contentcell {
background-image: url(images/layout-graphics/content-rep.gif);
background-repeat: repeat-y;
}

.content {
font-size: 70%;
font-weight: normal;
padding: 0px 25px 10px 10px;
text-align: left;
}

.content2 {
font-size: 70%;
font-weight: normal;
padding: 0px 10px 10px 25px;
text-align: left;

}

.content3 {
font-size: 70%;
font-weight: normal;
padding: 0px 25px 10px 25px;
text-align: left;
}

.content4 {
font-size: 70%;
font-weight: normal;
padding: 0px 10px 10px 10px;
text-align: left;
}

.sidecontent {
font-size: 65%;
padding: 0px 10px 10px 25px;
text-align: left;
border-right: 1px solid #D0D0D0;
}

.sidecontent2 {
font-size: 65%;
padding: 0px 25px 10px 10px;
text-align: left;
border-left: 1px solid #D0D0D0;
}

/*Footer*/

.footer {
background-image: url(images/layout-graphics/menu-back.gif);
background-repeat: no-repeat;
text-align: center;
height: 44px;
}

.footertable {
padding: 4px;
font-size : 70%;
text-align: center;
margin-top: 0px;
}

/*Site Design*/

.sitedesign {
padding: 4px;
font-size : 55%;
text-align: center;
}

/*Menus*/

.menu1table {
padding: 4px;
text-align: center;
margin-top: 0px;
}

.menu1 {
font-weight: bold;
background-image: url(images/layout-graphics/menu-back.gif);
background-repeat: no-repeat;
font-size : 100%;
text-align: center;
height: 44px;
}

.menu1 A:LINK, .menu1 A:VISITED, .menu1 A:ACTIVE{
text-decoration: none;
color: #000000; 
font-weight: bold;
}

.menu1 A:HOVER {
text-decoration: none;
color: #9FB727; 
font-weight: bold;
}

/*Form Properties*/

.formbutton {
background-color: #666666;
border: 1px solid #D6D6D6;
font-size: 11px;
font-weight: normal;
font-family: Verdana, Arial, sans-serif;
color: #FFFFFF;
}

.formtext {
background-color: #FFFFFF;
border: 1px solid #D6D6D6;
font-size: 11px;
font-family: Verdana, Arial, sans-serif;
color: #000000;
margin-top: 2px;
}

.photoright {
border: 3px double #666666;
float: right;
margin-bottom: 3px;
margin-left: 3px;
}

.photoplain {
border: 3px double #666666;
}

.photoleft {
border: 3px double #666666;
float: left;
margin-bottom: 3px;
margin-right: 3px;
}

/*Styles the Photo Gallery*/

#thumbnails {
width: 675px;
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;
}

.hot2 {
font-size: 100%;
background-color: #D6D6D6;
margin-bottom: 5px;
}

.hot1 {
font-size: 100%;
background-color: #E6E8DA;
margin-bottom: 5px;
}

.additionaltbleleft {
font-size: 70%;
padding: 5px;
}

.additionaltbleright {
font-size: 70%;
border-left: 1px solid #D0D0D0;
padding: 5px;
}