/* CSS Document */

/* --------------------------------------- */
/* Generic Styles used accross entire site */
/* --------------------------------------- */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
	line-height: .17in;
	}
DIV {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: .17in;
	}
P {
	margin:0px; 
	font-size:12px;
	line-height: .17in;
	}
INPUT
{
	background-color : White;
}

sup {
	font-size:70%;
	}
	
/* TEMPLATE CONTAINER - SETS THE WIDTH */

#container {
	position:absolute;
	left:50%;
	margin-left:-500px;
	width:1000px;
	height:auto;
	background-color:#FFFFFF;
	}

/* HEADER STYLES */

#osteomarkHeader {
	width:980px;
	position:relative;
	padding:5px 10px 5px 10px;
	margin-bottom:4px;
	color:#FFFFFF;
	background-color:#ECF5FB;
	border:1px solid #9FCBED;
	/*background-color:#9FCBED;*/
	}

/* MAIN NAV STYLES */

#osteomarkMainNav {
	width:100%;
	float:left;
	border-right:1px solid #9FCBED;
	border-left:1px solid #9FCBED;
	border-top:1px solid #9FCBED;
	}

/* MAIN CONTENT STYLES */

#osteomarkMain {
	width:100%;
	float:left;
	background-color:#ECF5FB;
	background-image:url(../../images/content_top_hr.gif);
	background-repeat:repeat-x;
	padding:30px 0px 30px 0px;
	border-left:1px solid #9FCBED;
	border-right:1px solid #9FCBED;
	border-bottom:1px solid #9FCBED;
	}

#osteomarkMainBody {
	width:90%;
	margin-left:20px;
	margin-top:20px;
	float:left;
	position:relative;
	}

#TestPackSubNav {
	height:355px;
	width:202px;
	float:left;
	}

a.osteomarklistMenuItem {
	color:#666666;
	text-decoration:none;
	font-size:.85em;
	}

a.osteomarklistMenuItem:hover {
	color:#666666;
	text-decoration:underline;
	font-size:.85em;
	}

/* FOOTER STYLES */

#osteomarkFooter {
	padding-top:5px;
	border-bottom:solid 10px #CC005A;
	float:left;
	width:100%;
	text-align:center;	
	border-right:1px solid #9FCBED;
	border-left:1px solid #9FCBED;
	}

#balanceActivFooter a {
	font-size:10px;
	color:#4f4f44;	
}
