html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	background-color: #ffffff;
	border-width: 0px;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
td, div, p, span {
	color: #000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}
h1 {
	color: #8D6398;
	font-size: 18px;
	font-weight: bold;
	line-height: 14px;
}
h2 {
	color: #8D6398;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
h3 {
	font-size: 14px;
	color: #8D6398;
	line-height: 16px;
}
h4 {
  font-size: 12px;
  font-weight: bold;
}
a,  a:link {
  color: #660000;
  font-weight: normal;
  text-decoration: none;
}
a:visited {
  color: #660000;
  text-decoration: none;
}
a:hover {
  color: #660000;
  text-decoration: underline;
}
a:focus {
  color: #660000;
  text-decoration: underline;
}
a:active {
  color: #000;
}
#outerWrapper {
  background-image: url(../Images/Background.jpg); background-repeat: no-repeat;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 837px;
	border-left: solid 1px #2F0343;
	border-right: solid 1px #2F0343;
}
#outerWrapper #header {
	background-image: url(../Images/TopBanner.png);
	background-repeat: no-repeat;
	height: 157px;
	border-bottom: solid 1px #2F0343;
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	padding: 0px;
}
#outerWrapper #header #TextBar {
	padding: 131px 0 0 0;
	font-size: 14px;
	height: 30px;
}
#outerWrapper #header #TextBar #LeftBlock {
	float: left;
	width: 500px;
	padding: 0 0 0 10px;
	text-align: left;
	color: #ffffff;
}
#outerWrapper #header #TextBar #RightBlock {
	margin: 0 0 0 500px;
	padding: 0 10px 0 0;
	text-align: right;
	color: #ffffff;
}
#outerWrapper #contentWrapper {
  overflow: hidden;
}
#outerWrapper #contentWrapper #leftColumn1 {
	float: left;
	width: 150px;
	font-size: 10px;
}

#outerWrapper #contentWrapper #leftColumn1 #Logos {
	padding: 10px 0 120px 0;
}

#outerWrapper #contentWrapper #content {
	margin: 0 0 0 160px;
	padding: 10px 10px 10px 10px;
	background-image: url(../Images/ContentBackground.png);
	text-align: left;
}
#outerWrapper #footer {
	clear: both;
  border-top: solid 2px #2F0343;
  padding: 10px 0 10px 0;
  font-size: 11px;
}
#outerWrapper #footer #Skeleton {
	margin-top: -100px;
	width: 150px;
	float: left;
	text-align: center;
}
#outerWrapper #footer #ContentRight {
	float: right;
	width: 150px;
	text-align: center;
}
#outerWrapper #footer #ContentMiddle {
	margin: 0px 160px 0 160px;
	text-align: center;
}
.Error {
	color: #CC0000;
}
.ErrorMessage {
	color: #CC0000;
}
