/* CSS Document */

body {
	background-color: #666633;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

td, th, p {
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

h1 {
	font-weight: normal;
	font-family: Gill Sans, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color: #AA0000;
	}

a {
	color: #AA0000;
	}

.masthead {
	background-color: #FFF;
	height: 110px;
	}

.navigation {
	height:30px;
	margin: 0 25px 0 25px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	}

#page {
	background-image: url(../images/bkg.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	background-color: transparent;
	padding: 40px;
	}

.body {
	background-image: url(../images/bkg-watermark.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #e2d9c1;
	text-align: left;
	}
	
.content {
	padding: 30px 40px 30px 40px;
	color: #666633;
	}

td.body {
	height: 100%;
	}

.footer {
	text-align: center;
	font-family: Gill Sans, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666633;
	padding: 4px;
	
	}

td.footer {
	height: 20px;
	}

.footer a{
	color: #666633;
	}
