/* CSS Document */

body { 
	color: #333; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-color: white; 
}

p { 
}

td { 
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
hr {	
	margin: 0 20px 0 20px;
}
	
a:link { color: #009 ; text-decoration: underline; }

a:visited { color: #009 ; text-decoration: underline; }

a:hover { color: #009 ; text-decoration: none; }

a:active { color: #009 ; text-decoration: none; }

#footer { font-size: 9px; padding: 10px 20px; }

#maintext { line-height: 20px; padding: 20px; }

#pad20 {padding: 20px;}

.mainintro { color: #000099; font-size: 15px; font-family: Georgia, "Times New Roman", Times, serif; }

.address { 
	font-size: 11px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	line-height: 14px; 
	padding: 0 20px 0 20px;
}

.sidebarhead { font-size: 15px; font-family: Georgia, "Times New Roman", Times, serif; background-image: url(../images/bkgrd_sidebar.gif); width: 145px; }

.sidebar { font-size: 10px; }

.subpagehead { 
	font-size: 15px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	padding: 20px 0 0 20px;
	background-image: url(../images/bkgrd_tier2.gif); 
	background-repeat: no-repeat;
	background-position: 18px 18px;
	width: 550px; 
}

#bkgrd { background-image: url(../images/bkgrd_building.gif); background-repeat: no-repeat; background-position: 0 bottom; }

/*- Menu 1--------------------------- */
	
#menu1 {
	color: #333; 
	font-size: 14px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 224px;
	}
	
#menu1 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu1 li a:link, #menu1 li a:visited {
	color: #333;
	display: block;
	padding: 8px 0 0 35px;
	}
	
#menu1 li a:hover {
	color: #333;
	background:  url(../images/nav_rollover.gif) 0 -32px;
	padding: 8px 0 0 35px;
	}	

