/* CSS Document */
/* Written by Jeff Wright */
body {
	font-family: Georgia, Times New Roman, Times, serif;
	background-color: #333333;
	background-image: url(images/BGGradient.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#maintable {
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #666;
}
td.heightset {
	height: 24px;
}
td.sec_yellow {
	background-color: #f3791e;
	border-left: 2px solid #333333;
	border-right: 2px solid #333333;
	padding: 8px 20px;
}
td.sec_bg {
	padding: 8px 20px;
}
td.sec_yellow_pic {
	background-color: #f3791e;
	border-left: 2px solid #333333;
	border-right: 2px solid #333333;
}		
td.sec_bg_welcome {
	padding: 8px 20px;
	height: 182px;
	width: 259px%;
}
.tr.hght {
	height: 24px;
}
a {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #f3791e;
}
.showlinks a {
	text-decoration: none;
	color: #333;
}
.showlinks a:hover {
	text-decoration: underline;
	color: #f3791e;
}
td.sec_yellow_thumb_left {
	background-color: #f3791e;
	border-left: 2px solid #333333;
	border-right: 1px solid #333333;
	text-align: center;
	height: 100px;
	width: 33%;
	padding:10px;
}
td.sec_yellow_thumb_right {
	background-color: #f3791e;
	border-left: 1px solid #333333;
	border-right: 2px solid #333333;
	text-align: center;
	height: 75px;
	width: 33%;
}
td.sec_yellow_thumb_center {
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	text-align: center;
	height: 75px;
	width: 33%;
	padding: 10px;
}
.photolink a {
	text-decoration: none;
	color: #333;
}
.photolink a:hover {
	text-decoration: underline;
	color: #FFF;
}
.toggleopacity img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
	border: 1px solid #ccc;
}
.toggleopacity:hover img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	border: 1px solid #000;
}
a img {
	border-color: black;
}
a:hover img {
	border-color: white;
}
td.footer {
	border-top: 1px solid #333333;
}