@charset "utf-8";
/* CSS Document */

body {
	font-family: myriad, arial, sans-serif;
	color: #ffffff;
	font-size: 12px;
	margin-top: 20px;
	line-height: 18px;
	background-color: #e8d4b5;
}


.white {
	color: #ffffff;
}

.tan{
	color: #e8d4b5;
}

.brown{
	color: #934d01;
}

h1 {
	color: #ffffff;
	font-size: 18px;
	text-transform: uppercase;
}
	
h2 {
	color: #ffffff;
	font-size: 14px;
}
	
h3 {
	color: #934d01;
  	font-size:11px;
	font-weight: bold;
	letter-spacing: 3px;
	word-spacing: 2px;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
   }

a:link, a:visited {
	color: #e8d4b5;
	text-decoration: none;
	border-bottom:1px solid;
}    

a:hover {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 0px;
}

a.nav:link, a.nav:visited {
	color: #c1c0bf;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 0px;
	margin-top: 0px;
	margin-left: 4px;
}

a.nav:hover {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 0px;
	margin-top: 0px;
	margin-left: 4px;
}

.copyright{
	color: #e8d4b5;
	font-family: Myriad, Arial, sans-serif;
	font-size: 10px;
	line-height: 11px;
}

a.copy:link, a.copy:visited {
	color: #e8d4b5;
	font-size: 10px;
	border-bottom: 0px;
}

a.copy:hover {
	color: #ffffff;
	font-size: 10px;
	border-bottom: 0px;
}

.img_left {
	border: 0;
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.img_right {
	border: 0;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

