/* PAPER.CSS */

/* This is the css file which will be used for the Lawrence county */
/* newspaper clippings at our INGenWeb site. It is based on the    */
/* "inlawren.css" file. Chuck Carey, November 2011.                */

/* With minor additions, it's being used for our new legal notice  */
/* (or military records) pages. Chuck Carey, November 2012.				 */

body {
background-image: url(news.jpg);
color: #000000;
font-family: verdana, arial, sans-serif;
font-size: 10pt;
text-align: center;
margin: 0;
scrollbar-arrow-color:#766638; 
scrollbar-face-color:#D58778;
scrollbar-3dlight-color:#000000; 
scrollbar-highlight-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color:#ECE3B8; 
}

div {width: 790px; padding: 0; margin: 0 auto; text-align: left; background: #FFFFFF; border: thin black solid; }

div.maincell {
background-color:#FFFF99;
font-family: 'comic sans ms', sans-serif;
width: 770px; 
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
}

/* for legal/military docs: */
div.legalcell {
background-color:#CCFFFF;
font-family: arial, sans-serif;
width: 770px; 
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
}
.legal {background-image: url(doc.jpg);
}

h1, h2, h3, h4, h5 {font-family: tahoma, sans-serif; text-align: center; line-height: 100%}
p, td, li {font-size: 10pt; text-align: left; }
p {text-indent: 0; text-align: justify; line-height: 150%; }

	.c {text-indent: 0; text-align: center; line-height: 150%; }
td {vertical-align: top;}

table {padding: 0px; border-collapse: collapse; font-size: 10pt;}

/* this group sets the normal link colors */
A:LINK {
color: #766638;
text-decoration: none;
font-weight: bold;
}
A:VISITED {
color:#766638;
text-decoration: none;
font-weight: bold;
}
A:HOVER {
color :#FFFFFF; 
background-color:#C1B07D;
text-decoration: underline;
font-weight: bold;
}
/* this grouping sets the heading colors and sizes */
H1 {
font-size : 130%;
font-weight : bold;
color: #766638;
letter-spacing: 2px;
}
H2, H3 {
font-size: 120%;
font-weight: bold;
color: #766638;
letter-spacing: 2px;
}
H4, H5, H6 {
font-size: 110%;
font-weight: bold;
color: #766638;
letter-spacing: 2px;
}
/* this class sets the properties for the horizontal rule bar */
hr {
color:#766638;
width: 80%;
height: 2px;
}
.logocell {
font-family: Verdana, Arial, sans-serif;
background-color: #ECE3B8;
background-image: url('logosample.jpg'); /* sets the background image */
background-position:center; /* positions the background image */
background-repeat: no-repeat;
height: 241px;
border-top:1px solid #02284C;
border-right:1px solid #02284C;
}
.topnav {
font-family: Verdana, Arial, sans-serif;
background-color: #ECE3B8;
border: 1px solid #02284C;
height: 20px;
text-align: center;
font-weight: bold;
text-decoration: none;
}
.sidenav {
font-family: Verdana, Arial, sans-serif;
background-color:#D58778;
background-position: top left; 
background-repeat: no-repeat;
font-size: 12pt;
padding-top: 18px;
border-bottom: 1px solid #02284C;
border-left: 1px solid #02284C;
border-right: 1px solid #02284C;
text-align:center;
vertical-align: top;
}
.textarea {
font-family: Verdana, Arial, sans-serif;
background:#ECE3B8;
font-size: 100%;
text-align: justify;
line-height: 20px;
padding: 2px;
/* border-right:1px solid #02284C; */
/* border-bottom:1px solid #02284C; */
}
.copyright {
background-color:#D58778;
font-size: 7pt;
letter-spacing: 2px;
font-family: Verdana, Arial, sans-serif;
text-align: center;
padding-right: 10px;
padding-left: 10px;
padding-top: 5px;
padding-bottom: 5px;
font-weight: bold;
border-bottom: 1px solid #676A7B;
border-left: 1px solid #676A7B;
}
.spacer {
background-color:#D58778;
border-bottom: 10px solid #D58778;
}

/* latest revision 2013-02-04. */