
/* Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	outline: 0px;
	font-size: 16px;
	background: transparent;
	}

html /* add so that IE sets font size to 1em */
	{
	font-size: 16px;
	}

body 
	{
	font-size: 16px; /* set font size to default */
	font-family: tahoma, sans-serif;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	background: url(../images/background.gif) top center no-repeat #a2130d;
	color: #8d6609;
	}

ol, ul, li
	{
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

/* End of Reset */

/* Formatting */

.clearone
	{
	clear: both;
	width: 830px;
	height: 1px;
	}

.clearone img
	{
	display: block;
	width: 830px;
	height: 1px;
	border: none;
	}

h1
	{
	font-size: 1.5em;
	font-weight: normal;
	color: #a2130d;
	margin: 0px 0px 10px 0px;
	}

h2
	{
	font-size: 1.5em;
	font-weight: normal;
	color: #a2130d;
	margin: 20px 0px 10px 0px;
	}

h3
	{
	font-size: 1.5em;
	font-weight: normal;
	margin: 20px 0px 10px 0px;
	}

.red
	{
	font-size: 1em;
	font-weight: bold;
	color: #a2130d;
	}

strong
	{
	font-size: 1em;
	font-weight: bold;
	}

strong.keyword
	{
	font-size: 1em;
	font-weight: normal;
	}

em
	{
	font-size: 1em;
	font-style: italic;
	}

/* Layout Divs */

/* Shawdow Divs */

#shadowone
	{
	width: 856px;
	margin: 0px auto 10px auto;
	padding: 0px 0px 1px 0px;
	background: #9e120d;
	}
	
#shadowtwo
	{
	width: 854px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 1px 0px;
	background: #93110c;
	}

#shadowthree
	{
	width: 852px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 1px 0px;
	background: #85100b;
	}

/* End of Shadow Divs */

/* Container Divs */

#maincontainer
	{
	clear: both;
	width: 850px;
	background: #ffffff;
	margin: 0px auto 0px auto;
	}

#container
	{
	clear: both;
	width: 830px;
	background: #ffffff;
	margin: 0px auto 0px auto;
	padding: 10px 10px 0px 10px;
	}

/* End of Container Divs */

/* Header Divs */

#header
	{
	width: 830px;
	height: 200px;
	padding: 0px 0px 4px 0px;
	}

#header img
	{
	width: 830px;
	height: 200px;
	border: none;
	}

/* End of Header Divs */

/* Content Divs */

#contentcontainer
	{
	clear: both;
	width: 830px;
	}

#nav
	{
	float: left;
	width: 190px;
	}

#nav li
	{
	width: 190px;
	height: 25px;
	background: url(../images/navbg.jpg) no-repeat #a79873;
	margin: 0px 0px 3px 0px;
	}

#nav li a:link, #nav li a:visited, #nav li a:active
	{
	font-size: 0.875em;
	color: #ffffff;
	text-decoration: none;
	margin: 0px 0px 0px 10px;
	}

#nav li a:hover
	{
	font-size: 0.875em;
	color: #ffffff;
	text-decoration: underline;
	margin: 0px 0px 0px 10px;
	}

#nav li a:link.over, #nav li a:visited.over, #nav li a:active.over
	{
	font-size: 0.875em;
	color: #a2130d;
	text-decoration: none;
	margin: 0px 0px 0px 10px;
	}

#nav li a:hover.over
	{
	font-size: 0.875em;
	color: #a2130d;
	text-decoration: underline;
	margin: 0px 0px 0px 10px;
	}

#nav p
	{
	font-size: 0.6875em;
	line-height: 1.5em;
	}

#nav p a:link, #nav p a:visited, #nav p a:active
	{
	font-size: 1em;
	text-decoration: none;
	color: #8d6609;
	}

#nav p a:hover
	{
	font-size: 1em;
	text-decoration: underline;
	color: #8d6609;
	}
	
#content
	{
	float: right;
	width: 600px;
	padding: 6px 20px 20px 20px;
	}

#content img
	{
	float: left;
	width: 150px;
	height: 150px;
	border: none;
	padding: 0px 10px 10px 0px;
	}

#content p
	{
	font-size: 0.875em;
	line-height: 1.5em;
	text-align: justify;
	}

#content ul	
	{
	padding: 0px 40px 0px 40px;
	}

#content ul li
	{
	list-style: disc;
	font-size: 0.875em;
	line-height: 1.5em;
	text-align: justify;
	margin: 5px 0px 5px 0px;
	}

#content a:link, #content a:visited, #content a:active 
	{
	font-size: 1em;
	color: #a2130d;
	text-decoration: none;
	}

#content a:hover
	{
	font-size: 1em;
	color: #a2130d;
	text-decoration: underline;
	}

/* End of Content Divs */

/* Footer Divs */

#footer
	{
	clear: both;
	width: 850px;
	height: 50px;
	background: #8d7949;
	}

#footer p
	{
	font-size: 0.6875em;
	text-align: center;
	color: #ffffff;
	padding: 12px 0px 0px 0px;
	}

#footer p a:link, #footer p a:visited, #footer p a:active
	{
	font-size: 1em;
	color: #ffffff;
	text-decoration: none;
	}

#footer p a:hover
	{
	font-size: 1em;
	color: #ffffff;
	text-decoration: underline;
	}

/* End of Footer Divs */
