html, body { padding: 0; margin: 0; }
body
{
    background: url(back.jpg) #ffffff repeat;

    color: #000;
}


#pageheader
{   
    position: absolute;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 0px
    
}
#container
{
    width: 100%;
    border-top: 15px solid #f15d23;
    border-bottom: 45px solid #f15d23;    
}

#intro
{
    width: 450px; 
    position: relative;
    margin-right: 0px;
    margin-left: 175px;
    padding-top: 0px;
    padding-left: 0px; 
    padding-bottom: 0px;
    float: none;

}

#report
{
    width: 450px; 
    position: relative;
    margin-right: 0px;
    margin-left: 175px;
    padding-top: 30px;
    padding-left: 0px; 
    padding-bottom: 0px;
    float: none;

}


#drreport
{
    width: 500px;
    background: white;
    border:1px solid blue;
    padding: 20px;
    }

#guestreport
{
    width: 567px;
    background: white;
    border:1px solid blue;
    padding: 5px;
    }

#questionnaire{
    position: relative;
    margin-right: 0px;
    margin-left: 200px;
    float: none;

PADDING-RIGHT: 0px;
PADDING-LEFT: 0px;
PADDING-BOTTOM: 0px;
PADDING-TOP: 0px;
border-right: 2px solid #999999;
BORDER-TOP: 2px solid white;
BORDER-LEFT: 2px solid white;
BORDER-BOTTOM: 2px solid #666666;
text-align: left;
MARGIN: 5px;
background:  #E7EBF7;
font-family: Arial, Helvetica, sans-serif;
}



#leftcol
{
    border-left: none; 
    color: #000;
    position: relative;
    width: 125px;
    margin-left:0px;
    top: 0px;
    padding: 0px;
    float: left;
}

#rightcol
{
    background: #FFD8C9;
    color: #000;
    position: relative;
    width: 150px;
    margin-top: 275px;
    margin-left: 0px;
    margin-right: 30px;
    top: 0px;
    padding: 10px;
    float: right;
}


#footer
{
    position: relative;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0px;
    padding-left: 0px;
    clear: both;
}

p, blockquote, span
{
    font: 13px arial, helvetica, sans-serif;
    line-height: 130%
    color: black;
}

td
{
    font: 13px arial, helvetica, sans-serif;
    line-height: 130%
}

#intro h2
{
    font: bold 18px arial, helvetica, sans-serif;
    color: white;
    letter-spacing: normal;
    line-height: 110%;
}

#report h2
{
    font: bold 18px arial, helvetica, sans-serif;
    color: white;
    letter-spacing: normal;
    line-height: 110%;
}

h3
{
    font: bold 24px arial, helvetica, sans-serif;
    color: white;
    letter-spacing: normal;
    line-height: 110%;
}

h4
{
    font: oblique 15px arial, helvetica, sans-serif;
    color: olive;
    text-decoration: underline;
    background-color: #eeffee;
}

dl
{
    font: 13px arial, helvetica, sans-serif;
    line-height: 150%
}
dt
{
    font: 13px arial, helvetica, sans-serif;
    line-height: 150%
}



ul
{
    font: 13px arial, helvetica, sans-serif;
    line-height: 130%
}



a
{
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
    line-height: 18px;
    text-decoration: none
}

a:link
{
    color: #0033cc;
    text-decoration: none;

}

a:visited
{
    color: #0033cc;
    text-decoration: none;
}

a:hover
{
    color: #f15d23;
    text-decoration: underline;
}

a:active
{
    font-size: 13px;
}

div#intro span {
    color: black;
    text-decoration: none;
    
}

    

strong
{
    color: black;
    font-style: bold, oblique;
    background-color: none;
}



}
ol
{
    font: normal 13px arial, helvetica, sans-serif;
    line-height: 150%
}


#menu {
    width: 600px;
    position: relative;
    MARGIN-RIGHT: 0px;
    margin-left: 0px;
    padding-TOP: 0px;
    float: left;
}



#menu dl {
	float: left;
	width: 16.6%;
}

#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background: #FFD8C9;
	border: none;
	margin: 1px;
	margin-bottom: 0px;
}

#menu dd {
	display: none;
	border: none;
	margin:0px;
	padding:0px;
}



#menu a
{
    font-family: arial, helvetica, sans-serif;
    color: #330066;
    text-decoration: none
    
}

#menu a:hover
{
    color: #f15d23;
    text-decoration: underline;
}