
body {
	font-family: Century Gothic, Sans, Verdana;
	font-size: 15px;
	background-color: #ffffff;
	background-image: url('../images/test11.jpg');
	background-attachment:fixed;
}

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

.thumbnail:hover{
background-color: white;
z-index: 0;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px solid 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 */
}
.thumbnail:hover span img {
z-index:1000;
}





.sponsor_hr {
	background-color: #29749F;
	color: #29749F;
	height: 0px;
}
.logo_header {
	background-color:red;
	color:white;
	padding: 1px 10px 1px 10px;
	font-size: 44px;
	font-family: Century Gothic, Sans, Verdana;
	text-align: center;
}
table {
	font-size: 16px;
	color: #ffffff;
	background-color: transparent;
}
div.header {
	font-family: Century Gothic, Sans, Verdana;
	letter-spacing: 2px;
	margin: 0px;
	border: solid 1px silver;
	font-size: 20px;
	color: white;
	background-color: red;
	text-align: center;
	padding: 5px;
}

div.headerother {
	font-family: Century Gothic, Sans, Verdana;
	letter-spacing: 2px;
	margin: 0px;
	border: solid 1px silver;
	font-size: 24px;
	color: white;
	background-color: #2675da;
	text-align: center;
	padding: 5px;
}

div.headerthree {
	font-family: Century Gothic, Sans, Verdana;
	letter-spacing: 2px;
	margin: 0px;
	border: solid 1px silver;
	font-size: 20px;
	color: white;
	background-color: #2561aa;
	text-align: center;
	padding: 3px;
}

div.btn {
	font-family: Century Gothic, Sans, Verdana;
	letter-spacing: 2px;
	margin: 0px;
	border: solid 1px silver;
	font-size: 18px;
	color: white;
	background-color: red;
	text-align: center;
	padding: 0px 0px 0px 0px;
}
a:hover div.btn{
/*	font-weight: bold;*/
	background-color: white;
/*	color: #29749F;*/
	color: red;
}

/*
div.btn:hover {
	border: solid 1px black;
	font-weight: bold;
}
*/
/*
div#btn_1 { width: 104px; }
div#btn_2 { width: 151px; }
div#btn_3 { width: 149px; }
div#btn_4 { width: 114px; }
div#btn_5 { width: 139px; }
div#btn_6 { width: 101px; }
*/
tr.highlight td:hover { background-color: yellow; }
a {
	color: white;
	text-decoration: none;
}

a:hover {
	color: red;
}

img#logo {
	margin: 0px;
	padding: 0px;
	border: none;
}


.content_zone {
	text-align: justify;
	font-size: 15px;
	padding: 10px;
}
/*
a:hover {
	background-color: white;
}
*/


.info_box {
	font-size: 14px;
}

