body					{ font-family: Verdana, Helvetica, sans-serif;  margin: 0; padding: 0; }
hr						{ display: none; }

#header					{ height: 79px; background: url('./images/bg_grad_header.jpg') repeat-x; }
#header h1				{ margin: 0; }
#header h1 a			{ display: block; width: 147px; height: 57px;
						  background: url('./images/logo.jpg') no-repeat center center; 
						  padding: 10px 0 0 10px; }
#header h1 a span		{ position: absolute; top: -10000px; }





#nav					{ height: 23px; background: url('./images/bg_grad_nav.jpg') repeat-x; margin: 0; padding: 2px 0 0 20px;  
						  border-bottom: 1px solid #184890; }
#nav li					{ display: inline; 
						  font-weight: bold; font-size: small;
						  text-transform: uppercase; 
						  padding: 0 10px;
						  border-left: 1px solid #184890; }
#nav li.first			{ border: 0; }
#nav li a				{ color: #184890; text-decoration: none; }
#nav li a:hover			{ text-decoration: underline; }







#pages					{ list-style-type: none; float: left; padding: 20px 0 0 10px; margin: 0; }
#pages li				{ display: block; width: 137px; height: 20px; margin: 2px 0 0 10px; 
						  background: url('./images/bg_grad_page.jpg'); 
						  font-weight: bold;
						  text-transform: uppercase; font-size: small;
						  padding: 4px 0 0 10px;}
#pages li.selected		{ background: url('./images/bg_grad_pagehi.jpg'); 
						  color: #ffffff; }
#pages li a				{ color: #173a6d; text-decoration: none; }
#pages li a:hover		{ text-decoration: underline; }



#content 				{ margin-left: 190px; color: #184890; }
#content h1				{ border-bottom: 1px solid #184890; margin-right: 20px; padding-bottom: 20px; 
						  font-family: "Palatino Linotype", "Times New Roman", Times, serif; }
#content p				{ margin-right: 200px;}



address					{ font-size: x-small; font-style: normal; 
						  position: absolute; top: 20px; 
						  color: #fff; }
address span			{ display: block; font-weight: bold; }
address.manc			{ left: 200px; }
address.macc			{ left: 500px; }



#boxes					{ position: absolute; top: 180px; right: 20px; }
#boxes p 				{ display: block; width: 130px; height: 130px;
						  background-color: #b7c8dc; 
						  margin-top: 20px; 
						  padding: 10px; font-size: smaller; 
						  font-style: italic; }
