/* CSS Document */

body {
	background-color: #3A5C23; 
}
body,td,th {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
/* Links */
a:link {
	color: #00005B;
	text-decoration: none;
}
a:visited {
	color: #00005B;
	text-decoration: none;
}
a:hover {
	color: #412614;
	text-decoration: underline;
	cursor: pointer;
}
a:active {
	text-decoration: none;
}

/* Wrapper */
div#wrapper {
	width: 770px;
	min-height: 800px;
	margin: 0 auto; 
	background: #A8781E top center;
	}
	
/* Logo */
div#logo {
	width: 180px;
	height: 110px;
	padding-top: .7em;
	padding-left: .9em;
	}

/* Header */
div#header {
	position: absolute;
	z-index: 60;
	top: 10px;   
	border: 1em;
	border-color: #FF0000;
	width: 770px; 
	height: auto; 
	padding: 0px;
	left: -5em;
	border: 0em; 
	color: #FFFFFF;
	text-align: center;
	font-family: Signature, Arial, Helvetica, sans-serif;
	font-size: 2em;
	}
div#headerBlock {
	position: relative;
	z-index: 40;
	top: 20px; 
	background: #532900 top center;   
	width: 625px; 
	height: 10px; 
	padding: 30px;
	left: 7em;
	}
	
/* Navigation */
div#sidebar {
	position: relative;
	float: left;
	z-index: 60;
	background-color: #B9A66A; 
	border: .5em; 
	border-style: double; 
	border-color: #412614; 
	padding: 2em; 
	margin: 1em;
	left: -5em; 
	top: 30px;
}
ul.navigation {
    margin-top: -1em;
    font: bold .9em Verdana, sans-serif;
	}
li.navigation {
	padding-bottom: 1.75em;
	margin-left: -2.5em;
    list-style: none;
    text-align: left;
}

/* Main Content Area */
div#content {
	position: relative;
	z-index: 50;
	top: 30px;
	padding: 1em; 
	margin: 1em;
	font-size: 1em;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	}
h1.content {
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
	}
h2.content {
	font-size: 1.15em;
	font-style: italic;
	font-weight: bold;
	}
h3.content {
	font-size: 1em;
	font-style: italic;
	text-decoration: underline;
	font-weight: bold;
	}
font.small {
	font-size: .75em;
	font-style: italic;
	color: #9B0000;
	}
font.medium {
	font-size: .90em;
	font-style: italic;
	color: #9B0000;
	}
#content small-text {
	font-size: .75em;
	font-style: italic;
	font-weight: bold;
	}
red-text.content {
	font-size: .75em;
	font-style: italic;
	font-weight: bold;
	color: #B00000;
	}
h1.content, h2.content, h3.content, ul.content, li.content, ol.directions, li.directions, p {
margin-left: 250px;
}
ul.content {
	padding-left: 1em;	
	list-style-type: circle;
    margin-left: 0;
	}
li.content {
    text-align: left;
}
ol.directions {
	padding-left: 1em;
    margin-left: 0;
	}
li.directions {
	text-align: left;
	}
	
/* Footer */
div#footer {
	margin: 0 auto;
	width: 270px;
	height: auto;
	font-size: .75em;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	}


				
