	@import url(reset.css);
	
	html, body {margin:0; padding:0; font-size: .9em; font-family: Arial, sans-serif; }
	body {background:#c6d3de url(../img/bg.jpg) 0 0 repeat-x scroll;}
	
	h1 {font-size: 1.8em; margin:0;}
	h2 {font-size: 1.2em; margin:0;}
	h3 {font-size: 1.25em; margin: .5em 0 0.25em;}
	p {margin:.5em 0 .25em;}	
	
	#main ol,#main ul,#main li{margin:0; padding:0;}
	#main ul, #main ol {padding-left:1em;}
	#main li {list-style-type:disc;}
	
	a {color:#369; text-decoration:underline;}
	
/* --------layout */
	#title, #header, #main, #footer, #footerLinks {width:800px; margin:0 auto; padding:0; border:0; overflow:hidden; }
	.titleC, .headerC, .mainC, .footerC, .footerLinksC {margin:0 auto; padding:0; border:0; width:770px; overflow:hidden;}

/* --------TITLE */
	div#title {line-height:1; margin-top:55px; height:78px;}
	 #title div.titleC {width:800px}
/* --------HEADER */
	div#header {line-height:1; height:23px; background:#91b4d8; border:solid #333; border-width:1px 0;}/*#5ab19d*/
	 #header div.headerC {width:784px;}
	 .tab {height:23px; float:left; margin: 0 0 0 8px;}
	 .tab a {color:black; display:block; text-decoration:none; font-weight:bold; line-height:23px; font-size:1.2em; letter-spacing:1px; padding: 0 4px;}
	 .tab a:hover {background:#e4f8ff;}
/* --------MAIN */
	div#main {min-height:50px; background:white; position:relative;}/*#e4f8ff*/
	 #main div.mainC {padding-bottom:30px;}
	 
	 .pageTitle {margin:15px 0 10px; letter-spacing:1px; color:#104c7a;}
	 .address {font-weight:bold; color:#104c7a; font-size:.9em;}
	 
/* --------FOOTER */
	div#footer {line-height:1; height:82px; background:url(../img/footer.jpg) 0 0 no-repeat;}
	 #footer div.footerC {}
/* --------FOOTER LINKS */
	div#footerLinks {line-height:1; margin-bottom:90px;}
	 #footerLinks div.footerLinksC {text-align:center; font-size:.75em; color:#666; line-height:1.2; padding-top:3px;}
	 
/* --------MAP*/
	#map {height:300px; width:720px; margin:20px auto 10px; border:1px solid #3e3e3e;}
	

/* --------CONTACT FORM*/
	.contact {margin: 20px 0 20px 150px;}
	.contact input.txt {width:200px;}
	.contact td {padding:3px 0;  color:#003366; font-weight:bold;}
	.contact td.l {text-align:right; padding-right:10px;}
	.contact td.r {padding-left:10px; border:solid #e3e3e3; border-width:0 0 0 1px}	
	





