@charset "iso-8859-1";
/* CSS Document */

/* CSS Document */

/* basic elements */
body { 
	color: #00000; 
/*	background-color: #cfe39b; */
background-color: #d1cdb4;
font-family:Arial, Helvetica, sans-serif;
	
	}
p { 
	font: 10pt/16pt arial; 
	margin-top: 0px; 
	text-align: left;
	}
	
	
h1 {
font-family:Arial, Helvetica, sans-serif;
color:#5f7e15;
}

h3 { 
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #b6d079;
	font-weight: bolder;
	}
	
	td {
	font:Arial, Helvetica, sans-serif;
	font: 10pt/16pt arial; 
	
	
	}
	
		#link {
position:absolute;
margin-top: -30px;
margin-left: 812px;
width: 102px;
height:46px;
}
	
	
	/*
a:link { 
	text-decoration: none; 
	color: #5f7e15;
	}
a:visited { 
	text-decoration: underline; 
	color: #b6d079;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #b6d079;
	}

*/

/*created containers and dividers*/

#container { 
	
	width: 950px;	
	background-color: #fff;
	
background-color:#ffffff;
padding:15px;
margin-right:auto;
margin-left:auto;
	
	}
	
	/*Navigation */

#nav { 
width:914px;
height:46px;
background-image: url('images/nav.jpg');
background-repeat:no-repeat;
padding: 10px 0 0 15px;
	color: #fff;
	font-size:14px;
	}


#nav a { 
	text-decoration: none; 
	color: #fff;
	}
#nav a:visited { 
	
	text-decoration: none; 
	color: #fff;
	}
#nav a:hover, a:active { 
	text-decoration: underline; 
	color: #ecac00;
	}
	
	
	#footer { 
width:913px;
height:52px;
padding: 17px 0 0 0;
text-align:center;
	color: #000;
	font-size:12px;
	}


#footer a:link { 
	
	text-decoration: none; 
	color: #000;
	}
#footer a:visited { 
	
	text-decoration: none; 
	color: #000;
	}
#footer a:hover, a:active { 
	text-decoration: underline; 
	color: #ecac00;
	}
