HTML {
height: 100%;
margin-bottom: 1px;
}

body { 
font-family : Verdana, Arial, sans-serif;
background-color: #DDE699;
margin-left: 0;
margin-right: 0;
margin-top: 0;
margin-bottom: 0;
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 : #FEB600;
text-decoration: none;
font-weight: bold;
}

A:HOVER {
color : #A8BC38;
text-decoration : none;
font-weight: bold;
}

H1 {
font-size : 120%;
color : #000000;
font-weight: bold;
text-align: left;
}

H2 {
font-size : 105%;
color : #000000;
font-weight: bold;
text-align: left;
}

H3 {
font-size : 100%;
color : #000000;
letter-spacing: 1px;
font-weight: bold;
text-align: left;
}

H4, H5 ,H6 {
font-size : 100%;
color : #A8BC38;
padding: 1px;
font-weight: bold;
text-align: left;
}

ul  {
list-style-type: disk;
}


HR {
color : #A8BC38;
height : 1px;	 
text-align: center;
}

/*Styles the top of the page*/

.date {
color: #000000;
font-weight: bold;
font-size: 65%;
padding-bottom: 5px;
padding-left: 10px;
padding-right: 30px;
padding-top: 5px;
text-align: right;
margin: auto ;
width: 722px;
}

.top {
background-image: url(images/cellback.gif);
background-repeat: no-repeat;
background-position: bottom;
margin: auto ;
width: 722px;
}

/*styles the main menu*/

.menu {
background-image: url(images/cellback.gif);
background-repeat: repeat-y;
margin: auto;
width: 722px;
}

.menucontent {
padding-bottom: 5px;
padding-left: 80px;
padding-right: 30px;
padding-top: 5px;
font-size: 70%;
text-align: left;
color: #FEB600;
}

/*Styles the main content area*/

.main {
background-image: url(images/cellback.gif);
background-repeat: repeat-y;
margin: auto;
width: 722px;
}

.maincontent {
padding-bottom: 5px;
padding-left: 80px;
padding-right: 30px;
padding-top: 5px;
}

.content1 {
text-align: left;
padding-right: 5px;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 5px;
font-size: 80%;
border-top: 1px solid #A8BC38;
border-bottom: 1px solid #A8BC38;
}

.content2 {
padding-left: 5px;
padding-bottom: 5px;
padding-top: 5px;
font-size: 80%;
border-left: 1px solid #DDE699;
border-top: 1px solid #A8BC38;
border-bottom: 1px solid #A8BC38;
text-align: justify;
}

/*styles the bottom section*/

.bottom {
background-image: url(images/bottom.gif);
background-repeat: no-repeat;
margin: auto;
width: 722px;
height: 111px;
}

.footer {
font-size: 65%;
padding-bottom: 5px;
padding-left: 10px;
padding-right: 30px;
text-align: right;
}

.sitedesign {
font-size: 60%;
padding-left: 10px;
padding-right: 30px;
text-align: right;
}


.hottopicleft {
padding: 10px;
border: 1px solid #FEB600;
float: left;
width: 30%;
margin-right: 10px;
margin-bottom: 10px;
color: #000000;
}

.hottopicright {
padding: 10px;
border: 1px solid #FEB600;
float: right;
width: 30%;
margin-left: 10px;
margin-bottom: 10px;
color: #000000;
}

.hottopicplain {
padding: 10px;
border: 1px solid #FEB600;
color: #000000;
margin-top: 5px;
margin-bottom: 5px;
}

/*Styles the Form Elements*/

.formbutton {
background-color: #FEB600;
border: 1px solid #FEB600;
font-size: 90%;
font-weight: normal;
font-family: Verdana, Arial, sans-serif;
color: #FFFFFF;
}

.formtext {
background-color: #FFFFFF;
border: 1px solid #FEB600;
font-size: 95%;
font-family: Verdana, Arial, sans-serif;
color: #000000;
margin-top: 2px;
}

/*Styles the photos*/

.imageleft {
border: 1px solid #FEB600;
margin: 2px 10px 2px 0px;
float: left;
}

.imageright {
border: 1px solid #FEB600;
margin: 2px 0px 2px 10px;
float: right;
}

.imageplain {
border: 1px solid #FEB600;
}

/*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: #A8BC38;
}
	
#thumbnails li a:hover {
color: #FEB600;
}

#thumbnails li br {
display: block;
height: 0;
}