
	
	body {	
	background:#336699;
	font-family: verdana,sans-serif;
	color: black;
	font-size: 12px;
	margin-top: 8px;
	text-align: center;
	line-height: 1.3;
	}
	
	table#main {width: 772px; background: white; text-align: left; border: none;}
	table#rightal {width: 225px; margin-left: 10px;}
	
	td {vertical-align: top;}
	
	td#leftcol {background: #BBD8FF;}
		
	b#bannercaption {position: relative; left: 305px; top: -18px; color:#818181; font-size: 11px;}
	
	p#homeps {width: 400px;}
	
	h1 {margin-top: 8px; font-family: verdana,sans-serif; font-size: 24px; color: #336699;}
	h2 {font-family: verdana,sans-serif; font-size: 18px; color: #336699;}
	h3 {font-family: verdana,sans-serif; font-size: 14px; color: #336699;}
	
	A:link { color: #000099; text-decoration: underline; }       /* unvisited link */
	A:visited { color: #000099; text-decoration: underline; }   /* visited links #4b4b4b*/

	td#leftcol A:link { color: #000099; text-decoration: none; } /* no underline in left col navigation... */
	td#leftcol A:visited { color: #000099; text-decoration: none; }
	td#leftcol A:hover { text-decoration: underline;} /* ...except when hovering */
	
	.welcome {font-size: 16px; font-family: 'comic sans ms', verdana, sans-serif;}

	.ps {font-size: 11px;} /* small text at bottom */
	
	.exsp {font-size: 4px;} /* for a small bit of vertical spacing */
	
	.posting {background: #BDDEFF url(pics/posting.gif); background-repeat: repeat-x; line-height: 1.3;} /* for news items */
	
	.posting h1 {text-align:center;font-family:verdana,arial,helvetica; color:#000000; font-weight:bold; font-size:1.2em; margin: 0 0 .25em 0;}
	
	.posting p {margin:1em 0 .5em 0;}
	
	.imgRight {float:right;margin: 0 0 0 8px;}
	
/*FOR LINKS TO PDF, DOC, XLS or PPT files - includes icon to right of link */
a.pdflink, a.doclink, a.xlslink, a.pptlink {
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: center;
	background-position: right;
	padding-right: 20px;  
}
a.pdflink {
	background-image: url(pics/pdf.gif);  
}
a.doclink {
	background-image: url(pics/doc.gif);  
}
a.xlslink {
	background-image: url(pics/xls.gif);  
}
a.pptlink {
	background-image: url(pics/ppt.gif);  
