@charset "iso-8859-9";
/* CSS Document */
body {
background-color:#FFFFFF;
	margin-bottom: 5px;
	margin-top:0;
}

.text-1 {
font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#993333;
	font-weight:bold;
}
.bannertext {
font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	color:#993333;
	font-weight:bold;
}
.text-1 a:active {
color:#000000;
}
.text-2 {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:14px;
	font-weight:bold;
	color:#000000;
	font-weight:bold;
		padding-left:5px;
	padding-right:5px;

}

.date { 
font-size:12px;
font-style:italic;
font:"Times New Roman", Times, serif;
text-align:center;
}

.main_text {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	font-weight:bold;
	padding-top:20px;
	padding-bottom:20px;
	line-height: 30px;
}

#banner {
margin-top:27px;
}
.content-table{
background:#D1C098;
padding-left:4px;

}
h1{
font-family:"TR Bedrock";
	font-size:12px;
	color:#3300FF;
	text-align:center;
	margin-top: 5px;
	margin-bottom: 2px;
}
h2{
	font-family:"Franklin Gothic Medium";
	font-size:14px;
	color:#FF0000;
	text-align:center;
	font-weight: bold;
}

.table
{
border-color:#FF0000;
border-width:thick;
border:2px;
overflow:auto;
height:600px;
}
.text-footer {
font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#993333;
	font-weight:bold;
}

.glossymenu{
list-style-type: none;
margin: 0px 0;
padding: 0;
width:202px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;

}

.glossymenu li a{
background: white url(media/glossyback.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
display: block;
width:202px;
padding-left: 10px;
text-decoration: none;

}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 202px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: black;
}

.glossymenu li a:hover{
background-image: url(media/glossyback2.gif);
}



.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
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*/
visibility: visible;
top: 0;
left: 320px; /*position where enlarged image should offset horizontally */
z-index: 50;
}




</style>
