
@media print {

/* ------------ BODY --------------- */

body {
background: #fff;
font-family:  verdana, arial, helvetica, sans-serif;
font-size: 11px;
}

/* ------------ STRUCTURAL TYPOGRAPHY --------------- */


p {
font-family:  verdana, arial, helvetica, sans-serif;
font-size: 11px;
line-height: 14px;
}
h1, h2, h3, h4, h5 {
font-size: 11px;
}
h1 {
font-size: 13px;
color: #8A9D7B;
font-weight: normal;
margin-bottom: 10px;
}
h2 {
margin-bottom: 15px;
}
h3 {
margin-top: -10px;
margin-bottom: 20px;
}
h4 {
margin-bottom: 0px;
text-align: left;
}
h5 {
font-size: 12px;
text-align: center;
}
ul {
font-family:  verdana, arial, helvetica, sans-serif;
font-size: 11px;
line-height: 14px;
list-style-type: square;
}

/* ------------ STYLISTIC TYPOGRAPHY --------------- */

.bold {
font-weight: bold;
}
.bcla {
font-variant: small-caps;
}
.bpub {
font-size: 10px;
font-weight: bold;
}
.btit {
font-style: italic;
}
.callleft {
float: left;
font-size: 11px;
line-height: 13px;
padding-right: 2em;
padding-top: 2em;
padding-bottom: 2em;
width: 175px;
}
.callright {
float: right;
padding-left: 2em;
padding-top: 2em;
font-size: 11px;
line-height: 13px;
text-align: right;
width: 175px;
}
.detail {
font-size: 10px;
line-height: 12px;
font-weight: normal;
}
.quoted {
font-size: 11px;
line-height: 13px;
margin-left: 25px;
}
.right {
align: right;
}
.small {
font-size: 9px;
font-weight: normal;
}
.sc {
font-variant: small-caps;
}
.space {
padding-top: 50px;
padding-bottom: 250px;
}
.specialbox {
background: #ccc;
border: 4px;
border-style: ridge;
border-color: #666;
padding: 10px;
page-break-before: always;
}
.wrapleft {
float: left;
padding: 0px 0px 0px 0px;
}
.wrapright {
float: right;
padding: 10px 0px 0px 0px;
}


/* ------------ LINKS --------------- */

a:link {
color: #8A9D7B;
font-weight: bold;
text-decoration: none;
}
a:visited {
color: #8A9D7B;
font-weight: bold;
text-decoration: none;
}
a:hover {
color: #9BBE80;
font-weight: bold;
text-decoration: underline;
}
a:active {
color: #9BBE80;
font-weight: bold;
text-decoration: underline;
}
a.box:link {
color: #806B45;
font-weight: bold;
text-decoration: none;
border-bottom: 1px dotted #000;
}
a.box:visited {
color: #806B45;
font-weight: normal;
text-decoration: none;
border-bottom: 1px dotted #806B45;
}
a.box:hover {
color: #806B45;
font-weight: bold;
text-decoration: none;
border-bottom: 1px solid #000;
}
a.box:active {
color: #806B45;
font-weight: bold;
text-decoration: none;
border-bottom: 1px solid #000;
}

/* ------------ POSITIONING --------------- */

#hed {
position: relative;
top: 0px;
left: 0px;
width: 100%;
}
#menu {
display: none;
}
#subhed {
float: left;
width: 70px;
}
#content {
position: relative;
width: 600px;
margin-left: 75px; 
}

/* --- END ALL --- */

}