/* print styles for the Long Plain site - james harris - 2007 */
body {
background-color: rgb(255, 255, 255);
font-family: arial, verdana, tahoma, sans-serif;
font-size: 12pt;
color: rgb(0,0,0);
}
.header .footer .ads_box .box .boxed_in .menubar {
display: none;
}

.content .column {
width: 70%;
background-color: rgb(255,255,255);
}
.sidebar {
width: 160px;
background-color: rgb(255,255,255);
}

/* link and images */
a:link	{
color: rgb(0,0,230);
text-decoration: underline;
}
a:visited	{
color: rgb(204,0,255);
text-decoration: underline;
}
a:hover	{
color: rgb(51,153,0);
text-decoration: none;
}
a:active {
color: rgb(255,0,0);
text-decoration: none;
}
img.lpfn {
border: 1px solid rgb(154,154,154);
padding: 3px;
margin: 6px 0 6px 6px;
float: right;
}
img.lpfn_l {
border: 1px solid rgb(154,154,154);
padding: 3px;
margin: 6px 6px 6px 0;
float: left;
}
img.centered {
border: 1px solid rgb(154,154,154);
padding: 3px;
margin: 6px;
clear: both;
}
img.plain {
float: right;
margin: 5px;
border: 0;
}
img.right {
float: right;
border: 1px solid rgb(160,160,160);
padding: 3px;
margin: 6px;
}
img.logo {
border: 0;
padding: 0;
margin: 10px 0;
}
img.head {
margin: 0;
padding: 0;
border: 0;
}
/* tables and lists */
table {
margin: 20px auto;
clear: both;
font-size: 95%;
text-align: left;
}
td {
vertical-align: top;
padding: 0;
padding-left: 3px;
padding-right: 3px;
}
td.right {
text-align: right;
margin: 0;
padding: 0;
}
td.head {
color: rgb(153,51,0);
background-color: rgb(251,251,229);
font-weight: bold;
}
tr.head_row {
text-align: center;
background-color: rgb(231,241,254);
}
tr.head_row2 {
background-color: rgb(251,220,176);
}
dt {
margin-left: 5px;
font-weight: bold;
}
ul {
list-style-type: circle;
}
ul.blank {
list-style-type: none;
}
ul.non_caps {
list-style-type: lower-alpha;
}
ul#roman {
list-style-type: upper-roman;
}
ul.arrows {
list-style-image: url(images/arrow.gif);
list-style-type: square;
}
/* misc stuff */
br.both {
clear: both;
}
h2 {
clear: both;
margin: 5px auto;
padding: 6px;
font-size: 110%;
font-family: tahoma, arial, verdana, sans-serif;
font-weight: bold;
letter-spacing: 2px;
color: rgb(204,102,0);
border: 1px solid rgb(204, 102, 0);
background-image: url(images/header_back2.jpg);
text-align: center;
}
hr.thin {
clear: both;
height: 1px;
color: rgb(0,0,0);
background-color: rgb(189,189,189);
border: 0;
border-top: 1px rgb(189,189,189) solid;
width: 40%;
margin: 10px auto;
}
hr.wide {
clear: both;
height: 1px;
color: rgb(0,0,0);
background-color: rgb(102,0,102);
border: 0;
border-top: 1px rgb(189,189,189) solid;
width: 80%;
margin: 0 auto;
}
.footnote {
font-family: arial, verdana, "sans serif";
font-size: 75%;
line-height: 12px;
color: rgb(196,96,96);
margin: 0 0 0 15px;
letter-spacing: 1px;
}
/* the stuff ends here - jh */
