@charset "UTF-8";
body {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	background-position: center;
	text-align: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.endnote {
	font-size: 10px;
	color: #8E8176;
	background-position: right;
	text-align: right;
}
.front {
	font-size: 14px;
}
.navLink {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
a.navLink:link {
	text-decoration: none;
}
a.navLink:visited {  
	text-decoration: none;
	}
a.navLink:hover { 
	text-decoration: none;
	color: #8E8176;
} 
a.navLink:active {
	text-decoration: none;
}
.sideLink {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.sideLink:link {
	text-decoration: none;
}
a.sideLink:visited {  
	text-decoration: none;
	}
a.sideLink:hover { 
	text-decoration: none;
	color: #8E8176;
} 
a.sideLink:active {
	text-decoration: none;
}
.bodyLink {
	color: #665546;
	text-decoration: none;
}
a.bodyLink:link {
	text-decoration: none;
}
a.bodyLink:visited {  
	text-decoration: none;
	}
a.bodyLink:hover { 
	text-decoration: none;
	color: #3FCFD5;
} 
a.bodyLink:active {
	text-decoration: none;
}
.turq {
	background-color: #3FCFD5;
}
.red {
	background-color: #992220;
}
.ltbrn {
	background-color: #8E8176;
}
.hdr {
	font-size: 24px;
	color: #665546;
}
.list {
	padding-bottom: 3px;
	padding-top: 3px;
	vertical-align: top;
}
#side-nav ul li {
	text-align: right;
	list-style: none;
	margin-right: 5px;
	margin-bottom: 5px;
}
#side-nav ul li a {
	color: #fff;
	text-decoration: none;
}
#side-nav ul li a:hover {
	color: #8E8176;
}
#container {
	padding: 20px;
}
.upper {
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: .1em;
}