@charset "UTF-8";


html, body {
	font-family: Helvetica, Verdana, Arial;
	font-size: 13px;
	background: #E5D4AC;
	background-image: url(../images/bg.jpg);
	margin: 0;
	padding: 0;
	color: #000;
}


/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}




#nav {
	width: 100%;
	float: left;
	margin: 0 0 1em 0;
	padding: 0;
	list-style: none;
	background-color: #424B5F;
	border-bottom: 1px solid #E5D4AC; 
	border-top: 1px solid #E5D4AC; }

#nav li {
	float: left; }

#nav li a {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	font-family: Helvetica, Verdana, Arial;
	font-size: 14px;
	font-weight: normal;
	color: #FAEBD7;
	border-right: 1px solid #E5D4AC; }

#nav li a:hover {
	color: #424B5F;
	background-color: #FAEBD7; }



a:link {

	COLOR: #CD853F;
	text-decoration: none;
}
a:visited {
	COLOR: #CD853F;
	text-decoration: none;
}
a:hover {
	COLOR: #663300;
	text-decoration: none;
}
a:active {
	COLOR: #CD853F;
	text-decoration: none;
}





.style7 {
	font-family: "Bookman Old Style", "Book Antiqua", "Century Gothic";
	font-size: 36px;
	color: #663300;}

.style9 {
	color: #FFFFCC;
	font-family: Helvetica, Tahoma, "Lucida Sans", Arial;
	text-decoration: none;}
	
.style11 {
	color: #663300;
	font-family: Helvetica, Tahoma, "Lucida Sans", Arial;
	font-size: 18px;}

.style12 {
	color: #663300;
	font-family: Helvetica, Tahoma, "Lucida Sans", Arial;
	font-size: 14px;}	
	
.style12a {
	color: #663300;
	font-family: Helvetica, Tahoma, "Lucida Sans", Arial;
	font-size: 11px;}		
	
.style13 {
	font-family: "Bookman Old Style", "Book Antiqua", "Century Gothic"; 
	font-size: 24px; 
	color: #663300; }	
		
.style14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;}

.style18 {
	font-family: "Bookman Old Style", "Book Antiqua", "Century Gothic"; 
	font-size: 18px; 
	color: #663300; }	

.style12b {
	color: #663300;
	font-family: Helvetica, Tahoma, "Lucida Sans", Arial;
	align: Left;
	font-size: 14px;}	