
body {
	background-color: #fffff;
	margin:0px;
	padding:0px;
	font:13px Courier New, Courier, monospace, sans-serif; color:#38372E;
	}

hr {
	color: #DEEDE1; 
	background-color: #DEEDE1; 
	border: 1px dotted #000000; 
	border-style: none none dashed; 
}

A:link { text-decoration: none; color: #000000; background-color: #C2D6C6; }
A:visited { text-decoration: none; color: #000000; background-color:#738C78; }
A:hover { text-decoration: underline; color: #000000; background-color: #CCCCCC; }
A:active { text-decoration: underline; color: #42426F; cursor:crosshair; }  


A.img:link { text-decoration: none; background-color: transparent; }
A.img:visited { text-decoration: none; background-color: transparent; }
A.img:hover { text-decoration: none; background-color: transparent; }
A.img:active { text-decoration: none; background-color: transparent; } 

p {letter-spacing:0.7; text-align:justify; line-height: 16px; } 

h1 {font-family: Courier New, Courier, monospace; font-size:32px; font-color: #000000; letter-spacing:2px; text-align:center; line-height: 16px; } 
h2 {font-family: Courier New, Courier, monospace; font-size:24px; font-color: #000000; letter-spacing:2px; text-align:left; line-height: 16px; } 
h3 {font-family: Courier New, Courier, monospace; font-size:18px; font-color: #000000; letter-spacing:2px; text-align:left; line-height: 11px; } 
h4 {font-family: Courier New, Courier, monospace; font-size:14px; font-color: #000000; letter-spacing:1; text-align:left; line-height: 11px; } 
h5 {font-family: Courier New, Courier, monospace; font-size:11px; font-color: #000000; letter-spacing:1; text-align:left; line-height: 11px; } 
h6 {font-family: Courier New, Courier, monospace; font-size:11px; font-color: #000000; letter-spacing:1; text-align:right; line-height: 11px; } 

img.padded {
border: 1px solid ;
padding: 4px;
margin: 0px 10px 10px 0px;
}


#title
{
	position:absolute; width:*; height:*; 
	background-color:#ffffff;	
	border-style:dotted;
	padding: 0px;
	border-color:#A9B6A2;
	border-width:0px 0px 0px 0px; 
	z-index:2; 
	left:10; top:10;
}

#stuff
{
	background-color: #DEEDE1;
	position:absolute; 
	width:616px; height:*; 
	border-style:solid;
	border-color:#000000;
	border-width:1px;
	padding: 15px;
	border-color:#A9B6A2;
	z-index:2; 
	left:114; top:457;
	line-height:1.4;
}



#box
{
	position:absolute; 
	width:88%;
	height:*px;
	background-color:#DEEDE1;
	border-style:solid;
	padding: 10px;
	border-color:#A9B6A2;
	border-width:1px; 
	z-index:2; 
	left:10; top:10;
	line-height:1.4;

}



#navcontainer
{
width: 700px;
height: *;
margin: 0 auto;
padding: 1em 0.5em;
font-family: Courier New, Courier, monospace;
font-size: 18px;
text-align: right;
position: absolute;
left: 40; 
top: 410;
z-index: 3;
}


ul#navlist
{
text-align: right;
list-style: none;
padding: 0;
margin: 0;
width: 100%;

}

ul#navlist li
{
display: inline;
margin: 0;
padding: 0;
}

ul#navlist li a
{
display: inline;
width: 100%;
padding: 0.5em 0.5em 0.5em 0.5em;
color: #000000;
text-decoration: none;
background: #ffffff;
border-width: 1px;
border-color: #A9B6A2;
border-style: solid;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: #DEEDE1;
color: #000000;
border-width: 1px;
border-color: transparent;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #000000;
background: #BDDBC9;
}


