body {
	background-color: #003d4C;
}
.bgTable {
	margin-top: 25px;
	border: 1px solid #8e908f;
}
.bgTable .anchorLayer {
	position: absolute;
	z-index:10;
}

/* Positioned elements */
.anchorLayer #logoLayer {
	position: absolute;
	top: 57px;
	left: 631px;
}
.anchorLayer #navMenu {
	position: absolute;
	top: 75px;
	left: 120px;
	width:85px;
}
.subNavLayer {
	position: absolute;
	left: 30px;
	top: 14px;
	z-index:25;
	width:60px;
}
.subSubNavLayer {
	position: relative;
	left: 10px;
	top: 5px;
	z-index:35;
}
.anchorLayer #breadcrumb {
	position: absolute;
	left: 246px;
	top: 45px;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #555555;
}
.anchorLayer #mainContent {
	position: absolute;
	left: 246px;
	top: 60px;
	height: 391px;
	width: 450px;
}
#filterScrollBar {
	position:absolute;
	top:10px;
	left:345px;
	width:14px;
	height:400px;
}
.anchorLayer #sidebarTestimonials {
	position: absolute;
	left: 627px;
	top: 140px;
	height:90px;
	width: 165px;
	overflow: auto;
}
.anchorLayer #secondFilter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #555555;
	width: 165px;
	position: absolute;
	left: 627px;
	top: 185px;
	height:215px;
}
.anchorLayer #testimonialFooter {
	width: 150px;
	position: absolute;
	left: 627px;
	top: 393px;
	height:50px;
	overflow: auto;
}
.anchorLayer #footer {
	position: absolute;
	left: 452px;
	top: 459px;
}

/* Style related styles...um, yeah */
#sidebarTestimonials .blueAndBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003d4c;
}
#secondFilter ul {
	margin-left:0px;
}
#secondFilter p {
	margin-bottom:-4px;
}
#secondFilter li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #333333;
	list-style-image: url(../pix/orangeBullet.gif);
}
#testimonialFooter .blueAndBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003d4c;
}
.anchorLayer #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003d4c;
}
.anchorLayer #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003d4c;
}
.anchorLayer #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 14px;
}
.anchorLayer #mainContent li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	list-style-image: url(../pix/orangeBullet.gif);
}
.anchorLayer #mainContent strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #003d4c;
}

.mainNav {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003d4c;
	font-weight: bold;
	margin-bottom:39px;
	width:60px;
	text-decoration:none;
}
.mainNavHover {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #eeaf30;
	font-weight: bold;
	margin-bottom:39px;
	cursor:pointer;
	z-index:10;
	width:60px;
	text-decoration:none;
}
.subNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003d4c;
	font-weight: normal;
	text-decoration: none;
	margin-bottom:5px;
	z-index:25;
	background:#FFFFFF;
}
.subNavHover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #eeaf30;
	font-weight: normal;
	text-decoration: none;
	margin-bottom:5px;
	cursor:pointer;
	z-index:25;
	background:#FFFFFF;
}
.subSubNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003d4c;
	font-weight: normal;
	text-decoration: none;
	margin-bottom:5px;
	z-index:35;
	background:#FFFFFF;
}
.subSubNavHover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #eeaf30;
	font-weight: normal;
	text-decoration: none;
	margin-bottom:5px;
	cursor:pointer;
	z-index:35;
	background:#FFFFFF;
}

#breadcrumb a {
	color: #555555;
	text-decoration: underline;
}
#breadcrumb a:link {
	color: #555555;
	text-decoration: underline;
}
#breadcrumb a:visited {
	color: #555555;
	text-decoration: underline;
}
#breadcrumb a:hover {
	color: #555555;
	text-decoration: underline;
}
td {
	background-color: #FFFFFF;
}