BODY {
	background-color: #e8e4cd;
	margin: 0px;
	color: #295369;
	font-size: 14px;
	background-image: url(images/bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	font-family: "Georgia", "Times New Roamn", Times, serif;
}

.wrap {
	width: 944px;
	background-image: url(images/bg_wrap.png);
}

.header {
	width: 944px;
	height: 426px;
	background-image: url(images/bgheader.gif);
	background-repeat: no-repeat;
}

.content {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 7px;
	text-align: justify;
}

H1 {
	font-size: 16px;
	font-weight: bold; 
	color: #7B6A00;
	padding-bottom: 0px;
}

.sep {
	padding-bottom: 10px;
}

.nav {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	font-variant: small-caps;
}

.nav A {
	text-decoration: underline;
	color: #7B6A00;
}

.nav A:HOVER {
	text-decoration: none;
	color: #295369;
}

.nav A:VISITED {
	text-decoration: underline;
	color: #7B6A00;
}

.credits {
	color: #295369;
	font-size: 11px;
	text-align: right;
	padding-right: 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-bottom: 7px;
}

.credits A {
	text-decoration: none;
	color: #295369;
}

.credits A:HOVER {
	text-decoration: none;
	color: black;
}

.credits A:VISITED {
	text-decoration: none;
	color: #295369;
}


A {
	text-decoration: underline;
	color: #295369;
}

A:HOVER {
	text-decoration: none;
	color: #D8CD96;
}

A:VISITED {
	text-decoration: underline;
	color: #295369;
}

FORM {
	font-size: 13px;
}