body {
	background-color: #660000;
	font-family: Verdana, "Trebuchet MS", Tahoma, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #000000;
}

td, th {
	font-family: Verdana, "Trebuchet MS", Tahoma, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #000000;
	text-align: center;
}

form {
	background-color: #FFFFFF;
	text-align: left;
}

.subtitle {
	font-family: Verdana, "Trebuchet MS", Tahoma, sans-serif;
	font-size: small;
	font-weight: bolder;
	color: #660000;
	font-style: normal;
	text-align: center;
}

.header {
	font-family: "Trebuchet MS";
	font-size: xx-large;
	background-color: #FFFFFF;
	color: #336699;
}

.nav {
	font-family: Verdana, "Trebuchet MS", Tahoma, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #336699;
}
a {
	font-family: Verdana, "Trebuchet MS", Tahoma, sans-serif;
	color: #336699;
	text-decoration: none;
}

.navLink {
	font-family: Verdana, "Trebuchet MS", Tahoma, sans-serif;
	font-size: small;
	font-weight: bold;
}
a:hover {
	color: #660000;
}

.sidebar {
	font-family: Verdana, "Trebuchet MS", Tahoma, sans-serif;
	font-size: small;
}

.sidebarHeader {
	font-family: Verdana, "Trebuchet MS", Tahoma, sans-serif;
	font-size: 14px;
	color: #FFFF99;
	background-color: #336699;
	line-height: 25px;
	text-align: center;
	padding: 5;
	text-transform: uppercase;
}

.sidebarFooter {
	font-family: Verdana, "Trebuchet MS", Tahoma, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
	line-height: 18px;
}
.white {
	font-family: "Times New Roman", Times, serif;
	font-size: 1px;
	color: #FFFFFF;
}
.text {
	font-family: Verdana, "Trebuchet MS", Tahoma, sans-serif;
	font-size: large;
	color: #000000;
	text-align: left;
	margin-left: 15px;
	margin-right: 15px;
	letter-spacing: normal;
	word-spacing: normal;
}

.subheader {
	font-family: Verdana, "Trebuchet MS", Tahoma, sans-serif;
	color: #660000;
	font-weight: normal;
	text-align: center;
	font-size: small;
}

.titlebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFF99;
	background-color: #660000;
	text-align: center;
	text-transform: uppercase;
}

.dingbat {
	font-family: Verdana, "Trebuchet MS", Tahoma, sans-serif;
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bolder;
	font-size: small;
	text-align: center;
}
.boldtext {
	font-family: Verdana, "Trebuchet MS", Tahoma, sans-serif;
	font-size: medium;
	color: #000000;
	text-align: center;
}
.tabletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-transform: uppercase;
	text-align: center;
}
.smalltable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

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

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

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
