body {
  color: #333;
  background-color: #f5f5f5;
  font-family: verdana;
  font-size: 12px;
  margin: 0;
}

a {
	color: #647d8f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2 {
	color: #383647;
	margin-top: 22px;
}

h3 {
	margin: 0 0 5px 0;
	font-size: 14px;
	color: #383647;
}

.footer {
	font-size: 12px;
}

#site_container {
	width: 966px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 964px;
	height: 67px;
	background-color: #424663;
	border-bottom: 1px solid #adaa9c;
	float: center;
	
}

#header img {
	margin: 17px 0 0 13px;
}

#nav {
	width: 512px;
	height: 123px;
	background-color: #647d8f;
	color: #e7e7d0;
	border-right: 1px solid #e5e5e5;
	font-size: 12px;
	font-family: arial;
	float: left;
}

#nav .primary_container {
	width: 127px;
	text-align: right;
	margin-top: 12px;
	display: inline;
}

#nav .primary {
	margin-top: 13px;
	width: 140px;
	float: left;
	text-align: right;
}

#nav .secondary {
	font-style: italic;
	margin-top: 13px;
	display: inline;
	float: left;
}

#nav .secondary_divider {
	font-style: normal;
	margin: 0 14px 0 14px;
}

#nav .on {
	font-weight: bold;
}

#nav a {
	color: #e7e7d0;
	text-decoration: none;
}

#quote_area {
	width: 451px;
	height: 123px;
	background-color: #383647;
	float: left;
}

#quote_area img {
	float: left;
}

#quote_area .quote {
	color: #E7E7D0;
	font-family: Times;
	font-size: 17px;
	margin: 10px 30px 0 0;
	width: 325px;
	float: right;
}

#image_left {
	border-left: 1px solid #6b7b94;
	border-right: 1px solid #6b7b94;
	border-bottom: 1px solid #6b7b94;
	margin-right: 64px;
	width: 448px;
	padding-top: 24px;
	vertical-align: middle;
	float: left;
}

#image_left .photo {
	border-top: 1px solid #6b7b94;
	border-bottom: 1px solid #6b7b94;
	text-align: center;
}

#image_left .caption {
	font-size: 11px;
	font-weight: bold;
	padding: 8px;
	color: #383647;
}

#image_left .small {
	font-size: 9px;
	margin-top: 5px;
	font-weight: normal;
}

#content {
	float: right;
	width: 442px;
	padding-right: 10px;
}

#footer {
	text-align: center;
	font-size: 9px;
}

.page_header {
	color:#383647;
	margin-top:22px;
	font-size: 1.7em;
	font-weight: bold;
	float: left;
	width: 180px;
}

form select {
	border: 1px solid #383647;
	font-size: 11px;
	font-weight: bold;
	color: #383647;
	padding: 3px;
}
