@charset "utf-8";
/* CSS Document */

img
{
border:none;
}

body
{
font-family: Lucida Sans Unicode, Lucida Grande, Arial, sans-serif;
font-size: 14px;
}


h1, h2, h3
{
font-weight: bold;
font-size: 24px;
}

h1
{
}

h2
{
font-size: 16px;
}

h3
{
font-size: 14px;
}

.footnote
{
font-size: 11px;
}

.topofpage
{
font-size: 11px;
text-align:right;
}



a:link
{
color: #a65f00; /*orange links */
}

a:visited
{
color: #a65f00;
}

a:hover
{
color: #0b61a4; /*blue on hover */
}

a:active
{
color: #0b61a4; /*blue on active */
}

/* for use on content pages */

.right
{
float:right;
margin: 5px 0 5px 10px;
}




/* CHANGES BEGIN FOR PRINT */
#mainnav
{
display:none;
}
#topnav
{
display:none;
}
#emailsignup
{
display:none;
}
#search
{
display:none;
}
#belowmainnav
{
display:none;
}
#tools
{
display:none;
}
#leftcol ul
{
display:none;
}
.topofpage
{
display:none;
}