* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0; padding: 0;
    font: normal 12px/20px arial, verdana, tahoma;
    background-color: #fff;
  }
  
a { 
    font: normal 12px/20px arial, verdana, tahoma; 
    color: #5d71e7; 
    text-decoration: none; 
  }
  
  
a:hover { 
    font: normal 12px/20px arial, verdana, tahoma; 
    color: #000; 
    text-decoration: none; 
  }
  
div.divBottomBar {
	  background-color: #e2e9ef;
	  width: 100%;
	  margin: 0 auto;
  }
  
div.divFooterText {
		text-align: center;
		padding: 5px;
		
}
	 
div.divTopBar {
	  background-color: #e2e9ef;
	  width: 100%;
	  margin: 0 auto;
	  height: 20px;
  }
  
div.divTopBarBox {
	width: 800px;
	margin: 0 auto;
}

div.divLocationText { 
	float: left;
}

div.divCallText {
	float: right;
}

div.spacer {
	clear: both;
}

div.divCurrentSection { 
	width: 800px;
	margin: 0 auto;
}
div.divCurrentSection  img { 
	width: 800px;
	text-align: center;
}
div.divMainBox { 
	width: 805px;
	margin: 0 auto;
	background-color: #fbfbfb;
}

div.divLogo {
	width: 800px;
	margin: 0 auto;
}


div.divBodyText {
	font: normal 12px/18px arial, verdana, tahoma;
}

ol, ul { margin-left: 30px; }