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

/* Color scheme

background: #f7f4f0; 	offwhite
text: #b5936e;			tan
highlight: #eaeaf5;		lt blue
headings: #333399;		dk blue
accent1: #9999cc;		md blue
accent2: #dac9b6;		lt tan
accent3: #339699;		green

*/

body, tr, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

body {
	background-color: #f7f4f0;
	background-image:url(/images/texture.jpg)
}



h1 {
	color: #333399;
	font-size: 18px;
	font-weight: bold;
}

h2 {
	color: #333399;
	font-size: 14px;
	font-weight: bold;
}

.h3 {
	font-weight: bold;
}

.note {
	color: #9999cc;
	font-weight: bold;
}

.footer {
	font-size: 12px;
	color: #f7f4f0;
}

.nav {
	color: #339699;
}

.nav a:link {
	color: #339699
	text-decoration: none;
}

.nav a:hover {
	color: #339699
	text-decoration: none;
	background-color: #eaeaf5;
}

.nav a:visited {
	color: #339699
	text-decoration: none;
}

.menu {
	color: #333399;
}

.menu a:link {
	text-decoration: none;
	color: #333399;
}

.menu a:hover {
	text-decoration: none;
	color: #333399;
	background-color: #dac9b6;
}

.menu a:visited {
	text-decoration: none;
	color: #333399;
}

a:link {
	text-decoration: none;
	color: #339699;
}

a:hover {
	text-decoration: none;
	color: #333399;
}

a:visited {
	text-decoration: none;
	color: #339699;
}



