
html
{
font-family: times roman, times new roman, georgia, serif;
font-size: 13px;
color: #00247a;
}

body
{
background-color: #7289d3;
margin: 0px 0px 0px 0px;
text-align: center;
}

a:link {color: #00247a; text-decoration: underline;}
a:visited {color: #00247a; text-decoration: underline;}
a:hover {color: #00247a; text-decoration: none;}
a:active {color: #00247a; text-decoration: underline;}

.big {font-size: 120%;}
.small {font-size: 85%;}


#container
{
display: table;
width: 828px;
margin: 0px auto 0px auto;
text-align: left;
background-image: url("../images/football_bg2.jpg");
background-repeat: no-repeat;
background-position: left top;
}

#psa
{
float: left;
width: 239px;
margin: 330px 0px 0px 0px;
text-align: right;
}

#psa_body
{
width: 218px;
text-align: center;
margin-left: auto;
}


#pf_top
{
display: none;
}


#top
{

}

#top #logo
{

}

#top #header
{

}

#ix_content
{
float: left;
width: 577px;
min-height: 715px;
margin: 0px 0px 0px 10px;
}

#sub_content
{
float: right;
width: 587px;
background-image: url("../images/content_bg.jpg");
background-repeat: repeat-y;
background-position: left top;
}

#content_top
{
height: 70px;
background-image: url("../images/content_top.jpg");
background-repeat: no-repeat;
background-position: left top;
}

#content_top div
{
display: table;
width: 420px;
margin: 25px 0px 0px 60px;
font-size: 110%;
font-weight: bold;
text-align: center;
}

#content_bg
{
background-image: url("../images/content_bottom.jpg");
background-repeat: no-repeat;
background-position: left bottom;
}

#content_body
{
width: 470px;
min-height: 300px;
_height: 300px;
margin: 0px 0px 0px 35px;
padding-bottom: 40px;

}

#content_bottom
{

}



#diagnosis
{
float: right;
width: 587px;
margin: 0px 0px 0px 0px;
background-image: url("../images/diagnosis_bg.jpg");
background-repeat: repeat-y;
background-position: left top;
}

#diagnosis_body
{
min-height: 36px;
_height: 36px;
margin: 0px 0px 0px 0px;
background-image: url("../images/diagnosis_top.jpg");
background-repeat: no-repeat;
background-position: left top;
}

#diagnosis_body div
{
width: 190px;
margin: 12px 0px 8px 0px;
padding-right: 10px;
float: right;
font-style: italic;
font-weight: bold;
font-size: 110%;
}

#diagnosis_bottom
{

}


#ix_footer
{
margin: 5px 10px 10px 10px;
font-weight: bold;
}

#sub_footer
{
float: right;
width: 560px;
margin: 15px 0px 10px 0px;
font-weight: bold;
color: #ffffff;
}


h1
{
font-size: 160%;
}

h2
{

}

h3
{

}

p
{
margin-top: 0px;
}



/* form */

form
{
margin: 0px;
}

table.quiz
{

}

table.quiz th
{
text-align: center;
padding: 0px 5px 10px 5px;
}

table.quiz td
{
padding: 5px 5px 5px 0px;
border-bottom: 1px solid #00247a;
}

table.quiz td.no_border
{
border-bottom: 0px solid #00247a;
}

/* end: form */








/* print styles */
@media print 
{ 

html
{
color: #000000;
}

body
{
background-color: #ffffff;
}

#container
{
width: 100%;
background-image: none;
}

#pf_top
{
display: block;
}


#top
{
display: none;
}


#sub_content, #content_top, #content_bg, #content_body, #content_bottom, #diagnosis, #diagnosis_body
{
background-image: none;
}

#sub_content
{
float: none;
width: 100%;
}

#content_body
{
width: 90%;
}

#diagnosis_bottom
{
display: none;
}


}
/* end: print styles */











