/* Foundation */


body {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
}



/* Typography */

h1 {
	font-family: "Lucida Grande", Arial, Helvetica;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	}
	
h2 {
	font-family: "Lucida Grande", Arial, Helvetica;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #CC3300;
	}
	
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	}
	
.quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	}
	
	p {
}
	
.sidenav {
	font-family: "Lucida Grande", Arial, Helvetica;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

.sidenav a {
	color: #000000; text-decoration: none; 
}
	
.sidenav a:hover { 
	color: #cc3300; text-decoration: none; 
}

	
.caption {
	font-family: "Lucida Grande", Arial, Helvetica;
	font-size: 10px;
	}
	
	
/* side nav */

.indentquote {
	padding-right: 50px;
	padding-left: 50px;
	font-style: italic;
}

/* Links */

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

a:active { 
}
