
span.title {
	text-align: left;
	color: #827e74;
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Helvetica Neue Light', 'Arial', sans-serif;
	font-variant: normal;
	font-weight: normal;
	font-style: normal;
	font-size: 24pt;
}

span.subtitle {
	text-align: left;
	color: #827e74;
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Helvetica Neue Light', 'Arial', sans-serif;
	font-variant: normal;
	font-weight: normal;
	font-style: normal;
	font-size: 14pt;
}

span.year {
	float: right;
	text-align: right;
	color: #827e74;
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Helvetica Neue Light', 'Arial', sans-serif;
	font-variant: normal;
	font-weight: normal;
	font-style: normal;
	font-size: 24pt;
}

span.nav {
	font-size: 10pt;
	color: #827e74;
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Helvetica Neue Light', 'Arial', sans-serif;
	font-weight: bold;
	padding-left: 3pt;
	padding-right: 3pt;
}

li {
	padding-bottom: 6pt;
}

body {
	font-family: "Optima", "Helvetica Neue", Arial, Verdana, "Lucida Grande", sans-serif;
	font-size: 12pt;
	margin:12pt 0px; 
	padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	background-color: #575757;	
}
	
#Content {
	width:7in;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:15px;
	border:0px dashed #333;
	background-color: white;
}

div.navigation {
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align: right; /* Counteract to IE5/Win Hack */
}


p.section {
	font-size: 14pt;
	font-weight: bold;
	font-variant: small-caps;
	color: black;
}
p {
	text-align: justify;
}
ul {
	list-style-position: outside;
}

a.nav:link {
  color: #827e74
}

a.nav:visited {
  color: #827e74
}


a.nav:hover {
  color: black
}


a:link {
	text-decoration: none;
	color: #ab3f31
}

a:active {
	color: green
}

a:visited {
}

