/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: #20418A;
	color: #20418A;
	font: 16px Georgia,"Times New Roman",Times,Serif;
	margin: 47px 0;
}

a{
	color: #20418A;
	text-decoration: none;
}
a:hover{
	color: #293A52;
	text-decoration: underline;
}

input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px;
}
select{
	padding: 0;
}
li{
	list-style: none;
}
/*=== Layout ===*/
#page{
	background: #FFFFFF;
	margin: 0 auto;
	padding: 0 0px;
	width: 900px;
}
#page-top, #page-bot {
	text-align: center;
	background: #FFFFFF;
	height: 117px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 900px;
}
#page-bot {
	background: #DDDDDD;
	font: 12px Arial, Helvetica, sans-serif;
	color: #20418A;
	height: 47px;
}
#page-bot a{
	color: #20418A;
	text-decoration: none;
}
#page-bot a:hover{
	color: #293A52;
	text-decoration: underline;
}
/*=== Title ===*/
#title{
	height: 260px;
	overflow: hidden;
}
/*=== Columns ===*/
#columns{
	height: 1%;
}
/*--- Left Column ---*/
#leftcol{
	background: #999999;
	color: #20418A;
	float: left;
	width: 250px;
	height: 800px;
	padding-top: 20px;
}
#leftcol .spacer{
	padding: 0 20px;
}
#leftcol a{
	color: #ffffff;
}
#leftcol a:hover{
	color: #293A52;
}
#leftcol h3{
	font-size: 12px;
}
#leftcol h4{
	color: #20418A;
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 17px;
}
#leftcol p{
	font-size: 12px;
	padding: 0 0 15px;
}
/*- Left Menu -*/
.leftmenu li{
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 17px;
}
.leftmenu li a {
	letter-spacing:2px;
	}
#leftcol .leftmenu a.current{
	color: #293A52;
	text-decoration:underline;
}
/*--- Center Column ---*/
.centermenu li {
	list-style: disc inside
}

.coupon {
	border: 2px solid #000000 !important;
}

#centercol{
	float: left;
	width: 650px;
}
#centercol .spacer{
	padding: 44px 44px 20px;
}
#centercol h2{
	color: #20418A;
	font-size: 20px;
	padding: 0 0 20px;
}
#centercol h3{
	color: #c1b193;
	font-size: 18px;
	padding: 0 0 20px;
}
#centercol h4{
	color: #cccccc;
	font-size: 20px;
	letter-spacing: 2px;
	padding: 0 0 10px;
}
#centercol h5{
	color: #cccccc;
	font-size: 14px;
	padding: 0 0 10px;
}
#centercol h6{
	font-size: 43px;
}
#centercol p{
	line-height: 28px;
	padding: 0 0 20px;
}
#menu #centercol li {
	list-style: disc;
	margin: 0 0 .75em 2em;
	}

.zoombot {
	text-align: center;
	background: #FFFFFF;
	height: 800px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 650px;
	color: #20418A;
}
.zoombot a{
	color: #20418A;
	text-decoration: none;
}
.zoombot a:hover{
	color: #293A52;
	text-decoration: underline;
}
/*--- Sub Columns ---*/
.col1{
	border-right: 1px solid #ffffff;
	float: left;
	padding: 0 30px 0 0;
	width: 300px;
}
.col2{
	float: left;
	margin: 0 0 0 20px;
	width: 250px;
}
.col3{
	float: right;
	margin: 0 0 0 20px;
	width: 250px;
}
.col4{
	float: left;
	margin: 0 0 0 20px;
	width: 500px;
}
.col1 h4 {
	text-align: center;
	}

.subcol1{
	color: #c1b193;
	float: left;
	width: 125px;
}
.subcol1.football {
	width: 300px;
	}
.subcol1.football h3 {
	font-weight: normal;
	text-align: center;
	margin: .75em 0 1em;
	}
#centercol .subcol1 h3{
	padding: 0;
}
.subcol2{
	float: left;
	margin: 0 0 0 20px;
	width: 155px;
}
#centercol .subcol2 p{
	font: 11px/18px Arial, Helvetica, sans-serif;
	padding: 0;
}
/*=== Styling Boxes ===*/
.box{
	background: #162131;
	clear: both;
	margin: 0 0 30px;
}
.box.small {
	width: 150px;
	}
.box-top,.box-bot{
	background: url(box-top.gif) no-repeat top;
	clear: both;
	height: 6px;
	overflow: hidden;
}
.box-bot{
	background: url(box-bot.gif) no-repeat top;
}
.box.small .box-top {
	background: url(box-top150.gif) no-repeat top;
}
.box.small .box-bot {
	background: url(box-bot150.gif) no-repeat top;
}
#centercol .box.small p {
	font: 11px Arial, Helvetica, sans-serif;
	line-height: 14px;
	}
#columns .box .spacer{
	height: 1%;
	padding: 15px 25px;
}
/*=== Styling Lists ===*/
.list1{
	font: 11px Arial, Helvetica, sans-serif;
}
.list1 li{
	background: url(list-item.gif) no-repeat left top;
	margin: 0 0 3px;
	padding: 0 0 0 8px;
}
/*=== Footer ===*/
#footer{
	clear: both;
	color: #c1b092;
	font-size: 11px;
}
#footer a{
	color: #ffffff;
}
#centercol p.botmenu{
	color: #ffffff;
	line-height: normal;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.hl, .hl2{
	background: url(hl.gif)  no-repeat top left;
	height: 6px;
	margin: 20px 0 30px 0;
	overflow: hidden;
}
.hl2{
	background: url(hl2.gif)  no-repeat top left;
	margin-bottom: 10px;
}
p.addr{
	font: 11px Arial, Helvetica, sans-serif;
}
.ads{
	text-align: center;
}
.fltrt {
	float: right;
	margin: 0 0 10px 10px;
	}
