body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 759px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/background_02.jpg);
	background-repeat: repeat;
	padding: 0px;
}
body {
	background-image: url(../images/background_01.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

#header {
	text-align: center;
	padding-top: 0px;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 27px;
	margin-left: 8px;
}
#content {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 10px;
}
#content h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-variant: small-caps;
	color: #663300;
	font-weight: normal;
}
#content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #000000;
}
#content a:link {
	color: #CC6600;
	text-decoration: underline;
}
#content a:hover {
	color: #993300;
}
#content a:visited {
	color: #CC6600;
}

#content a:active {
	color: #CC6600;
}
#content li {
	font-size: 12px;
	list-style-image: url(../images/bullet.gif);
	padding-bottom: 5px;
}
#content table {
	margin-top: 8px;
}
#content td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}


#content #imageCaption {
	float: right;
	height: auto;
	width: 185px;
	background-color: #E0D1AA;
	border: 1px solid #663300;
	text-align: center;
}
#content #imageCaption p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 8px;
}
#footer {
	background-image: url(../images/background_03.jpg);
	background-repeat: repeat;
	height: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CBBA8E;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #660000;
	text-align: right;
	clear: both;
}
#navigation {
	height: 31px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #996600;
	border-bottom-color: #996600;
}

#navbar {
	padding: 0;
	height: 1em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#navbar li {
	list-style: none;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	background-color: #E6DDC5;
}
#navbar li a {
	display: block;
	background-color: #E6DDC5;
	color: #000000;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
}
#navbar li ul {
	display: none;
	width: 11em; /* Width to help Opera out*/
	background-color: #E6DDC5;
	color: #000000;
}
#navbar li:hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #E6DDC5;
}
#navbar li:hover li {
	float: none;
	color: #000000;
	background-color: #E6DDC5;
}
#navbar li:hover li a {
	background-color: #E6DDC5;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC9900;
}
#navbar li li a:hover {
	background-color: #996600;
	color: #000000;
}
#container #content #hmUpdates td {
	font-size: 12px;
	padding: 7px;
	background-color: #E3D3B1;
	line-height: 1.5em;
}
#container #content #hmUpdates {
	margin-top: 10px;
}

#container #content #hmUpdates table {
	border: 1px solid #996600;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 0px;
	margin-top: 0px;
}
#container #content #hmUpdates caption {
	background-color: #6F3D08;
	padding: 3px;
	color: #E1D2AB;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
#container #content #hmUpdates p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}
#container #content #hmUpdates p.date {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

