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: #57324f;
	background-position: center center;
	color: #787051;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
}
h1 {
	color: #57001e;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
}

h2 {
	color: #57324f;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}
h3 {
	color: #57324f;
	font: bold 12px/14px Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

p.size {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #666665;
}
p.center {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #666665;
	text-align: center;
	margin-left: 100px;
}
a img {
	border: none;
}

a,  a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #003399;
	text-decoration: underline;
}
a:focus {
  color: #b92200;
}
a:active {
	color: #003399;
}
a.title {
	color: #003399;
	text-decoration: underline;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}

.imgleft {
	float: left;
	margin-left: 8px;
	padding: 8px;
}
.imgcenter {
	float: inherit;
	margin-left: 8px;
	margin-right: 8px;
}
.imgcenter2 {
display: block; 
margin-right: auto; 
margin-left: auto;
}

.imgright {
	float: right;
	margin-right: 8px;
	margin-left: 8px;
}

#container {
	background-color: #fff;
	margin: 0 auto; 
	text-align: center; 
	width: 100%;
}

#outerWrapper {
	background-color: #fff;
	margin: 0 auto; 
	text-align: left;
	width: 800px;
}
#outerWrapper #header {
	border-bottom: solid 1px #656586;
	font-size: 18px;
	font-weight: bold;
	height: 100px;
	line-height: 15px;
	padding: 10px 10px 10px 10px;
	background: #57324F url(images/Logo.jpg) no-repeat center center;
	text-align: center;
}
#outerWrapper #topNavigation {
	background-color: #f4f2fc;
	border-bottom: solid 1px #a8a2d1;
	height: 25px;
	padding: 10px;
	margin: 0px;
}
#outerWrapper #contentWrapper #leftColumn1 {
	float: left;
	padding: 10px;
	width: 200px;
	height: 100%;
}
#outerWrapper #contentWrapper #content {
  margin: 0 0 0 16em;
  padding: 10px 10px 10px 10px;
}
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
	background-color: #f4f2fc;
	border-top: solid 1px #a8a2d1; 
	padding: 10px 10px 10px 10px;
	font: bold x-small Arial, Helvetica, sans-serif;
	color: #57324F;
	text-align: center;
}
#contentWrapper {
	background-image: url(images/contentWrapper_bg.png);
	background-repeat: repeat-y;
	overflow: hidden;
}
.h1bkgrnd {
	color: #57001e;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	background: #FFFF00;
}
