@charset "utf-8";
/* CSS Document */

table#topNav
{
	height: 36px;
	width: auto;
	font-size: 15px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
}

table#topNav td 
{
	height: 36px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

table#topNav td a, table#topNav td a:link, table#topNav td a:active
{
	color:#FFFFFF;
	text-decoration: none;
}

table#topNav td a:hover
{
	color:#99FF00;
	text-decoration: underline;
}

table#topNav td:hover
{
	text-decoration: underline;
}

#footerContainer
{
	position: relative;
	width: 948px;
	height: 114px;
}

#footerContainer a, #footerContainer a:link, #footerContainer a:active, #footerContainer a:visited
{
	color: #99FF00;
	font-weight: bold;
	text-decoration: none;
}

#footerContainer a:hover
{
	text-decoration: underline;
}

#footerLogo
{
	position: absolute;
	background-image: url(../images/logo_btm.png);
	width: 139px;
	height: 71px;
	top: 10px;
	right: 8px;
}

#footerNav
{
	position: absolute;
	margin-top:16px;
	margin-left: 14px;
	font-size:12px;
}

#footerCredits
{
	position: absolute;
	margin-top: 90px;
	margin-left: 14px;
	font-size:10px;
}

#googleSiteSearch {
	background-image: url(../images/search_box.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 280px;	
	right: 18px;
	top: 14px;
	height: 30px;
}

#googleSearch {
	height: 16px;
	width: 240px;
	margin-bottom: 2px;
	margin-left: 6px;
}

#searchBtn {
	width:34px;
	height: 25px;
	cursor: pointer;
}
				 
.transItem {
	background: transparent;
	border: 0px;
}
