body {
	padding : 0px 0px 0px 0px;
	margin : 10px 0px 0px 0px;
	font-family : Arial, Verdana, Helvetica, sans-serif;	
	font-size : .8em; /* 12 point */
	text-align: center; /* for IE */
	/*
	background-image : url(images/index/Background.gif);
	background-position : top left;
	background-repeat : no-repeat;
	*/
	background-color : #C8C8C8;	
}

#level0 {
	position : relative;
	left: auto;
	right: auto;	
	margin : 0 auto;
	width : 800px;
	text-align: left; /* counter body center */
	background-color : #c8c8c8;
}

/* misc */

#dottedborder_lightgray {
	border : 1px dotted #999999;
}

#box {
	padding : 5px;
	border : 1px solid #000000;
}

td.center {
	text-align : center;
}

td.left {
	text-align : left;
}

td.right {
	text-align : right;
}

#bold {
	font-weight : bold;
}

/* search */

#common_search {
	position : absolute;
	top : 42px;	
	left : 576px;
	width : 220px;
	height : 38px;
	text-align : left;
	font-size : .9em;
	color : #656565;
}

span.common_search_text {
	color : #656565;
	font-size : .75em;
}

/* date */

#common_date {
	position : absolute;
	top : 12px;	
	left :605px;
	width : 180px;
	font-size : .75em;
	color : #d2e1f0;
	text-align : right;
	font-weight : bold;
}

/* common menu */

#common_menu {
	position : absolute;
	left : 30px;
	top : 79px;
	width : 500px;
	height : 15px;
	color : #d2e1f0;
	font-size : .85em;
}

#common_menu a {
	color : #d2e1f0;
	text-decoration : none;
}

#common_menu a:hover {
	color : #b61031;
}


/* main navigation side menu sub */

#menu_sub {
	position : absolute;
	top : 280px;
	left : 20px;
	height : 20px;
	width : 120px;
	font-size : .85em;
	color : #333333;
}

#menu_sub_title {
	position : relative;
	top : 10px;
	left : 0px;
	font-weight : bold;
	color : #333333;
	padding-bottom : 15px;
	width : 120px;
}

#menu_sub_title a {
	color : #333333;
	text-decoration : none;
}

#menu_sub_title a:hover {
	color : #cc0000;
}

#menu_sub_category {
	position : relative;
	top : 0px;
	left : 10px;
	color : #333333;
	padding-bottom : 3px;
	width : 120px;
	background : #d2e1f0;	
}

#menu_sub_category a {
	color : #333333;
	text-decoration : none;
	width : 120px;
}

#menu_sub_category a:hover {
	background : #ffffff;
	font-style : italic;
	width : 120px;
}

#menu_sub_category_selected {
	position : relative;
	top : 0px;
	left : 10px;
	color : #ffffff;
	vertical-align : middle;
	background : #3399cc;
	width : 120px;
}

#menu_sub_category_selected a {
	color : #ffffff;
	text-decoration : none;
	width : 120px;
}

#menu_sub_category_selected a:hover {
	color : #333333;
	background : #ffffff;
	font-style : italic;
	width : 120px;
}

/* main navigation side menu */

#menu {
	position : absolute;
	top : 280px;
	left : 20px;
	height : 250px;
	width : 120px;
	font-size : .85em;
	color : #333333;
}

#menu_title {
	position : relative;
	top : 10px;
	left : 0px;
	font-weight : bold;
	color : #333333;
	padding-bottom : 15px;
	width : 120px;
}

#menu_category {
	position : relative;
	top : 0px;
	left : 10px;
	color : #333333;
	padding-bottom : 3px;
	width : 120px;
}

#menu_category a {
	color : #333333;
	text-decoration : none;
	width : 120px;
}

#menu_category a:hover {
	background : #d2e1f0;
	font-style : italic;
	width : 120px;
}

#menu_category_selected {
	position : relative;
	top : 0px;
	left : 10px;
	color : #ffffff;
	vertical-align : middle;
	background : #3399cc;
	width : 120px;
}

#menu_category_selected a {
	color : #ffffff;
	text-decoration : none;
	width : 120px;
}

#menu_category_selected a:hover {
	color : #333333;
	background : #ffffff;
	font-style : italic;
	width : 120px;
}

#menu_category_sub {
	position : relative;
	top : 0px;
	left : 10px;
	color : #333333;
	font-size : .8em;
	padding-top : 5px;
	background : #d2e1f0;
	width : 120px;
}

