body,td,th {
	line-height: 1.5;
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

body {
	background-image: url(/images/bg_pageholder.jpg);
	background-color:#454545;
	background-position: center top;
	margin: 0px;
}

a {
	color: #549559;
	text-decoration: none;
}

a:hover {
	color: #D71;
}

.emailhide {
	display: none;
}

#tablenav td {
	background-image: url(/images/bg_blue.jpg);
	width: 180px;
	padding-left: 20px;
}

#tablenav a {
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
}

#tablenav a:hover {
	color: #549559;
	font-size: 14px;
}

h1 {
	color: #000080;
	font-size: 24px;
	margin:0px;
	margin-bottom: 15px;
	text-align: center;
}

h2 {
	color: #000080;
	font-size: 14px;
	margin:0px;
	margin-bottom: 15px;
}

p {
	margin:0px;
	margin-bottom: 15px;
}

/* SideQuotes */

#sidequote p {
	padding: 0px 0px 0px 0px;
	text-align: center;
}

.sponsor {
	color: #FFFFFF;
	padding: 50px 0px 0px 0px;
	text-align: center;
}

.sidebar {
	padding: 10px;
	background:#DDD;
	width:180px;
}

/* Highslide CSS */

.highslide {
    cursor: url(/highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {

}
.highslide:hover img {

} 

.highslide-wrapper {

}
.highslide-image {
	border: 3px solid #FFF;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: none;
    padding: 10px;
    text-align: center;
    background-color: #FFF;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(/highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
	background: url(/highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}



/* Hover Gallery */

.gallerycontainer{
position: relative;
height: 400px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: none;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: none;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #fff;
padding: 5px;
left: -1000px;
border: 1px solid #000;
visibility: hidden;
color: #000;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
