@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000033;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#infobox {
	/*	float: left;*/
	position: relative;
	top: 265px;
	height: 300px;
	width: 280px;
	left: 500px;
	z-index: 1;
}
#infobox p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
}
.oneColFixCtr #container #mainContent #navigation #btn a {
	text-decoration: none;
	color: #141854;
}
#head {
	/*	float: left;*/
	position: absolute;
	height: 540px;
	width: 780px;
	background-image: url(images/bdtg_head2.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 20px;
	height: 720px;
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#navigation {
	height: 160px;
	width: 100%;
	top: 260px;
	position: relative;
	text-align: center;
}

.oneColFixCtr #container #mainContent #navigation #btn {
	width: 180px;
	float: left;
	margin-right: 6px;
	margin-left: 6px;
	height: 156px;
	background-color: #FBD33B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #141854;
	line-height: 14px;
}
.oneColFixCtr #container #mainContent #navigation #btn img {
	padding-bottom: 4px;
}
#sponsors {
	height: 90px;
	width: 780px;
	top: 280px;
	position: relative;
	text-align: center;
}
#sponsorscontent {
	height: 200px;
	width: 780px;
	top: 280px;
	position: relative;
	text-align: center;
}
#headinterior {/*	float: left;*/
	position: absolute;
	height: 150px;
	width: 780px;
	background-image: url(images/insidepagehead.gif);
	background-repeat: no-repeat;
}
#navigationinterior {
	height: 60px;
	width: 780px;
	position: relative;
	text-align: center;
	top: 150px;
}
#leftcol {
	width:480px;
	position: relative;
	top: 160px;
	float: left;
}
#rightcol {
	width:280px;
	position: relative;
	top: 160px;
	float: right;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #999999;
	font-weight: normal;
}
h1 {
	color: #0F1239;
}
.oneColFixCtr #containerinterior {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 20px;
	height: 1500px;
}
/* Listmatic */
#navigationinterior ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: #0F1239;
	color: #FBD43B;
	float: left;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#navigationinterior ul li { display: inline; }

#navigationinterior ul li a
{
	padding: 4px 11px 4px 11px;
	background-color: #0F1239;
	color: #FBD43B;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000033;
	background-color: #FBD43B;
	padding: 4px;
	margin-bottom: -10px;
}

#navigationinterior ul li a:hover
{
	background-color: #FBD43B;
	color: #0F1239;
}
#singlecol {
	width:780px;
	position: relative;
	top: 160px;
	float: left;
}
.oneColFixCtr #containerinterior #mainContent #leftcol li {
	list-style-type: square;
	font-size: 14px;
	padding-bottom: 6px;
}
.oneColFixCtr #containerinterior #mainContent #leftcol td {
	font-size: 14px;
	line-height: 22px;
}
