@charset "utf-8";
/* CSS Document */

/* COLORS
Light Green: #C9D08A
Dark Green: #99AF1E
Light Blue: #404A63
Dark Blue: #0A142D
*/

body {
	font-family: "futura-pt";
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 15px;
	line-height: 18px;
}
hgroup {
	border-bottom: 1px dotted #CCC;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
hgroup h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 40px;
	line-height: 36px;
	text-transform: uppercase;
	color: #0A142D;
	font-weight: 300;
}
hgroup h2 {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	color: #FF8C00;
	text-transform: uppercase;
}
h2 {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	color: #FF8C00;
	text-transform: uppercase;	
}
h3 {
	font-size: 18px;
	line-height: 20px;
	margin: 15px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	color: #404A63;
	font-weight: 700;
}
h4 {
	font-size: 20px;
	line-height: 24px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}
h6 {
	font-size: 10px;
	color: #666;
	text-transform: uppercase;
	border-bottom: 1px dotted;
	margin-bottom: 10px;
}
p {
	margin: 5px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
}
strong {
	font-weight: 700;
}
em {
	font-style: italic;
}
hr {
	margin: 10px 0px 20px 0px;
}
a {
	/*
  color:#4F91CD;
	color:#0A142D;
  */
  color: #FF8C00;
	text-decoration: underline;
}
a:hover, a:focus {
	text-decoration: none;
}
aside {
	width: 250px;
	margin: 0px 0px 25px 25px;
	float: right;
	font-size: .75em;
}
aside img {
	width: 250px;
	border-bottom: 1px solid #CCC;
}
aside p {
	margin: 0px 8px 20px 8px;
	padding: 0;
}
