/* **********************************
HTML Styles
*********************************** */
body {
	background: #ffffff; /* color image repeat attachment position */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10.5pt;
	color: #3D2D15;
	margin: 2px 0px 2px 0px; /* top right bottom left */
	padding: 0px 0px 15px 0px; /* top right bottom left */
}

table {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10.5pt;
	color: #3D2D15;
	line-height : 12pt;
}

th {
	
}

p {
	margin: 5px 0px 10px 0px; /* top right bottom left */
	padding: 0px 0px 0px 0px; /* top right bottom left */
}

ul	{	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10.5pt;
	margin-top: 1pt;
	margin-bottom: 5pt;
}
	
li	{	margin-top: 1pt;
	margin-left: -10pt
	}

hr {
	width: 40%;
	height: 2px;
	border: none 0; 
	border-top: 1px solid #000000;
	margin: 0px auto 5px auto; /* top right bottom left */
	padding: 0px 0px 0px 0px; /* top right bottom left */
}

/* **********************************
Link Styles
*********************************** */

a:link {
	color: #6F3100;
	text-decoration: none;
	font-weight: normal;
	text-decoration: underline;	
}

a:visited {
	color: #6F3100;
	text-decoration: none;
	font-weight: normal;
	text-decoration: underline;	
}

a:hover {
	color: #6F3100;
	text-decoration: underline;	
}

a:active {
	color: #6F3100;
	text-decoration: underline;
}

img {
	border: 0px none Black; /* width style color */
}

/* **********************************
Custom Styles
*********************************** */

.bgnav {
	background: url(/images/bg_image.gif) repeat-y; /* color image repeat attachment position */ 
	margin: 0px 0px 0px 0px; /* top right bottom left   NOTE: Auto for left and right centers a table or div tag*/
	padding: 0px 0px 0px 0px; /* top right bottom left */
}

.bgcredit {
	background: #A79682 url(/images/bg_credit.gif) repeat-x; /* color image repeat attachment position */ 
	margin: 0px 0px 0px 0px; /* top right bottom left   NOTE: Auto for left and right centers a table or div tag*/
	padding: 0px 0px 0px 0px; /* top right bottom left */
}

.main {
	background: #D6C6AF; /* color image repeat attachment position */
	margin: 50px auto 0px auto; /* top right bottom left   NOTE: Auto for left and right centers a table or div tag*/
	padding: 0px 20px 0px 0px; /* top right bottom left */
}

.tan {
	background: #D6C6AF; /* color image repeat attachment position */
	margin: 0px auto 0px auto; /* top right bottom left   NOTE: Auto for left and right centers a table or div tag*/
	padding: 0px 0px 0px 0px; /* top right bottom left */
}

.brown {
	font-size: 10.5pt;
	font-weight: bold;
	font-style: normal;
	color: #6F5226;
}

.black {
	font-size: 10.5pt;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}

h2 {
	font-size: 10.5pt;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}

.leftimage {
	margin: 0px 0px 0px 0px; /* top right bottom left   NOTE: Auto for left and right centers a table or div tag*/
	padding: 2px 5px 2px 0px; /* top right bottom left */
}

.credits {
	margin: 0px auto 0px auto; /* top right bottom left   NOTE: Auto for left and right centers a table or div tag*/
	padding: 0px 0px 0px 0px; /* top right bottom left */
	border: 0px none Lime; /* width style color */
	color: #000000;
	font-size: 8pt;
}

a.creditnav:link {
	color: #ffffff;
	text-decoration: none;
	font-size: 8pt;
	font-weight: normal;
}

a.creditnav:visited {
	color: #ffffff;
	text-decoration: none;
	font-size: 8pt;
	font-weight: normal;
}

a.creditnav:hover {
	color: #000000;
	text-decoration: underline;
	font-size: 8pt;
	font-weight: normal;
}

a.creditnav:active {
	color: #000000;
	text-decoration: underline;
	font-size: 8pt;
	font-weight: normal;
}
