body {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #222222;
	background-color: #D0D0D0;
	overflow: auto;
	background-image: url(../graphics/bg01.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}

h4 {	
  	display: inline;
}

* html h4 {
 	font-size: 14px; 
}

h3 {	
  	display: inline;
}

* html h3 {
 	font-size: 16px; 
} 

#headerBox {
    z-index: 6;
 	position: absolute;
 	width: 956px;
 	height: 164px;
 	left: 0px;
 	top: 0px;
	background-image: url(../graphics/header02.jpg);
}

#contentBox {
  	position: absolute;
  	z-index: 5;
  	left: 0px;
  	top: 0px;
  	width: 810px;
  	min-height: 100%;
  	background-color: #FFFFFF;
  	background-image: url(../graphics/box_border.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#whitespace {
    position: absolute;
  	z-index: 2;
  	left: 0px;
  	top: 0px;
  	width: 810px;
  	height: 100%;
  	background-color: #FFFFFF;
  	background-image: url(../graphics/box_border.gif);
	background-repeat: repeat-y;
	background-position: right;
  
}
#emptySpace { height: 164px; width: 748px; }
#emptyBar { float: right; width: 1px; height: 470px; }


#sideNav {
	float: left;
  	background-image: url(../graphics/sideNavBg.gif);
	background-color: #99AABB;
	width: 140px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
  	font-family: verdana, arial, sans-serif;
	font-size: 12px;	
}

* html #sideNav {
   		width: 160px;
} 


#textBox {
  	float: left;
	width: 695px;
  	padding: 20px;
  	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	color: #222222;
}


#contactBox { 
	float: left;

}

#theMap { 
	float: right;
	margin-right: -50px;
}
.cellTitle {
font-family: verdana, sans-serif; font-size: 14px; font-weight: bold; margin-left: 12px;

}
.cellInfo {
font-family: verdana, sans-serif; font-size: 14px; margin-left: 25px;
}



.contactTable {	font-family: verdana, sans-serif; font-size: 13px;}
.contactTable tr { height: 20px;}
.contactTable td { padding-right: 15px;}

.orderTable { font-family: verdana, sans-serif; font-size: 13px;
}
.orderTable td { padding-right: 10px;
}

.orderFrame {
	background-color: #e9f0f5;
	border: 1px solid #999999;
	padding: 5px;
}

A			{text-decoration: none;  color: #0042be; border-bottom: 1px dotted #e72100;}
A:link 		{color: #0042be; font-family: verdana;}
A:visited 	{color: #0042be}
A:active 	{color: #0042be}
A:hover 	{color: #e72100; border-bottom: 1px solid #e72100;}

.largerText2 {
font-size: 12px; font-weight: bold;
}

.redText {color: red; font-weight: bold;}