#menu_category_sub a {
	color : #333333;
	text-decoration : none;
	width : 120px;
}

#menu_category_sub a:hover {
	background : #ffffff;
	font-style : italic;
	width : 120px;
}

#menu_category_sub_filler {
	position : relative;
	top : 0px;
	left : 10px;
	font-size : .65em;
	padding-top : 5px;
	background : #d2e1f0;
	width : 120px;
}

#menu_vertical_line_right {
	position : absolute;
	top : 280px;
	left : 153px;
	height : 230px;
	width : 1px;
	background-position : top left;
	background-repeat : no-repeat;
	background-image : url(images/common/menu_vertical_line.gif);
}

#menu_vertical_line_left {
	position : absolute;
	top : 280px;
	left : 15px;
	height : 230px;
	width : 1px;
	background-position : top left;
	background-repeat : no-repeat;
	background-image : url(images/common/menu_vertical_line.gif);
}

/* main page news */

#news {
	position : relative;
	left : 10px;
	top : 0px;
	width : 780px;
	height : 30px;
	background : #d2e1f0;
/*
	background-position : top left;
	background-repeat : no-repeat;
	background-image : url(images/index_news.png);
*/
}

#td_news_header {
	padding-top : 6px;
	padding-left : 10px;
	font-size : .95em;
	font-weight : bold;
	color : #003366;
}

#td_news_header a {
	color : #003366;
	text-decoration : none;
}

#td_news_header a:hover {
	color : #b61031;
	text-decoration : none;
}

#td_news_newsticker {
	padding-top : 6px;
	font-size : .95em;
	color : #003366;
}

#td_news_newsticker td {
	font-size : .95em;
	color : #003366;
}

#td_news_newsticker td a {
	font-size : .95em;
	color : #003366;
	text-decoration : none;
}

#td_news_newsticker td a:hover {
	color : #b61031;
	text-decoration : none;
}

#news_newsticker_inner {
	font-size:.95em;
	height:18px;
	clip:rect(0 530 0 0);
	overflow:hidden;
	
}

#td_news_contactus {
	text-align : right;
	padding-top : 6px;
	padding-right : 10px;
	font-size : .95em;
	color : #003366;
}

#td_news_contactus {
	font-weight : bold;
	font-size : .95em;
	color : #003366;
	padding-right : 10px;
}

#td_news_contactus a {
	font-size : .95em;
	color : #003366;
	text-decoration : none;
}

#td_news_contactus a:hover {
	color : #b61031;
	text-decoration : none;
}

/* header */
#tr_header {
	background-position : top left;
	background-repeat : no-repeat;
	background-image : url(images/background_header.png);
}

/* content */

#tr_content {
	background-position : top left;
	background-repeat : repeat;
	background-image : url(images/background_content.png);
}

/* footer */

#tr_footer {
	background-position : top left;
	background-repeat : no-repeat;
	background-image : url(images/background_footer.png);
}

#common_footer {
	position : relative;
	top : 0px;
	left : 0px;
	height : 34px;
	width : 800px;
	text-align : left;
	padding-top : 2px;
	padding-left : 10px;
	font-weight : bold;
}

#common_footer a {
	color : #d2e1f0;
	text-decoration : none;
	font-size : .65em;
	padding-left : 10px;
}

#common_footer a:hover {
	color : #b61031;
	text-decoration : none;
}

#common_allrightsreserved {
	position : relative;
	top : 0px;
	left : 0px;
	height : 20px;
	width : 800px;
	text-align : center;
	font-size : .75em;
	color : #656565;
	padding-top : 5px;
}

#logo_healthcare {
	position : relative;
	top : 0px;
	left : 650px;
	height : 63px;
	width : 125px;
	padding-bottom:10px;
	background-position : top left;
	background-repeat : no-repeat;
	background-image : url(images/temptrak/healthcare/logo_healthcare.gif);
}

#logo_performancethatlasts {
	position : relative;
	top : 0px;
	left : 650px;
	height : 29px;
	width : 125px;
	background-position : top left;
	background-repeat : no-repeat;
	background-image : url(images/common/logo_performancethatlasts.gif);
}

#backtotop {
	color : #666666;
	font-size : .70em;
	text-align : right;
	padding-right : 5px;
	padding-bottom : 15px;
	padding-top : 5px;
}

#backtotop a {
	color : #666666;
	text-decoration : none;
}

#backtotop a:hover {
	color : #b61031;
	text-decoration : none;
}




