@charset "utf-8";
/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

* {
	padding: 0px;
	margin: 0px;
	line-height: 1;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #0a4e92;
	margin: 20px 0 0 0;
}

h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 15px 0 15px 0;
	line-height: 25px;
}

h4 {
	font-size: 16px;
	font-weight: normal;
	color: #0a4e92;
	margin: 30px 0 0 0;
}

h5 {
	font-size: 16px;
	font-weight: bold;
	color: #0a4e92;
	margin: 0 0 10px 0;
}

a, a:link, a:visited, a:active {
	color: #0a4e92;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 5px 5px 15px 5px;
	line-height: 19px;
	color: #333333;
}

ul {
	margin: 0 50px 30px 50px;
}

ul li {
	margin: 8px 0 8px 0;
	line-height: 15px;
}

#TopBar {
	width: 100%;
	height: 105px;
	background-color: #0a4e92;
	padding: 45px 0 0 0;
}

#TopBar p {
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	line-height: normal;
}

#TopBar big {
	font-size: 32px;
	font-weight: bold
}

#TopBarLine {
	border-top: 3px solid #eb1c26;
	margin: 3px 0 0 0;
}

#MainContent {
	width: 900px;
	margin: 4px auto 0 auto;
}

#MainContent form {
	margin: 20px 12px 0 45px;
}

#FeedbackButt {
	float: right;
	text-align: center;
}

#FeedbackButt a {
	width: 175px;
	height: 72px;
	background-image: url(../images/feedbackbuttb.gif);
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	font-size: 19px;
	font-weight: bold;
	padding: 30px 0 0 0;
	margin: 20px 20px 0 0;
	line-height: normal;
}

#FeedbackButt a:hover {
	background-image: url(../images/feedbackbutt.gif);
	color: #0a4e92;
}

#PhotoBack {
	width: 100%;
	height: 142px;
	background-image: url(../images/toppic.jpg);
}

#WhatPeopleThink {
	width: 414px;
	height: 142px;
	padding: 15px 15px 20px 15px;
	border: 1px solid #afcae5;
	background-color: #e9f0f6;
	margin: 0 0 35px 0;
}

#WhatPeopleThink p {
	margin: 0;
	width: 414px;
}

#WhatPeopleThink small {
	float: right;
	font-weight: bold;
	font-size: 11px;
	width: 414px;
	text-align: right;
	margin: 0 0 10px 0;
}

#Submit {
	background-color: #0A4E92;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px 8px 4px 8px;
	float: right;
	margin: 0 40px 0 0;
	border: 1px solid #EB1C26;
}