@charset "utf-8";
/* CSS Document */

body{
	background:url(images/bodybg.png) repeat-x;
	text-align:center;
}

#wrapper{
	background:#FFF;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:10px;
	width:984px;
	top:10px;
}

table{
	color:#555;
}

table strong{
	color:#2D2D2D;
}

#head{
	background:url(images/header1.jpg) no-repeat;
	width:984px;
	height:135px;
	clear:both;
}

.solidblockmenu ul{
	vertical-align:middle;
	float:left;
	clear:both;
	font: bold 13px Arial;
	width:924px;
	height:35px;
}

.solidblockmenu li{
	margin-left:auto;
	margin-right:auto;
	display:inline;
	height:35px;
	vertical-align:middle;
}

.solidblockmenu li a{
	float:none;
	color: white;
	height:35px;
	padding: 9px 8px;
	text-decoration: none;
	vertical-align:middle;
}

.solidblockmenu li a:visited{
	color: white;
	height:35px;
	vertical-align:middle;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current{
	color: white;
	height:35px;
	vertical-align:middle;
}

img{
	border-style:none;
}

.tabcontainer{
	clear: left;
	width:95%; /*width of 2nd level sub menus*/
	height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

*:first-child+html .ieclass{ /*IE7 hack to remove gap between menu and sub contents*/
	margin-top: -1em;
}

* html .ieclass{ /*IE6 and below hack to remove gap between menu and sub contents*/
	margin-top: -1em;
}

.tabcontent{
	display:none;
}

#flavortext{
	margin-top:10px;
	margin-bottom:10px;
	width:984px;
	font-size:24px;
	clear:both;
	float:left;
}

a{
	color:#990002;
	text-decoration:none;
}

a:visited{
	color:#FF151C;
}

#content{
	width:964px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}

#tablecontent{
	background:url(images/contentbg.png) repeat-x;
}

#quartertable{
	font-size:16px;
	font-size:18px;
	text-align:center;
}

#center{
	width:502px;
	clear:both;
}

#splitleft{
	width:250px;
	float:left;
	clear:left;
}

#splitright{
	width:250px;
	float:left;
	clear:right;
}