* html {
margin: 0; 
padding: 0; 
}

html, body { 
font-family :  Trebuchet MS, Arial, Verdana, Geneva, Helvetica, sans-serif; 
font-size : 12px; 
color: #000000; 
text-align: center;
margin: 0;
padding: 0;
}

TD { 
font-family : Trebuchet MS, Arial, Verdana, Geneva, Helvetica, sans-serif; 
font-size : 12px; 
color: #000000;  
font-weight : normal;
}

img{border: 0px;}

.bckWhite { background-color: #fff; }
.bckBlack{background-color: #000;}
.bckRed { background: #cc0000; }
.bckBlue { background: #88aed8; }

.Hidden		{visibility: hidden;}	
.NoDisplay	{visibility: hidden; display: none;}
.Visible	{visibility: visible;}	

.left { float: left; }
.right { float: right; }
.clear { clear: both; }	


/*Global Elements*/

a { color : #004467; text-decoration : underline;}

a:visited{color: #666666;}
	
a:hover { color : #369; }

.title, h1 { 
color: #004467; 
font-size : 18px; 
font-weight: bold;
margin: 0;
}

.subtitle, .subhead, h2 { 
color: #004467; 
font-size : 14px; 
font-weight: bold; 
margin: 0;
}
.subtitle a:link, .subtitle a:active, .subtitle a:visited, .subhead a:link, .subhead a:active, .subhead a:visited, h2 a:link, h2 a:active, h2 a:visited { color: #369; }
.subtitle a:hover, .subhead a:hover, h2 a:hover { color: #666; }

/*---------------------*/

/*Header, Footer styles*/

#SiteContainer { width: 974px;	margin: 40px auto; text-align: center; background: #fff;}
#header {text-align: center; margin: 0;}
	
#rotatingCars { background: #ccc; text-align: center; width: 974px; height: 275px; margin: 2px auto; }
#welcomeText { text-align: left; color: #fff; margin: 20px;}
	#welcomeText h1 { color: #fff; }
table#locations { width: 100%; margin: 0; padding: 0; background: #64696e url(/images/hmFade.jpg) repeat-x 0 0; }
	table#locations td { vertical-align: top; text-align: center; }
	table#locations td strong a { color: #069; text-decoration: none; }
	

/*---------------------*/

/*default.asp Homepage Styles*/

#subContent {
	overflow: visible;
	padding: 20px;
	border: 1px solid #999;
	margin: 10px 0;
	background: #fff;
	text-align: left; 
}

.compdropdowns { width: 200px; } /*for Comptool selection boxes*/

