/*
File Name: ./css/print.css
Use: css for print
Created: 04/05/09
Last Updated: 04/05/09
*/

/*below is the code for the page*/

body
{
font-family: Arial, Helvetica, sans-serif;
background-color: #9999cc;
font-size: 15px;
}

#accessibility
{

text-decoration: none;
font-size: 10px;
text-align: center;
}
		
#container
{

margin-right:auto;
margin-left:auto;
width: 750px;
color: #000099;
border: 1px #000000 solid;
}

#header
{
margin-right: 5px;
}

#box
{
background: #ffffff url(../images/nav/navbg.jpg) no-repeat;
}

#nav
{
display: none;
}

#content
{
color: #000099;
padding: 10px;
min-height: 670px;
}

#footer
{
display: none;
}

#logos
{
clear: both;
}

h3
{
font-size: 25px;
}

TD.allthatapply
{
vertical-align: top;
}

DIV.smalltext
{
font-size: 12px;
padding-left: 10px;
}

.centerdiv>div
{
display: none;
}


/*above is the code for the page */
		
/*below is css for compliance*/

DIV.left
{
text-align: left;
}

DIV.center
{
text-align: center;
}

DIV.right
{
text-align: right;
}

img
{
border-style: none;
}

TD.top
{
vertical-align: top;
width: 70px;
}

TD.bottom
{
vertical-align: bottom;
}

UL.disc
{
list-style: disc;
}

UL.none
{
list-style: none;
}

UL.circle
{
list-style: circle;
}

UL.square
{
list-style: square;
}

OL.number
{
list-style: decimal;
}

OL.lr
{
list-style: lower-roman;
}

OL.ur
{
list-style: upper-roman;
}

OL.la
{
list-style: lower-alpha;
}

OL.ua
{
list-style: upper-alpha;
}

TABLE.center
{
margin-left:auto;
margin-right:auto;
}

#toptext
{
display: none;
}

table
{
border: none;
}

TD.office
{
vertical-align: top;
width: 200px;
font-weight: bold;
}

hr
{
width: 200px;
color: #333333;
text-align: center;
}

/*above is css for compliance*/