body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0 auto; 
	padding: 0;
	text-align: center; 
	color: #888888;
	font-size: 11px;
}
h1, h2, h3 {  font-size: 1.3em;}
h4 {color:#007abf; margin:10px; font-size: 1.1em;}
blockquote { font-style:italic;}
#container2 { 
	 
	background: #ffffff;
	margin: 0 auto; 
	border: none;
	text-align: left; 
}   
#top { width: 910px; margin: 20px auto 0 auto; padding: 0; background: black; height: 215px; }

#intro { margin:0 auto 0px auto; padding: 0 65px 0 135px ;height:40px;  }
#intro h1 { color:#ffffff; float:left; font-size:24px; line-height: 22px; margin: 0; font-weight: bold; letter-spacing: 2px; padding: 0 0;}
#intro h2 { color:#ffffff; float:right; font-size:9px; font-weight: 400; vertical-align: middle;text-align: right; padding: 0 0;}
#lowertop { height: 175px; margin:0 auto; width:910px; }
#logo { margin: 0px auto 0 auto; padding: 0; height:175px;width:165px; float:left;}
#logo img {margin: 0px auto 0 auto; padding: 0; border:0; }
#hdrright {float: right; padding-right:65px; height:175px; width:680px;}
#menu {
	height:40px; width:680px; padding:00px; 	
	margin:0px auto 5px auto;
	padding:0;
	
}
#menu p {  color:#d6241a; font-size: 2.2em; font-weight: 400; padding:5px 0 0 20px; float:left; margin:0 auto; }
#menu ul { margin:0; padding:0;list-style: none;float: right; width: 400px;}
#menu li {
	display: inline;float: right;
		
}
#menu table { float:right; width: 390px; margin: 0; padding: 0; border:none;}

#menu td { border: 2px ridge #f5f5f5; margin: 0; padding: 0; white-space:nowrap;
			border-top: none;border-left: 2px #f0f0f0 solid;
			border-bottom: none;border-right: 2px #555555 solid;
}
#menu a {
	display: block;
	background: url(images/hdrback.gif) repeat-x;	
	height: 30px;
	padding: 10px 6px 0px 6px; text-align: center; 
	text-transform: none;
	text-decoration: none;
	
	font-weight: 500;	
	color: #ffffff;
}

#menu a:hover {
	height: 34px; 
	padding: 6px 6px 0px 6px; color: #ffffff;
	background: #007abf url(images/pointer.gif) bottom center no-repeat;
}

#menu a:active {
	
	background: #d6241a;
}

#menu #currentpage a {
	height: 40px; font-weight: 700;
	padding: 0px 6px 0px 6px; color: #d6241a;border-left: 2px #d6241a solid;border-right: 2px #d6241a solid;
	background: #ffffff url(images/i35pointer.gif) center 75%  no-repeat;
}


 
#header { 
	height: 130px; padding:0px; padding-right:10px;width:670px;	
	margin: 0 auto 0 auto;	
	background: #d6241a url(images/redgrade.gif) repeat-x;
}
 
#header h1 { color:#ffffff;  margin: 3px auto; text-align:center; font-size: large; padding-left: 10px; padding-top:5px; }
#header h2 { color:#dddddd;  margin:  2px auto;text-align:center; font-size: 1.2em;padding-left: 10px;}
#header h3 { color:#222222;  margin:  2px auto;text-align:center; font-size: 1.4em;padding-left: 10px;} 
#header h4 { color:#111111;  margin:  2px auto;text-align:left; font-size: 9px;padding-left: 20px; font-weight: normal;}
#header h5 { color:#222222;  margin:  2px auto;text-align:center; font-size: 1.2em;padding-left: 10px;}
#lowercontainer { 										
	width: 780px; clear:both;
	background:white;color:#222222;
	padding:0; 
	margin: 00px auto;
	border: none;
	text-align: left; 
}
#lowercontainer a { color: #0033cc; text-decoration: none;}
#lowercontainer a:hover { text-decoration: underline;}
#mainContent { clear:both; background: #ffffff; margin: 0 auto; color: #222222;
	 padding: 0 20px; 
}
#mainContent h1, h2, h3 { color:#007abf; text-align:left;font-size: 1.3em;}
#mainContent h1 {margin-top: 0; border-bottom: #007abf 2px solid;}
#leftcol { float:left; width:500px; text-align: justify; margin-top: 20px;}

#chamber { margin:15px 0; text-align: center; border-top: 1px #aaaaaa solid;}
#chamber img { border:none; margin: 2px; }
#locations { margin; 10px auto; }
#locations p { margin: 2px auto; }
#locations table { width:100%; }
#locations tr { margin: 5px auto; }
#locations td { text-align: center; margin: 5px auto;}
#rightcol { float: right; width:220px; text-align: center; margin-top: 20px;}
#rightcol a { text-align: center;}
#footer { 
	margin-top:20px;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#007abf; color: #ffffff;
} 
#footer p {
	margin: 0; text-align:center;
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer h2 { margin: 0; text-align:center;padding: 10px 0;color: #dddddd; font-size: 9px; font-weight:normal;}
#footer img { border: none;}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.center p { text-align: center; }
.black { color:#222222;}