body {
background-color: #33cccc;
}

h2#main_header {
	font-size: 190%;
	font-weight: bold;
	color: #009999;
	font-family: verdana, arial, sans-serif;
	margin: 0;
	padding: 0;
	display: block;
}


/* header elements */

div#header_left {
background: url("../i/logo.jpg") no-repeat;
}

/* layout elements */

div#title {
padding: 100px 0 0 0;
overflow: hidden;
background: url("../i/health-banner.gif") no-repeat;
height: 0px !important; /* for most browsers */
height /**/:100px; /* for IE5.5's bad box model */
}

img.image_border {
border: 3px solid #ff33cc;
width: 330px;
height: 210px;
margin: 0 12px 12px 12px;
}

img.image_bordervert {
border: 3px solid #ff33cc;
width: 210px;
height: 320px;
margin: 0 12px 12px 12px;
}

div#border_bottom {
float: left;
width: 800px;
padding: 20px 0 0px 0;
overflow: hidden;
background: url("../i/border_home_bottom.gif") no-repeat;
height: 0px !important; /* for most browsers */
height /**/:20px; /* for IE5.5's bad box model */
}


.clearfix:after {
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

fieldset {
	padding: 15px;
	width: 330px;
	font-size: 14px;
	background-color: #FFFFCC;
}
legend {
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	color: #009999;
}
.tips {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 105%;
	color: #009999;
}

