<!--
body {
	font-family: georgia, "times new roman", times, serif;
	font-size: 13px; 
	line-height: 20px;
	text-align: center;
	color: #4B3C0B;
	background-color: #453B1F;
	background-image:url(../images/bkg_hm_page.jpg);
	background-position: 50% 0;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
	}

p { 
	font-size: 14px; 
	line-height: 20px;
	background-color: transparent;
	margin: 0px 0px 0px 0px; 
	}

h1 { 
	font-size: 14px; 
	line-height: 18px;
	font-weight: normal;
	background-color: transparent;
	margin: 0px 0px 0px 0px; 
	}

h2 { 
	font-size: 14px; 
	line-height: 18px;
	font-weight: normal;
	background-color: transparent;
	margin: 0px 0px 0px 0px;   
	}

a { 
	color: #4B3C0B; 
	background-color: transparent; 
	text-decoration: underline; 
	}

a:link {  
	color: #4B3C0B; 
	background-color: transparent; 
	text-decoration: underline;  
	}

a:visited { 
	color: #4B3C0B; 
	background-color: transparent; 
	text-decoration: underline;
	}

a:active { 
	color: #867543;
	background-color: transparent; 
	text-decoration: underline; 
	}

a:hover {  
	color: #867543;
	background-color: transparent; 
	text-decoration: underline; 
	}

form {
	margin: 0px;
	}

input {
	margin: 0px;
	}

b { 
	font-weight: bold;
	}

strong { 
	font-weight: bold;
	}

i { 
	font-style: italic;
	}

ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	}

ul {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	}

ol ul {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	}

ul ul {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	}

li {
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	}

blockquote {
	margin: 4px 10px 15px 25px;
	}

span.upper {
	text-transform: uppercase;
	}

img.right {
	float: right;
	margin: 3px 0px 6px 8px;
	}

img.left {
	float: left;
	margin: 3px 14px 6px 0px;
	}

.small {
	font-size: 90%;
	line-height: 120%;
	}

.center {
	text-align: center;
	}

.intro {
	font-size:18px;
	font-style:italic;
	}

/* BASIC LAYOUT AND BACKGROUND STYLES */

div#pagetop {
	width: 820px;
	height: 10px;
	line-height:0px;
	font-size:1px;
	color: #000000;
	background-color: transparent;
	background-image:url(../images/bkg_topshadow.png);
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	}

div#wrapper {
	width: 820px;
	color: #4B3C0B;
	background-color: transparent;
	background-image:url(../images/bkg_wrapper.png);
	background-repeat: repeat-y; 
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	}

div#active {
	width: 800px; 
	min-height: 619px;
	margin: 0px auto 0px auto; 
	padding: 0px 0px 0px 0px;
	}
 
div#layoutfooter {
	width: 820px; 
	color: #DFD2A3;
	background-color: transparent; 
	background-image:url(../images/bkg_footer.png); 
	background-repeat: no-repeat; 
	margin: 0px auto 0px auto; 
	padding: 20px 0px 0px 0px;
	}

/* END BASIC LAYOUT AND BACKGROUND STYLES */

/* HEADER STYLES */

div#header {
	width: 800px;
	height: 182px;
	color: #4B3C0B;
	background-color: transparent;
	background-image:url(../images/bkg_hm_hd.jpg);
	background-repeat: no-repeat; 
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	}

img.logo {
	margin: 0px 36px 0px 26px;
	}


/* END HEADER STYLES */

/* NAVIGATION STYLES */

div#navigation {
	width: 526px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 131px 0px 0px 0px;
	}

/* CONTENT STYLES */

div#homeimg {
	width: 800px;
	height: 379px;
	color: #4B3C0B;
	background-color: transparent;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	}

div#homebottom {
	width: 800px;
	height: 240px;
	color: #4B3C0B;
	background-color: transparent;
	background-image:url(../images/bkg_hm_btm.jpg);
	background-repeat: no-repeat; 
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	}

div.content {
	text-align: left;
	color: #4B3C0B;
	background-color: transparent;  
	margin: 0px 0px 0px 0px; 
	padding: 34px 0px 0px 0px;
	}

div.content p {
	text-align:right;
	margin: 0px 30px 22px 38px;
	}

/* END CONTENT STYLES */

/* FOOTER STYLES */

div#footer {
	width: 800px;
	text-align: center;
	color: #DFD2A3;	background-color: transparent;
	margin: 0px auto 0px auto;
	padding: 0px 0px 40px 0px;
	}

div#footer p {
	font-size: 10px;
	line-height: 14px;
	color: #DFD2A3;
	background-color: transparent;
	margin: 0px 0px 0px 0px;
	}

div#footer p a { 
	color: #DFD2A3;
	background-color: transparent; 
	text-decoration: none; 
	}

div#footer p a:link {  
	color: #DFD2A3; 
	background-color: transparent; 
	text-decoration: none;  
	}

div#footer p a:visited { 
	color: #DFD2A3;
	background-color: transparent; 
	text-decoration: none; 
	}

div#footer p a:active { 
	color: #DFD2A3; 
	background-color: transparent; 
	text-decoration: underline; 
	}

div#footer p a:hover {  
	color: #DFD2A3; 
	background-color: transparent; 
	text-decoration: underline; 
	}

/* END FOOTER STYLES */
	-->