/* CSS Document */

#full_page{
	position: relative;
	margin: 0 auto;
	width: 770px;
	height: 500px;
	background-color: #9999FFS
}
p{
	margin-top: 7px;
}
h1{
	font-size: 18px;
}
h2{
	font-size: 14px;
	text-decoration: underline;
	line-height : 20%
}
h3{
	font-size: 14px;
	text-decoration: none;
	line-height : 20%
}
h4{
	font-size: 11px;
	text-decoration: underline;
	line-height : 20%
}
ul{
list-style-image: url('images/bulletBat.gif');
}
#title_bar{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 770px;
	height: 80px;
	/*background-color: #e6ca91;
	/*background: url(images/BTTC-Header.gif) no-repeat top left;*/
}
#easyAccessMenu{
	position: absolute;
	left: 327px;
	top: 65px;
	width: 438px;
	height: 11px;
	color:#004900;
	font: 10px "Comic Sans MS";
	text-align: right;
}
body{
	background-attachment: fixed;
	background-image: url(images/Bat-background.gif);
	background-repeat: repeat;
	background-position: center;
}
#side_bar{
	position: absolute;
	left: 0px;
	top: 80px;
	width: 100px;
	height: 461px;
	background-color: #e6ca91;
	text-align: center;
}
#main_body{
	position: absolute;
	left: 100px;
	top: 80px;
	width: 670px;
	height: 455px;
	background-color: #e6ca91;
}
#ttTable{
	position: absolute;
	left: 5px;
	top: 5px;
	width: 660px;
	height: 450px;
	background-color: #FFFFFF;
}
#ttInnerTable{
	position: absolute;
	left: 8px;
	top: 8px;
	width: 644px;	
	height: 434px;
	color:#e6ca91;
	font: 10px "Comic Sans MS";
	background-color: #004900;
}
#ttInnerNetLine{
	position: absolute;
	left: 331px;
	top: 8px;
	width: 2px;
	height: 434px;
	background-color: #ffffff;
}
#homeDisplayWindow1{
	position: absolute;
	left: 7px;
	top: 38px;
	width: 287px;
	/*height: 291px;*/
	height: 350px;
	text-align: left;
	color:#e6ca91;
	overflow: auto;
	font: 11px "Comic Sans MS";
	padding-left: 10px;
	padding-right: 10px;
}
#homeDisplayWindow2{
	position: absolute;
	left: 361px;
	top: 56px;
	width: 250px;
	height: 320px;
	background-color: #004900;
}
#digitalSolutions{
	position: absolute;
	left: 385px;
	top: 535px;
	width: 375px;
	height: 15px;
	background-color: #e6ca91;
	color:#004900;
	text-align: right;
	font: 9px "Comic Sans MS";
	padding-right: 10px;
}
#copyright{
	position: absolute;
	left: 0px;
	top: 535px;
	width: 375px;
	height: 15px;
	background-color: #e6ca91;
	color:#004900;
	text-align: left;
	font: 9px "Comic Sans MS";
	padding-left: 10px;
}
#codeConductDisplayWindow{
	position: absolute;
	left: 1px;
	top: 0px;
	width: 624px;
	height: 433px;
	text-align: left;
	color:#e6ca91;
	overflow: auto;
	font: 11px "Comic Sans MS";
	padding-left: 10px;
	padding-right: 10px;
}
#contactUsDisplayWindow{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 624px;
	height: 434px;
	text-align: center;
	/*color:#e6ca91;*/
	overflow: auto;
	font: 11px "Comic Sans MS";
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
}
#clubInfoDisplayWindow{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 624px;
	height: 433px;
	text-align: left;
	color:#e6ca91;
	overflow: auto;
	font: 11px "Comic Sans MS";
	padding-left: 10px;
	padding-right: 10px;
}
#sponsorsDisplayWindow{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 645px;
	height: 438px;
	text-align: center;
	color:#e6ca91;
	overflow: auto;
	font: 11px "Comic Sans MS";
	padding-top: 5px;
}
#newsDisplayWindowTitle{
	
	width: 604px;
	height: auto;
	text-align: left;
	color:#e6ca91;
	overflow: auto;
	font: 14px "Comic Sans MS";
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
}
#newsDisplayWindowWide{
	width: 604px;
	height: 438px;
	text-align: left;
	color:#e6ca91;
	overflow: auto;
	font: 11px "Comic Sans MS";
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
}
#full_page #main_body #ttTable #ttInnerTable #newsDisplayWindowWide a:link{
	color: #e6ca91;
	text-decoration: underline;
}
#full_page #main_body #ttTable #ttInnerTable #newsDisplayWindowWide a:visited{
	color: #e6ca91;
	text-decoration: underline;
}
	#full_page #main_body #ttTable #ttInnerTable #newsDisplayWindowWide a:hover{
	color: #ffffff;
	text-decoration: none;
}
#full_page #main_body #ttTable #ttInnerTable #homeDisplayWindow1 a:link{color: #e6ca91;}
#full_page #main_body #ttTable #ttInnerTable #homeDisplayWindow1 a:visited{color: #e6ca91;}
#full_page #main_body #ttTable #ttInnerTable #homeDisplayWindow1 a:hover{color: #FFFFFF; text-decoration: underline;}

table.greenBG a:link{color: #e6ca91;}
table.greenBG a:visited {color:#e6ca91;}

table.greenBG a:hover{color: #FFFFFF; text-decoration: underline;}

a:link {
	color: #004900;
	text-decoration: none;
}
a:visited {
	color: #004900;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

