/* CSS Document */

@media all {
	body { font-family: Georgia, "Times New Roman", Times, serif; font-size: 12pt; line-height: 1.3em }
	a:link { text-decoration: underline }
	hr { color: #783c2c; background-color: #783c2c; height: 1px; width: 50%; margin: auto; border: none }
	li.invisible { visibility: hidden }
}
@media screen {
	body { color: #783c2c; margin: 0; background-image: url(site/bkgd.jpg); background-repeat: repeat; background-position: top center; background-attachment: scroll }
	a:link { color: #783c2c }
	a:visited { color: #381b16 }
	a:hover, a:active { color: #f00; text-decoration: none }
	h1 { width: 770px; height: 158px; margin: 0 0 12pt 0; background-position: center center; background-repeat: no-repeat }
	h1 span { display: none }
	h2, h3 { text-transform: lowercase }
	h3 { border-bottom: 1px solid #783c2c }
	div#center { margin: 0 auto; width: 770px; background-image: url(site/center.jpg); background-position: top center; background-repeat: repeat-y }
	div#left { float: left; width: 170px; text-align: right; color: #783c2c; font-size: 14pt; line-height: 1.5em; margin-left: 0px; border-right: 1px solid #783c2c; padding-right: 20px }
	div#left ul { margin: 0; list-style-type: none }
	div#left hr { height: 1px; color: #783c2c; background-color: #783c2c; border: none; width: 100px; text-align: right; margin-right: 0 }
	div#left a:link, div#left a:visited { color: #783c2c; text-decoration: none; text-transform: lowercase }
	div#left a:hover, div#left a:active { color: #783c2c; text-decoration: underline }
	div#main { border-left: 1px solid #783c2c; margin-left: 190px; padding: 0 20px; margin-right: 40px }
	div#footer { width: 770px; height: 48px; margin: 12pt 0 0 0; background-image: url(site/bottom.jpg); background-position: center center; background-repeat: no-repeat; clear: both }
	div#footer span { display: none }
	h2 { margin-top: 0 }
}
@media print {
	div#left { display: none }
}