/* Main CSS */

* {
	margin: 0;
	padding: 0;
}

html {height: 100%;}

body {
	height: 96%;
	width: 100%;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0b3543;
	background: url(../images/bg_gradient.gif) repeat-x #706f6f;
}


#main_container {width: 861px; margin: 0 auto;}

#content_container {
					width: 851px;
					background: url(../images/footer_bg.jpg) no-repeat bottom #ffffff;
					padding: 10px 0px 50px 10px;
					border-top: 1px solid #b7b7b7;
					overflow: hidden;
					} 
					
#main_content {
			width: 590px;
			float: left;
			margin-left: 10px;
			padding: 0px 10px 10px 10px;
			}

h1 {
	font-size: 18px;
	margin:0px 0px 10px 0px;
	}


h2 {
	font-size: 14px;
	margin-bottom: 10px;
	border-bottom: 1px solid #D6E1EA;
	color: #4978AB;
}


p {margin-bottom: 10px;}
p.more_margin {margin-bottom: 20px;}


a:link, a:visited {
	color: #4978AB;
	text-decoration: none;
	}

a:active, a:hover {color: #739B43;}



/* NAVIGATION */

#navigation {
			width: 195px; 
			font-size: 13px;
			font-weight: bold;
			float: left;
			padding: 10px 10px 10px 0px;
			background-color: #edf1f4;
			border: 1px solid #d6e1ea;
			}
			
	#navigation a {
				color: #4978AB;
				text-decoration: none;
				}
	#navigation a:hover {
						color: #739B43;
						}
						
	#navigation table td {padding: 0px 5px 4px 0px;}



/*Login form*/

table.login_form {margin-top: 20px;}
table.login_form td {padding-bottom: 10px; vertical-align: bottom;}

table.form_table {margin-bottom:35px;}
	table.form_table td {padding: 5px 5px 5px 0px; vertical-align: top;}



/* Report Data form */

td.health_btn {
			background-color: #d6e1ea;
			padding: 5px;
			text-align: center;
			}
td.health_btn_spacer {width: 10px;}

table.data_section {
					border: 5px solid #d6e1ea;
					width: 100%;
					}
					
table.blue_bg {background-color: #edf1f4;}
table.gray_bg {background-color: #ebebeb;}
		
	table.data_section td {padding: 7px; vertical-align: top;}
				
	table.data_section h2 {
						font-size: 14px;
						color: #4978ab;
						margin: 0px;
						border: none;
						}

	table.data_section table td {padding: 0px 10px 5px 0px;}




/* Additional Styling */

.set_height {height: 425px;}
.bold_txt {font-weight: bold;}
.required {color: #CC0000; font-size: 11px; font-style: italic;}
.no_margin {margin: 0px;}
.note_txt {font-size: 11px; font-style: italic; color: #666666;}
.larger_txt {font-size: 15px; font-weight: bold;}

