HTML {
height: 100%;
margin-bottom: 1px;
}

body { 
background-image: url(images/layout-graphics/back1.gif);
background-repeat: repeat-x;
font-family : Verdana, Arial, sans-serif;
background-color: #ffffff;
margin: 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 : #000000;
text-decoration: none;
font-weight: bold;
}

A:HOVER {
color : #828B2C;
text-decoration : none;
font-weight: bold;
}

H1 {
font-family: "Times New Roman", Times, serif;
font-size : 135%;
font-weight : bold;
color : #828B2C;
}

H2 {
font-family: "Times New Roman", Times, serif;
font-size : 125%;
font-weight : bold;
color : #828B2C;
}

H3 {
font-size : 100%;
font-weight : bold;
color : #828B2C;
letter-spacing: 1px;
}

H4, H5 ,H6 {
font-size : 100%;
color : #828B2C;
font-weight: bold;
padding: 1px;
}

ul  {
list-style-type: disk;
}

HR {
color : #828B2C;
height : 1px;	 
text-align: center;
}

.mainwrapper {
width: 750px;
margin: auto;
}

.logowrapper {
background-image: url(images/layout-graphics/back2.gif);
margin: auto;
}

.logo {
text-align: left;
width: 750px;
padding: 10px;
font-size: 125%;
letter-spacing: 5px;
font-weight: bold;
color: #828B2C;
font-family: "Times New Roman", Times, serif;
}

.logo h1{
font-size: 100%;
color: #828B2C; 
margin: 0px 0px 0px 0px;
}

.logo p {
margin: 0px 0px 0px 0px;
font-size: 60%;
color: #000000; 
}


.footerwrapper {
background-image: url(images/layout-graphics/back2.gif);
margin: auto;
border-top: 1px solid #828B2C;
}

.footer {
font-size: 65%;
padding: 5px;

text-align: left;
}

.date {
font-size: 65%;
padding: 5px;
text-align: right;
}

.content {
background-color: #FFFFFF;
padding: 5px;
line-height: 1.5;
text-align: justify;
font-size: 70%;
}

.side {
background-image: url("images/mainimage2.jpg");
background-repeat: no-repeat;
height: 300px;
background-color: #F8FAEB;
line-height: 1.5;
text-align: justify;
font-size: 65%;
}

.sidecontent {
padding: 10px;
width: 300px;
}

.hottopicplain {
padding: 10px;
border: 1px solid #828B2C;
background-color: #F8FAEB;
margin-bottom: 10px;
text-align: left;
}

.hottopicleft {
padding: 10px;
border: 1px solid #828B2C;
background-color: #F8FAEB;
float: left;
width: 45%;
margin-right: 10px;
margin-bottom: 10px;
text-align: left;
}

.hottopicright {
padding: 10px;
border: 1px solid #828B2C;
float: right;
width: 45%;
margin-left: 10px;
margin-bottom: 10px;
background-color: #F8FAEB;
text-align: left;
}

.formbutton {
background-color: #828B2C;
border: 3px double #828B2C;
font-size: 90%;
font-weight: normal;
font-family: Verdana, Arial, sans-serif;
color: #FFFFFF;
}

.formtext {
background-color: #FFFFFF;
border: 1px solid #828B2C;
font-size: 95%;
font-family: Verdana, Arial, sans-serif;
color: #000000;
margin-top: 2px;
}


#thumbnails {
    width: 350px;
    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 {
	    font-size: 100%;
	    text-decoration: none;
	    color: #828B2C;
	}
	
	#thumbnails li a:visited {
	    color: #F8FAEB;
	}
	
	#thumbnails li a:active {
	    color: #828B2C;
	}
	
	#thumbnails li a:hover {
	    color: #000000;
	}

	#thumbnails li br {
	    display: block;
	    height: 0;
}

#navcontainer { width: 250px; 
}

#navcontainer ul
{
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
padding-left: 10px;
padding-top: 10px;
list-style-type: none;
font-size: 10px;

}

#navcontainer a
{
display: block;
padding-top: 1px;
padding-bottom: 1px;
padding-left: 3px;
padding-right: 0px;
width: 100%;
}

#navcontainer a:link, #navlist a:visited
{
color: #828B2C;
text-decoration: none;

}

#navcontainer a:hover
{
border-left: 4px solid #F8FAEB;
color: #000000;
}


.imageleft {
border: 3px double #828B2C;
margin: 2px 10px 2px 0px;
float: left;
}

.imageright {
border: 3px double #828B2C;
margin: 2px 0px 2px 10px;
float: right;
}

.imageplain {
border: 3px double #828B2C;
}
