/* CSS Document */

body {
	background-image: url(images/brocade.jpg);
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
}

#navigation td {
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	text-indent: 5px;

}
#frame #layout #banner {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #999999;
	font-style: italic;
	text-align: right;
	margin-right: 10px;
}
#frame {
	border: thin solid #5A5856;
}
#frame #layout #hosts {
	color: #FFFFFF;
	text-align: center;
}
#frame #layout #imagelayout {
	background-image: url(images/banner.jpg);
	height: 100px;
}

h1 {
	font-size: 18px;
}
#navigation td {
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	text-indent: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #993300;
	font-weight: bold;

}
#frame #navigation a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
#frame #layout #textlayout {
	margin-top: 25px;
	margin-right: 15px;
	margin-bottom: 25px;
	margin-left: 10px;
}
#frame #layout #textlayout a {
	color: #000000;
	text-decoration: underline;
}

#frame #layout #navlayout {
	margin-top: 25px;
	margin-right: 25px;
	padding-bottom: 40px;
}


#frame #navigation a:hover {
	font-weight: bold;
	color: #CC6600;
	}
#frame #layout #contactbar {
	color: #FFFFFF;
	font-size: 10px;
	margin: 5px;
}
#frame #layout #resbutton a {
	color: #FFFFFF;
	text-decoration: none;
}
#frame #layout #resbutton {
	text-align: center;
}
#frame #layout #logolayout img {
	margin: 10px;
}

#footer a {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#frame #layout #resbutton a:hover {
	font-weight: normal;
	text-decoration: underline;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.style5 {
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
}
.thumbnail{

z-index:0;
}
.thumbnail:hover{
background-color:#CCCCCC;
z-index:50;
}
.thumbnail span{
position:absolute;
padding:0px;
left:-1000px;
visibility:hidden;
border:1px solid #000000;
color:black;
text-decoration:none;
}
.thumbnail span img{
border-width:0;
padding: 0px;
}
.thumbnail:hover span {
visibility:visible;
top:300px;
left:100px;
}
.ds_box {
	background-color: #FFF;
	border: 1px solid #000;
	position: absolute;
	z-index: 32767;
}

.ds_tbl {
	background-color: #FFF;
}

.ds_head {
	background-color: #333;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

.ds_subhead {
	background-color: #CCC;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 32px;
}

.ds_cell {
	background-color: #EEE;
	color: #000;
	font-size: 13px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	cursor: pointer;
}

.ds_cell:hover {
	background-color: #F3F3F3;
