BODY {
	width:auto;
	margin:0px;
	background:#FFF; /* #FDFDF3; */
	font-family:sans-serif;
	font-size:small;	
	scrollbar-face-color:#ECF1F3;
	scrollbar-highlight-color:#FFF;
	scrollbar-shadow-color:#3B7CC6;
	scrollbar-3dlight-color:#BEDBF3;
	scrollbar-base-color:#909090;
	scrollbar-arrow-color:#3B7CC6;
	scrollbar-track-color:#DDDDDD;
	scrollbar-darkshadow-color:#f0f0f0;
}

A {
	text-decoration:none;
	font-family:sans-serif;
	color:#1B62B4;
}
	A:hover {
		text-decoration:underline;	
	}

H1, H2, H3, H4, H5 {
	margin:0px 0px 5px 0px;
	color:#1B62B4;
	padding:0px;
}

	.withBG {
		border:#999 0px solid;
		border-bottom-width:1px;
		background-image:url('../images/bg_fade_right2.gif');
	}

H1 {
	font-size:24px;
	font-weight:bold;
	line-height:24px;
	color:#003;
}

H2 {
	color:#1B62B4;
	font-size:18px;
	font-weight:normal;
	font-style:italic;
	margin-bottom:0px;
}

H3 {
	font-size:14px;
}

DL {
	margin:0px;
}

EM {
	color:#003;
}

.chunk300 {
	width:300px;
}

.hBox {
	background-image:url('../images/bg_hBox2.gif');
}

.fancyScroll {
}

OL#surveyQuestionList LI {
	margin-bottom:10px;
}
	
DIV#pageLeft {
	position:absolute;
	left:0px;
	top:0px;
	width:20px;
	background-color:#FFF;
	background-image:url('../images/ehc_bg_left.gif');
}
	
