/************** Default Elements *******************/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	font: 100.01% Arial, Helvetica, sans-serif;
	color: #3a3f55;
	background-color: #eeefff;
	background-image: url(../images/bodyBG.jpg);
	background-repeat: repeat-x;
}

/************** Layout Elements *******************/

#wrapper {
	width: 770px;
	margin: 0 auto;
	font-size: 80%;
	background: url(../images/ContentBG.jpg) 180px 0 no-repeat;
	min-height: 650px; /*ensure the bg image is not cut off at the bottom*/
	position: relative;
}

#leftCol {
	position: absolute;
	top: 35px;
	left: 0;
	width: 178px;
	padding-top: 113px;
	background-image: url(../images/bfc-det-logo1.gif);
	background-repeat: no-repeat;
	background-position: -10px 2px;
}
#wrapper #leftCol #col_img {
	display: block;
	position: absolute;
	top: 565px;
	left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: bold;
}


#contentHolder {
	padding-top: 160px;
	width: 550px;
	margin-left: 200px;
}

#content {
	width: 530px;
	margin: 0 auto;
	padding-top: 15px;
	font-weight: bold;
}
#wrapper #cardio-image {
	top: 52px;
	position: absolute;
	left: 195px;
}



/************** Styling Content *******************/

h1, h2, h3, h4, h5, h6 {
	margin: 12px 4px 0px 0px;
	font-size: 110%;
	color: #333;
	font-weight: bold;
	font-style: normal;
	word-spacing: normal;
	letter-spacing: 1px;
	font-family: Verdana, Geneva, sans-serif;
}

h2 {
	font-size: 107%;
	color: #FF7401;
	margin-bottom: 6px;
}
#wrapper #contentHolder #content ul {
	margin-left: 14px;
}
#wrapper #contentHolder #content ul a:link {
	color: #6B7392;
}
#wrapper #contentHolder #content ul a:hover {
	color: #FF7401;
}




h3 {
	font-size: 9px;
	color: #FF7401;
	margin-top: -2px;
}

h4 {
	font-size: 120%
}

h5 {
	font-size: 110%;
}

h6 {
	font-size: 100%;
}
#wrapper #contentHolder #content table {
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}
#wrapper #contentHolder #content table tr td {
	width: 270px;

}
#wrapper #contentHolder #content table tr td p {
	color: #FF7401;
}




p {
	margin: 10px 0;
}

/************** Styling LeftCol *******************/

#leftCol ul {
	list-style-type: none;
	border: 3px solid #3c4661;
 }

#leftCol li {
	margin: 1px;
}

#leftCol li a {
	display: block;
	color: #3c4661;
	text-decoration: none;
	background-color: #cdcfcc;
	padding: 2px 5px;
}

#leftCol li a:hover {
	color: #cdcfcc;
	background-color: #3c4661;
}


/************** Generic Styling Classes *******************/

.right {
	float: right;
	margin: 5px 0 2px 10px;
}

.left {
	float: left;
	margin: 5px 10px 2px 0;
}

/************** Link Styles *******************/

a img {
	border: none;
}

a {
	color: #6B7392;
	text-decoration: underline;
}

a:hover {
	color: #FF7401;
 }
#wrapper #leftCol p {
	top: 1px;
}
#footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #EEEFFF;
	text-align: center;
}

