@charset "utf-8";

/* Global Styles */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	background-color: #D0C49B;
	line-height:140%;
	margin: 0px;
}

h1 {font-size:22px; color:#690F06;}
h2 {font-size:20px; color:#690F06;}
h3 {font-size:18px; color:#690F06;}

a:link {color:#000; text-decoration:underline;}
a:visited {color:#000; text-decoration:underline;}
a:active {color:#000; text-decoration:underline;}
a:hover {color:#690F06; text-decoration:underline;}
a:visited:hover {color:#690F06; text-decoration:underline;}

/* Navigations */

.navnav {background-image: url(images/navnav-bg.png); background-repeat: repeat-x; height:50px; font-size:22px;}

.nav {background-image: url(images/nav-bg.png);	background-repeat: no-repeat; height:50px; font-size:22px;}
.nav a:link {color:#D0C49B; text-decoration:none;}
.nav a:visited {color:#D0C49B; text-decoration:none;}
.nav a:active {color:#D0C49B; text-decoration:none;}
.nav a:hover {color:#D0C49B; text-decoration:underline;}
.nav a:visited:hover {color:#D0C49B; text-decoration:underline;}

.subnav {font-size:14px; color:#FFFFFF;}
.subnav a:link {color:#fff; text-decoration:underline;}
.subnav a:visited {color:#fff; text-decoration:underline;}
.subnav a:active {color:#fff; text-decoration:underline;}
.subnav a:hover {color:#D0C49B; text-decoration:underline;}
.subnav a:visited:hover {color:#D0C49B; text-decoration:underline;}

/* Page Specific */

.feature {font-size:25px; color:#D0C49B; line-height:160%; background-image:url(images/logo.gif); background-repeat:no-repeat; background-position: 60px 40px;}

/* Footer */

.footer-edge {background-color: 000000; background-image: url(images/footer-edge.gif); background-repeat: repeat-x;}
.footer {font-size:15px; color:#D0C49B;}
.footer a:link {color:#D0C49B; text-decoration:none;}
.footer a:visited {color:#D0C49B; text-decoration:none;}
.footer a:active {color:#D0C49B; text-decoration:none;}
.footer a:hover {color:#D0C49B; text-decoration:underline;}
.footer a:visited:hover {color:#D0C49B; text-decoration:underline;}