﻿body {
	background-color: #FFFFFF;
	line-height: 14px;
	font-size: 11px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-image: url('background4.jpg');
}
h1 {
	line-height: 14px;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
h2 {
	line-height: 14px;
	color: #DE247F;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

a,  a:link {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
#outerWrapper {
	background-color: #fff;
	width: 900px;
	text-align: left;
	margin: 0 auto 0 auto;
}
#outerWrapper #header {
	background-color: #ffffff;
	line-height: 15px;
	font-size: 18px;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: medium;
	border-bottom-color: #000000;
}
#outerWrapper #contentWrapper #leftColumn1 {
	background-color: #ffffff;
	float: left;
	border-right-style: solid;
	width: 150px;
	padding: 10px 10px 10px 10px;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
}
#outerWrapper #contentWrapper #rightColumn1 {
	border-left: thick double #000000;
	float: right;
	width: 150px;
	padding: 10px 10px 10px 10px;
	font-size: small;
	text-align: center;
	background-image: url('bnr-hr.jpg');
	height: 500px;
}
#outerWrapper #contentWrapper #content {
	padding: 10px;
	margin: 0 170px 0 170px;
	font-size: medium;
	line-height: 20px;
}

#outerWrapper #contentWrapper .clearFloat {
  display: block;
  clear: both;
}
#outerWrapper #footer {
	background-color: #ffffff;
	border-top-style: none;
	padding: 10px 10px 10px 10px;
	text-align: center;
	color: #000000;
	font-weight: normal;
