body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	color: #5f594f;
	background-color: #e3d9c3;
	background-image:url(images/bg_main.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
.bodyaccent {
	color: #b36c3e;
}

.bodyquotes {
	color: #b36c3e;
	font-style: italic;
}


.bodyintro {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
}
.bodyboxtext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
}

.smtext {
	font-size: 12px; 
	line-height: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

}

.smtext2 {
	font-size: 12px; 
	line-height: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

}


.subhdaccentblk {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	color: Black;
}
.subhdaccentgreen{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	color: #999966;
}



#contentpad {
	padding:8px;
	}
	

hr {border: none 0; 
	border-top: 1px dotted #b14f17;
	width: 100%;
	height: 1px;
	text-align: left;
	}
	
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: normal;
	color: #b14f17;
	margin: 8px 0 3px 0;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #5f594f;
	margin: 0 0 3px 0;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	margin: 0 0 3px 0;
}

ul li {
	margin: 3px 8px 3px -20px;
	list-style-position: outside;
	list-style-image: url(images/bullet_rust.gif);
	font-size: 13px;
	line-height: 16px;
}
ol li {
	margin: 6px 0;
	list-style-position: outside;
	list-style-type: number;
	font-size: 13px;
	line-height: 16px;
}


A:link {
	font-size: 13px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #a84306;
	line-height: 16px;
	font-weight: normal;
	text-decoration : none;
}

A:visited {
	font-size: 13px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #a84306;
	line-height: 16px;
	font-weight: normal;
	text-decoration : none;
}

A:hover {
	text-decoration: underline;
	font-size: 13px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #663300;
	line-height: 16px;
	font-weight: normal;
}

A:active {
	text-decoration: underline;
	font-size: 13px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFCC66;
	line-height: 16px;
	font-weight: normal;
}

/* these A styles are for text links that are green */
A.green:link {
	font-size: 14px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #669900;
	line-height: 16px;
	font-weight: bold;
	text-decoration : underline;
}

A.green:visited {
	font-size: 14px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #669900;
	line-height: 16px;
	font-weight: bold;
	text-decoration : bold;
}

A.green:hover {
	text-decoration: underline;
	font-size: 14px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006699;
	line-height: 16px;
	font-weight: bold;
}

A.green:active {
	text-decoration: underline;
	font-size: 14px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #669900;
	line-height: 16px;
	font-weight: bold;
}

/* these A styles are for text links when on dark bg color */

A.rev:LINK {
	font-size: 13px; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fbbe2d;
	line-height: 16px;
	font-weight: normal;
	text-decoration : none;
}

A.rev:VISITED {
	font-size: 13px; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fbbe2d;
	line-height: 16px;
	font-weight: normal;
	text-decoration: none;
}

A.rev:HOVER {
	font-size: 13px; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFCC66;
	line-height: 16px;
	font-weight: normal;
	text-decoration: underline;
}

A.rev:ACTIVE {
	font-size: 13px; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFCC66;
	line-height: 16px;
	font-weight: normal;
	text-decoration: underline;
}

/* these A styles are for small text links  */

A.smlink:LINK {
	font-size: 12px; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #a84306;
	line-height: 16px;
	font-weight: normal;
	text-decoration : none;
}

A.smlink:VISITED {
	font-size: 12px; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #a84306;
	line-height: 16px;
	font-weight: normal;
	text-decoration: none;
}

A.smlink:HOVER {
	font-size: 12px; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #663300;
	line-height: 16px;
	font-weight: normal;
	text-decoration: underline;
}

A.smlink:ACTIVE {
	font-size: 12px; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #a84306;
	line-height: 16px;
	font-weight: normal;
	text-decoration: underline;
}
	
.tdhdr {
	background-image: url(images/bg_hdr.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.tdlft {
	background-color: #d1c5ab;
	padding: 8px;
}
.tdcontent {
	background-color: #f9f3e1;
	padding: 6px;
}

.tdcontentavailable {
	background-color: #f3e9d4;
	padding: 6px;
}

.tdcontentlv2 {
	background-color: #f9f3e1;
	padding: 10px;
}

.tableinsetlv2 {
	background-color: #e7e6ce;
	padding: 10px;

}



.tdpad8 {
	padding: 8px;
}

.bg_navbar {
	background-image: url(images/bg_navbar.gif);
	background-repeat: no-repeat;
	background-position: center;
}


.bggreenbar {
	background-image: url(images/bg_greenbar.gif);
	background-repeat: repeat-x;
	background-position: center;
}

.bgbottombar {
	background-image: url(images/bg_bottombar.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #9e9e63;
}
.bg_rust_hm {
	background-color: #8f351a;
	background-image: url(images/bg_rust_hm.jpg);
	background-position: center;
	background-repeat: no-repeat; 
	
}

.bg_rust_lv2 {
	background-color: #8f351a;
	background-image: url(images/bg_rust_lv2.jpg);
	background-position: center;
	background-repeat: no-repeat; 
	
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }


img { border: none; }

.img_lft {
	float: left;
	margin: 0px 10px 10px 0px;
}

.img_rt {
	float: right;
	margin: 3px 0px 0px 15px;
}

p.right {
     clear:right;
}

p.left {
      clear:left;
}

hr {
	color: #f0f0e3; 
	background-color: #f0f0e3; 
	border: 1px dotted #afae99; 
	border-style: none none dotted;
	margin-top: 7px;
	margin-bottom: 7px; 
}


