.bg_page  { background-image: url("images/BG_page.gif"); background-attachment: scroll }

.body_dkgrn    { color: #432f0c; font-size: 11pt; font-family: "Franklin Gothic Medium", Helvetica, Arial, SunSans-Regular, sans-serif }

.heading   { color: #769947; font-size: 11pt; font-family: "Franklin Gothic Medium", Helvetica, Arial, SunSans-Regular, sans-serif }

.body_ltgrn  { color: #a3b981; font-size: 11pt; font-family: "Franklin Gothic Medium", Helvetica, Arial, SunSans-Regular, sans-serif }

.small_dkgrn     { color: #6c5835; font-size: 8pt; font-family: "Franklin Gothic Medium", Helvetica, Arial, SunSans-Regular, sans-serif }

.body_white  { color: #fff; font-size: 8pt; font-family: "Franklin Gothic Medium", Helvetica, Arial, SunSans-Regular, sans-serif }

.small_orange    { color: #fcbb35; font-size: 7pt; font-family: "Franklin Gothic Medium", Helvetica, Arial, SunSans-Regular, sans-serif }

.bg_table   { background-image: url("images/bg_table.png"); background-repeat: no-repeat }

.header {
	height: 150px;
	width: 856px;
	background-image: url(images/header.png);
	margin-left: 73px;
}
.subheader {
	background-image: url(images/bg_table_spacer.png);
	height: 40px;
	width: 856px;
	margin-left: 73px;
}
.sidebar1 {
	background-color: #FFC;
	height: 771px;
	width: 197px;
	margin-left: 73px;
	float: left;
	clear: left;
}
.body1 {
	height: 771px;
	width: 659px;
	clear: right;
	float: left;
	background-color: #CFF;
}
.bodypic {
	height: 140px;
	width: 576px;
	margin-left: 15px;
	margin-top: 15px;
	background-image: url(images/nurses.jpg);
	background-repeat: no-repeat;
}
.logos {
	background-color: #CCC;
	height: 53px;
	width: 556px;
	margin-left: 39px;
	margin-top: 19px;
	margin-bottom: 19px;
}
.content1 {
	height: 190px;
	width: 536px;
	margin-left: 39px;
}
.tabs {
	height: 80px;
	width: 659px;
}
.content2 {
	height: 175px;
	width: 536px;
	margin-left: 39px;
}

.thrColLiqHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-top: 1px;
	margin-right: 2px;
	margin-bottom: 1px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}

.flt30px{
	margin-left: 30px;
}	
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.invisable {
	font-size: 1px;
	color: #CBC080;
}


.backtotop a{
	font-size: .7em;	
}
