body {
	color:#033300;
	background-color:white;
	margin:0px;
	padding:0px;
	font:10px verdana, arial, helvetica, sans-serif;
	}

/* Simple text styles */
h1 { margin-top: 0px; margin-bottom: 5px; color: #009900; font-size: 18px; }
h2 { margin-top: 0px; margin-bottom: 5px; color: #000; font-size: 15px; }
h3 { margin-top: 0px; margin-bottom: 5px; color: #009900; font-size: 14px; }
hr { border: 1px black solid }

a:link {color:#00f;}
a:visited {color:#00f;}
a:hover {
	text-decoration: underline;
}

.caption {
	background-color:white;
	color: #033300;
	padding: 0px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}	

.copyright, a.copyright{
	color: #000000;
	padding: 0px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
a.copyright,  a.copyright:visited {
	color: #000;
}
	
.nav {
	position:absolute;
	width:190px;
	top:246px;
	left:2px;
	margin-top:10px;
	background-color:#fff;
	padding: 5px;
	z-index:2;
/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:190px;
	}
/* "be nice to Opera 5" rule. Pass correct values to browsers with the parsing error
above (so they picked up the value intended for IE) but get the CSS box model right 
(so want the correct value). We take advantage of the fact that opera understand the 
CSS2 parent-child selector. */
body>.nav {width:190px;}
	
.content {
	background-color:white;
	font: 14px;
	color: #033300;
	padding: 0px;
}

.addressDetails {
	background-color:white;
	font: 10px;
	color: #033300;
	padding: 0px;
}
 
.customerStory {
	background-color:white;
	font: 10px;
	color: #033300;
	padding: 0px;
}
 
/* Styles for the navigation menu */
.menu, a.menu {
	font: bold 10px/150% verdana, arial, sans-serif;
	color: #000;
	text-decoration: none;
}

.menuSelected {
	font: bold 10px/150% verdana, arial, sans-serif; color: #009900;  margin: 0 0 0 0px;
}

a.menu,  a.menu:visited {
	color: #000;
}
