html, body {
	background-color: #333399;
	margin: 0 auto;
	text-align: center;
	vertical-align: top;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	line-height: 1.65em;
	}
	
#wrapper {
	background-color: #ffffff;
	width: 784px;
	padding: 0;
	margin: 0;
	text-align: center;
	vertical-align: top;
	display: table;
	}

#masthead {
	display: block;
	width: 784px;
	height: 134px;
	padding: 0;
	margin: 0;
	text-align: center;
	}
	
#navigation {
	display: block;
	width: 784px;
	height: 28px;
	background: url('../layout-images/nav-background.jpg') no-repeat;
	text-align: center;
	}

#main {
	text-align: left;
	vertical-align: top;
	width: 784px;
	padding: 12px 0px;
	display: block;
	}

#inside {
	padding: 0px 12px 18px 15px;
	}
	
#footer {
	text-align: center;
	vertical-align: top;
	display: block;
	font-size: 10pt;
	color: #333399;
	font-family: Arial, Tahoma, sans-serif;
	line-height: 1.25em;
	padding-bottom: 5px;
	clear: both;
	}

#left-float {
	float: left;
	width: 190px;
	padding-right: 5px;
	display: inline;
	vertical-align: top;
	margin-top: 0px;
	}

#right-float {
	float: right;
	width: 190px;
	padding-left: 5px;
	display: inline;
	vertical-align: top;
	margin-top: 0px;
	}		

a:link, a:active, a:visited {
	color: #333399;
	text-decoration: underline;
	}

a:hover {
	color: #806A47;
	text-decoration: underline;
	}
	
h1 {
	font-size: 17pt;
	color: #333399;
	line-height: 1em;
	font-weight: 500;
	}
	
h2 {
	font-size: 14pt;
	color: #806A47;
	line-height: 1em;
	font-weight: 500;
	font-style: oblique;
	}
	
h3 {
	font-size: 12pt;
	color: #333399;
	line-height: 1em;
	font-weight: bold;
	margin-bottom: 4px;
	}
	
.navigation {
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	}

a.navigation:link, a.navigation:active, a.navigation:visited {
	color: #ffffff;
	text-decoration: none;
	}
	
a.navigation:hover {
	color: #333399;
	text-decoration: underline;
	}