BODY            { color: black; font-size: 0.8em; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; background-color: #b7d0ee; margin: 0 }
p { margin-left: 0 }
table { font-size: 1em }
H1      { font-size: 1.7em; text-align: center; padding-top: 20px }
H2  { font-size: 1.2em; text-align: center }
#main     { background-color: #145c9d; margin-right: auto; margin-left: auto; width: 770px }
#mast             { width: 770px; height: 147px }
.nav               { color: white; font-size: 0.8em; font-weight: bold; margin-top: 20px; margin-left: 10px; float: left }
.nav A   { color: white; font-weight: bold; text-decoration: none }
.nav A:hover { color: #a7d5ff }
.content                { background-color: #b7d0ee; margin: 24px 24px 24px 100px }
.content1  { margin: 20px }
.footer      { font-size: 0.8em; background-image: url("footer.jpg"); background-repeat: no-repeat; text-align: center; height: 40px }
.center { text-align: center }
.bold { font-weight: bold }
.red { color: red; font-weight: bold }
.delete   { color: red; font-weight: bold; text-align: center }
.rightText  { color: white; font-size: 0.85em; font-weight: bold; text-align: center; padding-right: 5px; padding-left: 5px }
.rightImage { float: right }
@media print{
/*hide the left column when printing*/
.nav { display: none }
.rightText { display: none }
	#mast { display: none }
	.content   { margin: 0; padding: 0; width: 100% }
	.footer   { margin: 10px 0 0; padding: 0 0 0; width: 100% }
}


