/* CSS Document */
body {
	font-family: "Times New Roman", Times, serif;
	background-color: #FFFFFF; /* white */
	background:url('/_images/spacer.gif')
}

body, p, div { font:11pt "Times New Roman", Times, serif }

.content { border-left:2px solid #ff9900 }

#main { position:absolute; left:60px; width:600px; padding-top:10px }

.hdrprint { padding-left:60px }

#frame td.top2 { border-top:#5c658a 1px solid }
#frame td.med4 { border-left:#5c658a 1px solid }
#frame td.med5 { background-color:white }
#frame td.med6 { border-right:#5c658a 1px solid }
#frame td.bot8 { border-bottom:#5c658a 1px solid }

#mailbox {
	position:relative; 
	width:55px; 
	height:150px; 
	top:35px; 
	width:350px; 
	padding:5px; 
	border:1px dotted #999999; 
	text-align:right; 
}

.caption { font:bold 9px "Times New Roman", Times, serif }

.gallerypaging { font:9px Verdana; text-align:right; padding-right:15px }

#footer { font:10px Verdana }

#footer a.footlink:active, a.footlink:link, a.footlink:visited { padding: 0 10px 0 10px; border-left:1px #9aacf8 dashed }

#footer a.footlink:hover { color:#8a90a8; text-decoration:none }

#credit { font:11px Verdana }

.printOnly{display:block;} /* hide/show for printing - needs code in container page */
.notForPrinting{display:none;} /* hide/show for printing - needs code in container page */