* {
    padding: 0;
    margin: 0;
} 
/*
#D1D4D4
*/
body {
text-align:center
background: #aec5d2;
background-image: url('img/body_bg.png');
background-position:center;
background-repeat: repeat-y;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 18px;
color: #353a4d;
}

#wrap {
margin: 0 auto 0 auto;
width: 760px;
background-color:#fff;
}

#bottomline {
margin: 0 auto 0px auto;
width: 760px;
height: 143px;
background-image:url(img/footer.jpg);
}

#header { 
height: 100px;
background-image:url(img/caduceusfixed1.jpg);
background-repeat:no-repeat;
}

#menu {
margin:0;
background: #D1D4D4;
}
#menu h2{
text-align:center;
}

#maincontent {
background-image: url(img/mainbg.jpg);
background-repeat:repeat-x;
}

.left {
margin-top: 10px;
width: 114px;
float: left;
text-align: left;
padding: 10px;
background-repeat:no-repeat;
}
.left h2 {
color: #353a4d;
font-size: 24px;
letter-spacing: -3px;
font-weight: 100;
padding : 10px 0 20px 0;
}

.right {
margin-top: 10px;
width: 570px;
float: right;
font-size: 12px;
padding: 10px;
}
.right ul {
list-style-type: square;
padding: 5px 10px 10px 20px;
color: #000;
}
.right h2 {
height: 30px;
font-size: 12px;
color: #000;
line-height: 30px;
}
.right a { text-decoration: none }



/*forms*/
form {
	margin-left: 20px;
	}
fieldset {
background-color: #E9E9E9;
padding:10px;
	width: 300px;
	}
legend {
	margin: 10px;
	padding: 5px;
	}
	
textarea {
	background: #FFFFC6;
	border: 1px inset #999;
	padding-left: 1px;
}

form .requiredfield{
	background: #FFFFC6;
}
form .reset {
	padding-left:10px;
	padding-right:10px;
	background: #ccc;
	color: #131313;
	border: 1px solid #999;
}
form .reset:hover {
	background-image:url(img/mainbg.jpg);

	color: #f2f2f2;
}


/*links hover*/
p.link {
	color: #353a4d;
	margin: 0;
	}

p.link a:hover {
	color: #414458;
}

/*link to health site*/

#links ul {
        list-style-type: none;
        width: 400px;
} 

#links h4 {
        margin: 5px 0;
        border-bottom: 1px dotted #1E2435;
		border-width: 2px;
		padding:5px;
		}
		
#links h4 a{
        color: #1E2435;
        display: block;
        font: bold 120% Arial, Helvetica, sans-serif;
        text-decoration: none;
		}

#links li {
        border-bottom: 1px dotted #999;
        border-width: 2px 0;
}

#links li a { 
        color: #1E2435;
        display: block;
        font: bold 120% Arial, Helvetica, sans-serif;
        padding: 5px;
        text-decoration: none;
}

 * html #links li a {  /* make hover effect work in IE */
	width: 400px;
}

#links li a:hover {
        background: #ffffcc;
}

#links a em { 
        color: #333;
		padding:4px;
        display: block;
        font: normal 85% Verdana, Helvetica, sans-serif;
        line-height: 125%; 
}

#links a span {
        color: #125F15;
        font: normal 70% Verdana, Helvetica, sans-serif;
        line-height: 150%;
}
