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: #D2E6F4;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
h1 {
	color: #BF1E2E;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3em;
}
#topNavigation {
	height: 55px;
	background-color: #333333;
}
h2 {
	color: #AE1E22;
	font-size: 15px;
	font-weight: bold;
	line-height: 14px;
}
a,  a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	font-size: 14px;
}
a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #AE1E22;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

#outerWrapper {
	background-color: #fff;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 900px;
}
#outerWrapper #header {
	background-color: #ddd;
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	padding: 0px;
	background-repeat: no-repeat;
	height: 235px;
}
#outerWrapper #topNavigation {
	height: 35px;
	background-image: url(images/navbg.jpg);
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-position: bottom;
	}
#outerWrapper #contentWrapper {
	background-repeat: repeat-y;
	background-color: #4297D2;
}
h5 {
	font-size: 14px;
	font-style: italic;
	color: #FFFFFF;
	background-color: #4297D2;
	padding: 3px;
}
#outerWrapper #contentWrapper #leftColumn1 {
	background-color: #4297D2;
	float: left;
	padding: 10px;
	width: 170px;
	height: 100%;
	line-height: 16px;
}
#outerWrapper #contentWrapper #content {
	height: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 190px;
	font-size: 14px;
	line-height: 18px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
	background-color: #FFFFFF;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000000;
}
#content a:link {
	color: #125994;
	font-weight: bold;
	text-decoration: underline;
}
#content a:visited {
	color: #4297D2;
	font-weight: bold;
	text-decoration: underline;
}
#content a:hover {
	color: #AE1E22;
	text-decoration: underline;
}
#content a:active {
	color: #000;
	text-decoration: underline;
}
#outerWrapper #footer {
	background-color: #FFFFFF;
	border-top: solid 1px #666;
	padding: 10px 10px 10px 10px;
	line-height: 18px;
	font-size: 12px;
}
.style2 {color: #055289}
.style3 {
	color: #BF1E2E;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
}
.style5 {
	color: #BF1E2E;
	font-weight: bold;
}
.style4 {
	color: #FFFFFF;
	font-weight: bold;
}
.style6 {font-size: 12px}
h3 {
	font-size: 18px;
	color: #BF1E2E;
}
form {
	border: thin solid #AE1E22;
	line-height: 26px;
	padding: 2px;
	background-image: url(images/contact.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 14px;
	width: 650px;
	margin-left: 5px;
}
.footer a:link {
	color: #125994;
	font-weight: bold;
	text-decoration: underline;
}
.footer a:visited {
	color: #125994;
	font-weight: bold;
	text-decoration: underline;
}
.footer a:hover {
	color: #AE1E22;
	text-decoration: underline;
}
.footer a:active {
	color: #000;
	text-decoration: underline;
}
.table_03 {
	font-size: 12px;
	background-position: left top;
	border: thin solid #4297D2;
	background-color: #EFF6FB;
}
hr {
	color: #4297D2;
}
h6 {
	color: #FFFFFF;
	background-color: #4297D2;
	padding: 2px;
}
.h6 a:link {
	color: #FFFFFF;
}
.rightFloat{
  float: right;
  }