@charset "UTF-8";
body {
	background-color: #CDC093;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2F5A8E;
	margin-bottom: 10px;
}
#header #headerContent {
	width: 825px;
	margin-right: auto;
	margin-left: auto;
	height: 150px;
}
#middle {
	background-color: #00334C;
	height: 400px;
}
#middle #middleContent {
	width: 825px;
	margin-right: auto;
	margin-left: auto;
	height: 400px;
	position: relative;
	padding-bottom: 10px;
}
#middle #middleContent #rightText {
	float: right;
	color: #CCCCCC;
	margin-top: 20px;
	width: 690px;
}
#middle #middleContent #titleimg {
	float: left;
}
#footer {
	height: 100px;
}
#footer #footerContent {
	width: 825px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	padding-top: 5px;
}

#header #headerContent #logo {
	padding-top: 125px;
	font-size: 17px;
}
h1 {
	font-size: 16px;
	padding: 0px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.uppercase {
	font-size: 10px;
	text-transform: uppercase;
}
label {
	line-height: 18px;
	letter-spacing: 1px;
	color: #FFFFFF;
}
.white {
	color: #FFFFFF;
	display: inline;
}
.size12 {
	font-size: 12px;
}
.thankyou {
	font-size: 40px;
	font-weight: normal;
	color: #936544;
}
.clear {
	clear: both;
}
.menuContent  a {
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	font-family: "Helvetica Neue Light", "Gill Sans";
	color: #00334C;
}
.menuContent   .navLink {
	display: inline;
	padding: 8px;
	color: #00334C;
}
.menuContent .navLink a {
	color: #00334C;
}
.menuContent   .navLinkActive {
	display: inline;
	background-color: #00334C;
	padding: 8px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 12px;
}
.menuContent  .navLinkActive  a {
	color: #FFFFFF;
	font-weight: normal;
}
#blogMenu {
	width: 850px;
	position: absolute;
	height: 100px;
	top: 0px;
	right: 0px;
	padding-top: 20px;
	color: #00334C;
}
