body {
	background-color: #5255a5;
	margin:0;
	padding:15px;
	font-family:"Times New Roman", Times, serif;
}
hr {
	color: #b62842;
	width: 90%;
	height: 1px;
}
a {
	color: #5255a5;
}
a:active {
	color: #5255a5;
}
a:visited {
	color: #5255a5;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.approach {
	visibility: hidden;
	height: 0px;
	position:absolute;
	width: 500px;
}
.textbox {
	width: 200px;
}
#centerContent {
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	width: 787px;
	border: 1px solid #dddddd;
}
#topContent {
	height: 268px;
	width: 787px;
	background-image:url(images/homePageHeader.jpg);
	background-repeat:no-repeat;
}
#topContentSubPage {
	height: 123px;
	width: 787px;
	background-image:url(images/subPageHeader.jpg);
	background-repeat:no-repeat;
}
#navigation {
	background-image: url(images/navbar.jpg);
	background-repeat:no-repeat;
	height: 45px;
	width: 787px;
}
#navigation td {
	color: #b62842;
	font-weight: bold;
	font-size: 24px;
	vertical-align:top;
}
#mainContent {
	background-color: #FFFFFF;
	min-height: 500px;
}
#floatbox {
	position: relative;
	background-image: url(images/floatbox.gif);
	background-repeat: no-repeat;
	height: 235px;
	width: 235px;
	margin-right: 40px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 20px;
}
#floatbox table {
	height: 100%;
	width: 85%;
}
#floatbox td {
	vertical-align: middle;
}
#contentLeft {
	float: left;
	width: 60%;
	top: 20px;
	height: 500px;
}
#contentLeft img {
	padding-left: 50px;
}
#contentRight {
	float: right;
	padding-top: 30px;
}
#contentSubPage {
	padding: 30px;
}
#footer {
	text-align: center;
	padding-top: 6px;
	padding-bottom: 8px;
}
#footer span {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}
#copyright {
	font-size: 9px;
	text-align: center;
	padding: 10px;
}
