body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #000000;
}
body {
	background-color: #d5c6cb;
	background-image: url(../images/backgrad.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1 {
	font-weight: bold; 
	font-size: 1.7em;
	letter-spacing: .25em;
	color: #666666;
	}
	
h2 {
	font-weight: bold; 
	font-size: 1.4em;
	color: #666666;
	}
	
h3 {
	font-weight: bold; 
	font-size: 1.2em;
	color: #666666;
	}
	
a.nav:link {
	font-size: .9em;
	font-weight: bold;
	margin: 0px 4px 0px 4px;
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:visited {
	font-size: .9em;
	font-weight: bold;
	margin: 0px 4px 0px 4px;
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:hover {
	font-size: .9em;
	font-weight: bold;
	margin: 0px 4px 0px 4px;
	color: #825262;
	text-decoration: underline;
}
a.nav:active {
	font-size: .95em;
	font-weight: bold;
	margin: 0px 4px 0px 4px;
	color: #FFFFFF;
	text-decoration: none;
}

.larger {
	font-size: 1.2em;
	}
	
.smaller {
	font-size: .85em;
	}
	
.maroon {
	color: #825262;
	}
	
.gray {
	color: #666666;
	}


#wrapper {
	background-image: url(../images/toppageback.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 100%;
}

	
a:link {
	color: #006699;
	font-weight: bold;
}
a:visited {
	color: #006699;
}
a:hover {
	color: #825262;
}
a:active {
	color: #006699;
}

