body  {
	background: #095028;
}
.drgstyle  { 
	background: #FFFFFF;
	border-color: #FFFFFF;
	border-width: 6;
	
} 
.topnavigation 
{
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	font: 80% Arial;
	text-align: center;
	padding: 0px 5px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: white;
}

.toplinks
{
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	font: 90% Arial;
	text-align: right;
	padding: 0px 5px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: white;
}
.logoarea { 
	background-image: url("/images/topbkgrnd.jpg");

}
.mainlinks { 
	background-image: url('/images/mainlinkbk.jpg');
	
}

.sublinks { 
	background-image: url('/images/sublinkbk.jpg');
	background-repeat: repeat-x;
}

.bottom
{
	background-image: url('/images/btmbarbk.jpg');
}
.storelabel
{
	font-size:x-small;
	font-family:Arial;
}

.storepic
{
	max-width: 225px;
	max-height:225px;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.sponsorad 
{
	font: 70% Arial, Helvetica, sans-serif; 
	color: white; 
	text-align: center; 
	margin-top: 10px; 
	width: 452px; 
	height: 125px; 
	padding: 0px 15px; 
}

.sports 
{
	font: 70% Arial; 
}


.left { float: left; }
.right { float: right; }

.sideheader
{
	/*background-image: url("/images/headerbk.jpg");*/
	background-repeat: repeat-x;
	height: 31px;
	vertical-align:middle;
	color:White;
}
.articletitle
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: black; 
	font-weight: bold;
}
.text 
{	
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: black
}