/* HEALTHCARE IS GENERAL RULES */

/* HTML DEFINITIONS */

*, html, body {
	margin: 0px;
	padding: 0px;
}

html {
	background-color: #01374a;
}

body {
	background-color: #01374a;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 100 !important;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

strong {
	color: #f2fec6;
	font-weight: bold;
}


/* SITE CONTAINERS */

div#container {
	position: relative;
	margin: 0px auto;
	width: 1000px;
}


/* HEADER */

div#header {
	width: 1000px;
}

	#header a {
		cursor: pointer;
	}

	#header h1 {
		width: 1000px;
	}
	
		#header h1 span, #header img {
			display: none;
		}


/* MAIN SITE CONTENT BODY */

div#main_body {
	width: 1000px;
}


/* MAIN TEXT REGION */

	div#body_text {
		line-height: 22px;
		font-size: 13px;
		color: #2e2e2e;
	}
	
		#body_text h2 {
			line-height: 35px;
			font-size: 22px;
			color: #ffffff;
		}

		#body_text a {
			color: #01374a;
		}
		
		#body_text a:hover {
			color: #1b7da0;
		}	


/* FOOTER */		

div#whole_footer_container {
	clear: both;
	background: transparent url("/images/backgrounds/footer_bg_repeat.gif");
	background-repeat: repeat-x;
	background-position: center top;
}

div#footer_container {
		background: transparent url("/images/backgrounds/footer_bg.gif");
		background-repeat: no-repeat;
		background-position: center top;
}

	div#footer {
		position: relative;
		width: 1000px;
		margin: 0px auto;
		height: 70px;
	}
	
		p.copyright {
			display: none;
		}
		
		
		/* STICKY IT STAMP! */
	
		a#sticky_stamp {
			position: absolute;
			top: 0px;
			right: 80px;
			width: 75px;
			height: 70px;
		}
		
			#sticky_stamp p, #sticky_stamp img {
				display: none;
			}