@charset "UTF-8";
/* CSS Document */

#Body_Holder
{
	width: 100%;
	background: none;
}

#Flash_Holder
{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#Content_Holder
{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

#Content
{
	width: 750px;
	float: right;
}

/* Quicklinks */

#Quicklinks_Holder
{
	width: 750px;
}

table.Quicklinks
{
	width: 750px;
	border: #333;
}

h1.QuicklinksHeader
{
	font-size: 14px;
	font-weight:bold;
	margin: 0px;
	color:#FFF;
}

th.QuicklinksHeader
{
	background: #000;
	text-align: left;
	padding-left:5px;
}

th.QuicklinksTitle
{
	width: 250px;
	background-color: #FFF;
	text-align: center;
}

td.Quicklinks
{
	color:#FFF;
	vertical-align: top;
	font-size: 11px;
}
	
ul.Quicklinks
{
	color: #FFFFFF;
	padding-left:15px;
	margin:0;
	list-style-type: disc;
	margin-top: 5px;
	margin-bottom: 5px;
}

a.Quicklinks
{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover.Quicklinks
{
	color: #999999;
}




#Body_Specials
{
	width: 750px;
	height: 265px;
	position: relative;
	margin-top: 10px;
}

#Body_Specials_Header
{
	width: 750px;
	height: 25px;
	position: relative;
}

#Body_Specials_Content
{
	width: 750px;
	height: 240px;
	position: relative;
}

#NewsHolder
{
	width: 728px;
	max-height: 70px;
	background-color:#000;
	border: #999 solid thin;
	margin-bottom: 20px;
	padding:10px;
	color:#FFF;
	overflow:auto;
}


	
