HTML {
height: 100%;
margin-bottom: 1px;
}

body { 
background:#ffffff url('images/mainimage8.jpg') no-repeat fixed left bottom; font-family : Verdana, Arial, sans-serif;
margin-left: 0;
margin-right: 0;
margin-top: 0;
margin-bottom: 5px;
color: #000000;
font-size : 100%
}

/* this group sets the normal link colors */

A:LINK, A:VISITED, A:ACTIVE{
color : #1DA6E0;
text-decoration: none;
font-weight: bold;
}

A:HOVER {
color : #FF5212;
text-decoration : none;
font-weight: bold;
}

H1 {
font-size : 130%;
font-weight : bold;
color : #FF5212;
}

H2 {
font-size : 110%;
font-weight : bold;
color : #FF5212;
}

H3 {

font-size : 100%;
font-weight : bold;
color : #000000;
letter-spacing: 1px;
}

h4, h5, h6 {

font-size : 100%;
color : #000000;
font-weight: bold;
padding: 1px;
}

ul  {
list-style-type: disk;
}


HR {
color : #FF5212;
height : 1px;	 
text-align: center;
}


.footer {
font-size: 65%;
padding-right: 5px;
padding-top: 5px;

}

.content1 {
padding-right: 5px;
padding-top: 10px;
padding-bottom: 5px;
line-height: 1.5;
text-align: left;
font-size: 70%;
border-bottom: 1px solid #FF5212;
}

.tophead {
font-family: Book Antiqua, Palatino, Palatino, serif;
padding-top: 10px;
padding-bottom: 5px;
font-size: 100%;
height: 30px;
text-align: center;
color: #CA1D30;
border-bottom: 1px solid #FFFFFF;
}

.tophead h1{
font-size: 150%;
color: #FF5212; 
margin: 0px 0px 0px 0px;
}

.tophead p {
margin: 0px 0px 0px 0px;
font-size: 75%;
color: #000000; 
}


.date {
font-size: 65%;
text-align: right;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
border-bottom: 1px solid #FF5212;
}


#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: #FF5212;
	}
	
	#thumbnails li a:visited {
	    color: #1DA6E0;
	}
	
	#thumbnails li a:active {
	    color: #;
	}
	
	#thumbnails li a:hover {
	    color: #000000;
	}

	#thumbnails li br {
	    display: block;
	    height: 0;
}

#navcontainer { width: 390px; 
text-align: center;
}

#navcontainer ul
{
margin-top: 10px;
margin-bottom: 0;
margin-left: 0;
padding-left: 0;

list-style-type: none;
font-size: 12px;

}

#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: #FF5212;
text-decoration: none;

}

#navcontainer a:hover
{
color: #FF5212;
}


.imageleft {
border: 3px double #FF5212;
margin: 2px 10px 2px 0px;
float: left;
}

.imageright {
border: 3px double #FF5212;
margin: 2px 0px 2px 10px;
float: right;
}

.imageplain {
border: 3px double #FF5212;
}