body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Arial, Helvetica, sans-serif;
	color: #808183;
	margin: 0px 0px 20px 0px;
	font-size: 13px;
	letter-spacing: 1px;
	text-align: left;
	text-transform: none;
	background-color: #233E45;
	line-height: 15pt;
}
.oneColFixCtr #container {
	width: 980px;
	border: 0px solid #000000;
	text-align: left;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
}
a:link {
	color: #57828D;
	text-decoration: none;
}
a:visited {
	color: #57828D;
	text-decoration: none;
}
a:hover {
	color: #233E45;
	border-bottom: dashed #233E45 1px;
	text-decoration: none;
}
a:active {
	color: #57828D;
	text-decoration: none;
}
.image_wrapper{
	float: left;
	padding: 5px 5px 5px 5px;
	border: solid #99A49C 1px;
	margin: 0px 10px 10px 0px;
}
.heading1{
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 10px;
	color: #233E45;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.heading2{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px;
	color: #57828D;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0px;
}
.heading3{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px;
	color: #DFE8EA;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0px;
}
.star_rating{
	font-size: 12px;
	font-weight: bold;
	color: #233E45;
	float: right;
	padding: 2px 15px 2px 15px;
}
.data {
	color: #737B76;
}
.red{
	color: #F00;
	font-weight: bold;
}
.menu{
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	color: #FFF;
	width: 980px;
	background-color: #57828D;
	height: auto;
}
.menu a:link {
	color: #FFF;
}
.menu a:visited {
	color: #FFF;
}
.menu a:hover {
	color: #FFF;
}
.menu a:active {
	color: #FFF;
}
.footertext {
	color: #57828D;
	font-size: 10px;
	text-align: center;
	letter-spacing: 1px;
}
.footertext a:link {
	color: #57828D;
}
.footertext a:visited {
	color: #57828D;
}
.footertext a:hover {
	color: #9AB4BB;
}
.footertext a:active {
	color: #57828D;

}
.base_menu{
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	color: #B8CACF;
	letter-spacing: 1px;
}
.base_menu a:link {
	color: #FFF;
}
.base_menu a:visited {
	color: #FFF;
}
.base_menu a:hover {
	color: #FFF;
	border-bottom: dotted #FFF 1px;
}
.base_menu a:active {
	color: #FFF;
}


/* div and layer tags */


#LOGO_BOX {
	width: 980px;
	text-align: center;
	height: 100px;
}
#MENU_BOX {
	color: #57828D;
	width: 950px;
	text-align: center;
	height: 25px;
	padding: 0px 15px 0px 15px;
}
#STAR_BOX {
	width: auto;
	height: auto;
	float: right;
	padding-right: 15px;
}
#CONTENT {
	width: 980px;
	height: auto;
	float: left;
	background-color: #FFF;
	background-image: url(images/background.gif);
}
#BODY_TEXT {
	width: 560px;
	height: auto;
	float: left;
	padding: 30px 30px 20px 30px;
	z-index: inherit;
}
#RIGHT_PICS {
	width: 360px;
	height: auto;
	float: left;
}
#BLUE_BASE {
	width: 920px;
	height: auto;
	float: left;
	background-color: #57828D;
	padding: 15px 30px 15px 30px;
}
#BLUE_BASE_1 {
	width: 275px;
	height: auto;
	float: left;
	padding-right: 13px;
	border-right: solid #B8CACF 1px;
	vertical-align: text-top;
}
#BLUE_BASE_2 {
	width: 275px;
	height: auto;
	float: left;
	padding-left: 13px;
	padding-right: 13px;
	border-right: solid #B8CACF 1px;
	vertical-align: text-top;
}
#BLUE_BASE_3 {
	width: 254px;
	height: auto;
	float: left;
	padding-left: 13px;
	vertical-align: text-top;
	padding-right: 13px;
	border-right: solid #B8CACF 1px;
}
#ACCREDIATION {
	width: 35px;
	height: auto;
	float: left;
	padding-left: 13px;
}
#FOOTER {
	width: 980px;
	height: auto;
	float: left;
	margin-top: 10px;
}

