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


/*

Gold Button bg: #c8a480;
Gold link: #996600;


*/


body {
	background-image: url(../testPages0809/css/images/back2.gif);
}

.style1 {
font-family: Georgia, "Times New Roman", Times, serif
}

.mainText {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
line-height: 135%;
}

.mainTextBold {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
font-weight: bold;
line-height: 135%;
}

.mainTextLg {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
color: #000000;
line-height: 135%;
}


.mainTextLgr {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #000000;
line-height: 135%;
}

.mainTextLgSerif {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 13px;
color: #000000;
line-height: 135%;
}

.mainTextBoldLg {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
color: #000000;
font-weight: bold;
line-height: 135%;
}

.footerText {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #706043;
line-height: 130%;
}

h1 {
font-family: Georgia, "Times New Roman", Times, serif
font-size: 18px;
color: #936940;
font-style:italic;
font-weight: 200;
line-height: 120%;
letter-spacing: 2px;

}


/* LINKS */


a:link {

	Color: #996600; 
	Text-Decoration: none;
}

a:active {
	Color: #996600;
	Text-Decoration: none;
}

a:visited {
	Color: #996600; 
	Text-Decoration: none;
}

a:hover {
	Color: #82413E;
	Text-Decoration: underline;
}


/* NAV LINKS */

#nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 160%;
	display: block;
	width: 170px;
	color: #636332;
	background-color: #c8a480;
	text-decoration: none;
	text-align: center;
	border-bottom: 1px solid black;
	padding: 5px;


}

#nav a:link {
	Color: #000000;
	Text-Decoration: none;
}

#nav a:active {
	Color: #000000;
	Text-Decoration: none;
}

#nav a:visited {
	Color: #000000; 
	Text-Decoration: none;
}

#nav a:hover {
	Color: #000000;
	font-weight: bold;
	Text-Decoration: none;
}