DIV#pageContainer {
	position:absolute;
	left:20px;
	top:0px;
	width:750px;
}
	DIV#bodyHead {
		width:100%;
		background-color:#FFF;
		height:136px;
		background-image:url('../images/top_bg_home.gif');
	}
		DIV#headLeft {
			width:426px;
			height:136px;
		}
			IMG#headLogo {
				background-image:url('../images/ehc_logo_big.gif');
				width:275px;
				height:140px;
			}
			
			IMG#headLogoImg {
				position:absolute;
				left:0px;
				top:0px;
				width:426px;
				height:83px;
				background-image:url('../images/ehc_logo.gif');	
			}
			IMG#headNav, #headNav_plain {
				position:absolute;
				left:0px;
				top:83px;
				width:426px;
				height:53px;
				background-image:url('../images/top_nav_home.gif');				
			}

			#headNav_plain {
				background-image:url('../images/top_nav_home2.gif');
			}
		
		DIV#headRight {
			position:absolute;
			left:426px;
			top:0px;
			width:320px;
			height:136px;
			background-image:url('../images/home_main_top.gif');
			background-repeat:no-repeat;
		}
			DIV#login DIV {
				font-size:13px;
			}
			
			DIV#loginArea {
				float:left;
				width:180px;
				height:135px;
			}
			
			DIV#pageControlsDiv {
				display:block;
				position:absolute;
				width:110px;
				top:0px;
				right:0px;
				float:right;
			}
		
			FORM#formLogin {
				display:block;
				position:absolute;
				width:200px;
				top:0px;
				right:0px;
				float:right;
				text-align:right;
			}
				IMG#imgUsername {
					width:90px;
					height:17px;
					background-image:url('../images/txt_username.gif');
					margin-left:4px;
				}
				
				IMG#imgPassword {
					width:90px;
					height:17px;
					background-image:url('../images/txt_password.gif');
					margin-left:4px;
				}
				
				INPUT.input1 {
					width:90px;
					height:21px;
					border:0px;
					font-size:14px;
					line-height:21px;
					padding:0px 0px 0px 2px;
					margin-left:4px;
					margin-bottom:2px;
					background-image:url('../images/input_field.gif');
					background-position:top left;
					background-repeat:no-repeat;
					background-color:#FFF;
					border-top:#DDD 1px solid;
					border-right:#A5A5A5 2px solid;
					border-left:#AAA 1px solid;
					border-bottom:#999 1px solid;
				}
				
	
	DIV#bodyMain {
		width:679px;
		background-color:#FFF;
	}
		DIV#leftNav {
			position:absolute;
			left:0px;
			top:0px;
			width:125px;
			float:left;
		}
		
			IMG#iconProblem {
				position:absolute;
				left:0px;
				top:136px;
				width:78px;
				height:76px;
				background-image:url('../images/icon_problem.jpg');
				border:0px;
			}
				IMG#tabProblem, IMG#tabProblem.tabOff {
					position:absolute;
					left:79px;
					top:136px;
					width:47px;
					height:76px;
					background-image:url('../images/ehc/tab_problem_off.gif');
				}
				IMG#tabProblem.tabOn {
					background-image:url('../images/ehc/tab_problem_on.gif');
				}
				
			IMG#iconSolution {
				position:absolute;
				left:0px;
				top:212px;
				width:78px;
				height:77px;
				background-image:url('../images/icon_solution.jpg');
				border:0px;
			}
				IMG#tabSolution, IMG#tabSolution.tabOff {
					position:absolute;
					left:79px;
					top:212px;
					width:47px;
					height:77px;
					background-image:url('../images/ehc/tab_solution_off.gif');
				}
				IMG#tabSolution.tabOn {
					background-image:url('../images/ehc/tab_solution_on.gif');
				}
			IMG#iconProducts {
				position:absolute;
				left:0px;
				top:289px;
				width:78px;
				height:78px;
				background-image:url('../images/icon_products.jpg');
				border:0px;
			}
				IMG#tabProducts, IMG#tabProducts.tabOff {
					position:absolute;
					left:79px;
					top:289px;
					width:47px;
					height:78px;
					background-image:url('../images/ehc/tab_products_off.gif');
				}
				IMG#tabProducts.tabOn {
					background-image:url('../images/ehc/tab_products_on.gif');
				}
			IMG#iconContact {
				position:absolute;
				left:0px;
				top:367px;
				width:78px;
				height:77px;
				background-image:url('../images/icon_contact.jpg');
				border:0px;
			}
				IMG#tabContact, IMG#tabContact.tabOff {
					position:absolute;
					left:79px;
					top:367px;
					width:47px;
					height:77px;
					background-image:url('../images/ehc/tab_contact_off.gif');
				}
				IMG#tabContact.tabOn {
					background-image:url('../images/ehc/tab_contact_on.gif');
				}
			IMG#iconCompany {
				position:absolute;
				left:0px;
				top:444px;
				width:78px;
				height:78px;
				background-image:url('../images/icon_company.jpg');
				border:0px;
			}
				IMG#tabCompany, IMG#tabCompany.tabOff {
					position:absolute;
					left:79px;
					top:444px;
					width:47px;
					height:78px;
					background-image:url('../images/ehc/tab_company_off.gif');
				}
				IMG#tabCompany.tabOn {
					background-image:url('../images/ehc/tab_company_on.gif');
				}
			IMG#iconClients {
				position:absolute;
				left:0px;
				top:522px;
				width:78px;
				height:78px;
				background-image:url('../images/icon_clients.jpg');
				border:0px;
			}
				IMG#tabClients, IMG#tabClients.tabOff {
					position:absolute;
					left:79px;
					top:522px;
					width:47px;
					height:78px;
					background-image:url('../images/ehc/tab_clients_off.gif');
				}
				IMG#tabClients.tabOn {
					background-image:url('../images/ehc/tab_clients_on.gif');
				}

		
		DIV#bodyContent {
			display:block;
			float:right;
			width:580px;
			position:absolute;
			left:130px;
			top:140px;
			padding:10px 20px 20px 20px;
			background-color:#FFF;
		}

		DIV#bodyContent_wide {
			display:block;
			float:right;
			width:710px;
			position:absolute;
			left:0px;
			top:140px;
			padding:10px 20px 20px 20px;
			background-color:#FFF;
		}
			
		DIV#flashContainer {
			width:625px;
			height:600px;
			position:absolute;
			left:126px;
			top:0px;
			background-color:#FFF;
		}
			
	DIV#pageRight {
		position:absolute;
		height:600px;
		left:770px;
		width:20px;
		background-color:#FFF;
		background-image:url('../images/ehc_bg_right.gif');
	}

	DIV#pageBottom {
		display:block;
		width:789px;
		height:25px;
		background-image:url('../images/btm_bg.gif');
		position:absolute;
		left:0px;
		top:600px;
		text-align:center;
		color:#999;
	}

		DIV#pageBottom A {
			margin-top:5px;
			font-size:11px;
			text-decoration:none;
		}

IMG#linkHome {
	position:absolute;
	left:45px;
	top:100px;
	width:50px;
	height:20px;
}

IMG#linkBack {
	position:absolute;
	left:95px;
	top:100px;
	width:50px;
	height:20px;
}

#jackPot {
	color:#FFF;
	filter:progid:DXImageTransform.Microsoft.Glow(color:#000000,Strength=2);
}

#prizeDesc {
	color:#FFF:
	filter:progid:DXImageTransform.Microsoft.Glow(color:#000000,Strength=2);
}

.w300 {
	width:300px;
}
