html, body, ol, ul, li, dl, dt, dd, img {
  	margin: 0; 
  	padding: 0;
  	border: 0;
}

body {
	background-color:#FFFFFF;
	font-family: Arial, Verdana;
	background: url(images/bg.gif);
}



/**************** Utility Rules *******************/

/*\*/ /*/
.sidenav a:hover {position: relative;}
/* this fixes an IEmac hover bug in the left column, hidden from other browsers */


.brclear { /* Use a break with this class to clear float containers */
   clear:both;
   height:0px;
   margin:0px;
   font-size: 1px;
   line-height: 0px;
}
.brclearright { /* Use a break with this class to clear right float containers */
   clear:right;
   height:0px;
   margin:0px;
   font-size: 1px;
   line-height: 0px;
}
.brclearleft { /* Use a break with this class to clear left float containers */
   clear:left;
   height:0px;
   margin:0px;
   font-size: 1px;
   line-height: 0px;
}

.clearfix:after {
     content: ".";
     display: block;
     height: 0;
     clear: both;
     visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.bgleft {
	width:10px;
	background: url(images/leftbg.png) repeat-y;
}

.bgright {
	width:10px;
	background:url(images/rightbg.png) repeat-y;
}

.footerbg {
	color:white;
	background-color:black;
	width:721px;
	height:50px;
	text-align:left;
	font-size:11px;
}

.navbginside {
	background-color:white;
	width:710px;
	_width:704px;
}


.navbg {
	background-color:white;
	width:710px;
	_width:712px;
}

.whitebg {
	background-color:white;
}

#hero {
	margin-top:10px;
	margin-bottom:10px;
}

.promomargin {
	margin-bottom:10px;
}

.logo {
	float:left;
	width:300px;
}

.headertxt {
	float:right;
	width:300px;
}

.bodyleft {
	background: url(images/bodyleft.gif) repeat-y;
	width:165px;
}

.bodymiddle {
	width:380px;
}

.bodyright {
	background: url(images/bodyright.gif) repeat-y;
	width:165px;

}

.navtop {
	width:152px;
	height:17px;
	background: url(images/navtop.gif) no-repeat;
	font-size:13px;
	color:white;
	text-align:left;
}

.navmiddle {
	border-right:1px solid black;
	border-left:1px solid black;
	text-align:left;
	width:150px;
	_width:152px;
	_margin-top:-1px;
}

.navmiddle a {
	text-decoration:none;
	color:black;
	margin-left:5px;
	font-size:13px;
}

.navbottom {
	width:152px;
	height:17px;
	background: url(images/navbottom.gif) no-repeat;
	margin-bottom:10px;
}

.centerborder {
	border-top:2px solid #999999;
	margin-top:5px;
}

.style4 {
	font-size: 24px;
	font-weight: bold;
}

.style6 {font-size: 11px}