body {
	font-family: Myriad, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	letter-spacing: .5px;
	margin: 0px;
	line-height: 20px;
	background-color: #675d53;
}

.red {
	color: #971014;
}

.white {
	color: #ffffff;
}

h1 {
	color: #232C4D;
	font-size: 160%;
	font-weight: bold;
}
	
h2 {
	color: #232C4D;
	font-size: 135%;
	font-weight: bold;
}
	
h3 {
 	color: #971014;
   font-size:100%;
   font-weight:bold;
   }
	
a:link, a:visited {
	color: #971014;
	font-size: 12px;
	text-decoration: none;
	border-bottom: 0px solid;
}    

a:hover {
	color: #232C4D;
	text-decoration: none;
	border-bottom: 0px solid;
}


a.navtoplink:link, a.navtoplink:visited {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
}

a.navtoplink:hover {
	color: #971014;
	text-transform: uppercase;
	font-weight: bold;
}

a.navleftlink:link, a.navleftlink:visited {
	color: #971014;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

a.navleftlink:hover {
	color: #232C4D;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

a.footlink:link, a.footlink:visited {
	color: #ffffff;
	font-size: 10px;
	border-bottom: 1px solid;
}

a.footlink:hover {
	color: #ffffff;
	font-size: 10px;
	border-bottom: 0px solid;
}

.copyright {
	color: #ffffff;
	font-size: 10px;
	
}