BODY
{
margin:0;
padding:0;
font-family:verdana;
background-color:#afc54d;
}

H1{
color:#9e130b;
font-size:15pt;
margin:0px;
padding:0px;
font-weight:bold;}


H1.itemContainerLeft
{
	width:400px;
	height:16px;
	text-indent:10px;
	float:left;
	padding-top:1px;
}
H2{
	font-weight: bold;
	color: #9e130b;
	font-size:14px;
}
H3{
font-weight: bold;
color: #003300;
font-size:13px;
}
H4{}
H5{}

P
{
font-size:small;
color:#000000;
}
li {
	font-size: small;
	list-style-type: circle;
	color:#B3B088;
	list-style-image: url(images/bullet.gif);
}
A{color:#000000;text-decoration:underline;}
A:LINK{color:#000000;text-decoration:underline;}
A:VISITED{color:#B3B088;text-decoration:underline;}
A:HOVER{color:#9e130b;text-decoration:underline;}
A:ACTIVE{color:#000000;}

a.nav, a.nav:link, a.nav:visited, .chosen {display:block; width:130px; height:28px; background:#8C9E3E; border:1px solid #9e130b; margin-top:5px; text-align:center; text-decoration:none; font-family:verdana, arial, sans-serif; font-size:12px; color:#ddeecc; line-height:28px; overflow:hidden;}
a.nav:hover {color:#9e130b; background:#6A782F;}
a.nav:active, .chosen {color:#fff; background:#9e130b;} 

/********************** IDs ***************************************/

#container{
	width:800px;
}

#topRowLeft{
position:relative;
top:13px;
left:20px;
width:849px;
height:80px;
float:left;
font-size:10px/*xx-small*/;
text-align:left;
line-height:179%;
color:#000000;
}
#header {
position:relative; 
float:right;
top:13px;
font-size:25pt;
color:#555533;
margin:0; padding:0;
height:50px;
}
#footer {
	position:relative;
	bottom:0;
	left:179px;
	width:820px;
	color:#000000;
	padding-top:10px;
	font-size:xx-small;
	padding-bottom:10px;
}

#footer-wrap:after {
content:"";
display:block;
clear:both;
}
* html #footer-wrap {
height:1px;
}
#menuLeft{
position:relative;left:10px;width:160px;
margin:10px;
float:left;
}
#itemContainerWhiteInner{
margin-left:8px;
margin-right:8px;
width:670px; /*670px*/
background-color:#fffbc3;
padding-top:9px;
padding-bottom:9px;
}
#itemContainerWhite{
position:relative;
margin-top:16px;
width:690px; /*690px*/
border:solid 1px #9e130b;
background-color:#fffbc3;
float:left;
}
.links {  color: #ff6600; text-decoration: underline}

img.floatLeft { 
    float: left; 
    margin: 8px;
	border: solid 1px #ffff99; 
}
img.floatRight { 
    float: right; 
    margin: 8px;
	border: solid 1px #ffff99; 
}
table {
	font-size: small;
	color:#000000;
}
.green {
color: #003300;
font-weight: bold;
}

.gallerycontainer{
position: relative;
width: 100%;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid #ffff99;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid #9e130b;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
border:2px solid #afc54d padding: 5px;
left: -1000px;
visibility: hidden;
color: #ffff99;
text-decoration: none;
font-size:small;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
