body {
	text-align: center;
	background-color: #9999CC;
}

#Page {
	border: 1px solid #000000;
	width: 750px;
	padding: 0px;
	margin: auto;
	margin-top: 20px;
	font-family: Verdana;
	text-align: left;
	background-color: white;
}

#Header {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	background-color: #333399;
}

#Logo {
	margin: 0px;
	margin-left: 10px;
	margin-right: 20px;
	padding: 0px;
	position: relative;
	top: 5px;
}

#Logo #Main {

	font-size: 18pt;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 3px;
}

#Logo #Subtitle {
	font-size: 11pt;
	font-weight: bold;
	margin-left: 40px;
	color: #9999CC;
	position: relative;
	top: -5px;
}

#Menu {
	list-style: none;
	text-align: right;
	padding: 0;
	position: relative;
	left: -20px;
	margin-top: 8px;
	padding-bottom: 5px;
	padding-right: 15px;
}

#Menu li {
	display: inline;
	margin: 0px;
	padding: 2px 5px 5px 5px;
	text-align: center;
	padding-bottom: 5px;
}

#Menu li a {
	display: inline;
	text-decoration: none;
	white-space: nowrap;
	font-size: 9pt;
	color: #FFFFFF;
	padding-bottom: 5px;
	padding-top: 5px;
}

#Menu li a:hover {
	text-decoration: underline;
}

#Content {
	min-height: 130px;
	background-image: url('../images/watermark.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	margin: 20px;
	font-size: 10pt;
}

#Content img {
	float: right;
	clear: right;
	margin: 20px;
}


#Footer {
	margin: 0px;
	padding: 5px;
	color: #FFFFFF;
	background-color: #333399;
}

#Footer #Address, #Footer #Contact {
	text-align: right;
	font-size: 9pt;
	margin: 1px;
	font-style: italic;
	font-weight: 700;
}

#Footer a {
	color: #FFFFFF;
}

#Footer #ChuckImage {
	float: right;
	margin-top: -65px;
	margin-left: 3px;
}


#Content h1 {
	text-align: center;
	font-weight: bold;
	font-size: 11pt;
	color: #333399;
	border-bottom: thick solid #333399;
	display: inline;
	padding-left: 1em;
	padding-right: 1em;
	float: right;
}

#Content h2 {
	font-weight: bold;
	font-size: 12pt;
	color: #333399;
	margin-top: 1em;
	font-variant: small-caps;
}