@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}
body {
	background-color: #999;
	color: #2e2d2c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h1 {
	color: #003366;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}
h2 {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
  color: #702922;
}
h4 {
  color: #702922;
}
h5 {
  color: #702922;
}
h6 {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a,  a:link {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #006;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #0072bb;
	text-decoration: underline;
}
a:focus {
	color: #0072bb;
}
a:active {
	color: #003366;
}
#outerWrapper {
	background-color: #ffffff;
	border-top: solid 5px #ffffff;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	text-align: left;
	width: 950px;
}
#outerWrapper #header {
	background-color: #FFF;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	height: 72px;
	line-height: 15px;
	margin-left: 10px;
	margin-top: 5px;
	width: 920px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-top-width: 5px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}
#outerWrapper #topNavigation {
	background-color: #FFF;
	color: #0072bb;
	height: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px 0px 0px 0px;
}
#outerWrapper #contentWrapper {
	border-top: solid 5px #0072bb;
	margin-left: 0px;
	margin-right: 0px;
}
#outerWrapper #contentWrapper #leftColumn1 {
	background-color: #988777;
	border-bottom: solid 5px #0072bb;
	float: left;
	margin-bottom: 0px;
	width: 140px;
	height: 640px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
}
#outerWrapper #contentWrapper #content {
	margin: 0 0px 0 180px;
	padding: 10px 0px 10px 10px;
	width: 750px;
}
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
	background-color: #7f7f7f;
	color: #ffffff;
	padding: 10px 0px 10px 20px;
}
#FlashContainer{
	width:860px;
	margin:0 auto;
	display:block;
}

#flashcontent{
	display:block;
	text-align: center;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}

Label {
	text-transform:uppercase;
	padding:3px;
	background-color: #FFF;
}

/* FORM DATA */

.inputValue {width:70%;}
.inputText {width:70%; height:100px;}
.inputButton {}
.emailFormError {margin:0px; color:#FF0000}
