/*Set default margin's and padding*/
* { margin: 0; padding: 0; }

/* Set generic img and link tags */


body {
	background-color: #516201;
	background-image: url(images/background_grad.jpg); background-repeat: repeat-x;
	font-family: "Courier New", Courier, monospace, sans-serif;
	font-size: 9pt;
	color: #333333;
	line-height: 2em;
	valign: top;
}

a {
	text-decoration:underline;
	color: #492501;
}
a:hover {
	text-decoration:none;
}

a:visited {
	color: #724E25;
}
.image_right {
	float: right; 
	margin: 10px;
}
.image_left {
	float: left; 
	margin: 10px;
}

p {
margin: 9px;
font-size: 9.5pt;
color: #663300;
line-height: 1.5em;
}

/* Navigation */
#navigation {
	color: #663300;
	background-color: #a58663; 
	margin-left: 11px;
	margin-top: 12px;
	font-size: 9pt;
}

#navigation ul {
	margin:0;
	padding-left: 0;
	list-style-type: none;			
	float: left;
	width: 180px;
}
#navigation a {
	display: block;
	padding: 5px;
	width: 180px;
	border-bottom: 1px solid #663300;
}
#navigation a:link, #navlist a:visited {
	color:#663300;
	background-color:#CAEBF4;
	text-decoration: none;
}
#navigation a:hover {
	background-color: #92C7E1;
	color:#FEF9E9;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 25px;
	line-height:140%;
	color:#5881E4;
	margin-top:10px;
	padding-left:10px;
	margin-bottom: 10px;
	background-color: #663300;
}
/* Extra Content */
#extra_content {
	background-color: #a58663;
	color:#f7f2e3;
	border-right-color: #663300;
	font-size: 8pt;
	
}
#extra_content p {
	margin-left:10px;
	margin-top:5px;
	margin-bottom:5px;
	padding-bottom:10px;
	margin-right:10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #663300;
	font-size:8pt;
	color:#F7F2E3;

}
#extra_content h1 {
	font-size:110%;
	color:#6e3f0f;
	background-color:#d1bfa6;
	margin-top:10px;
	margin-left:1px;
	margin-right:1px;
	margin-bottom:2px;
	padding-left:5px;
}

#extra_content ul {
	margin:0 0 2px;
	padding:0;
	text-align: left;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}
#extra_content li {
  margin:0;
  padding-left:3px;
  line-height:1.4em;
}
