
/* MASTERLAYOUTSTYLES
------------------------------------------------------------------
------------------------------------------------------------------
------------------------------------------------------------------*/  
body {
	background-image: url(../images/bkgrd.jpg);
	background-repeat: repeat-x;
	background-color: #EDE5C6;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	
		
	}


.bodytxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 133%;
	color: #666666;
}

.biggertxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 133%;
	color: #666666;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 133%;
	color: #666666;
}


.onNav {
	font-family:  Georgia, "Times New Roman", Times, serif;
	color: #681414;
	text-decoration: none;
	font-size: 15px;
}

/* LINKS*/

a.nav:link {
	font-family:  Georgia, "Times New Roman", Times, serif;
	color: #333333;
	text-decoration: none;
	font-size: 15px;
}

a.nav:active {
	font-family:  Georgia, "Times New Roman", Times, serif;
	color: #333333;
	text-decoration: none;
	font-size: 15px;
}
a.nav:visited {
	font-family:  Georgia, "Times New Roman", Times, serif;
	color: #333333;
	text-decoration: none;
	font-size: 15px;
}
a.nav:hover {
	font-family:  Georgia, "Times New Roman", Times, serif;
	color: #681414;
	text-decoration: none;
	font-size: 15px;
} 




a.sec:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #681414;
	text-decoration: underline;
	font-size: 12px;
}

a.sec:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #681414;
	text-decoration: underline;
	font-size: 12px;
}
a.sec:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #681414;
	text-decoration: underline;
	font-size: 12px;
}
a.sec:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	font-size: 12px;
}