/*  Libcat  Print Style Sheet - designed by Dana Noonan - info@infomaven.com */

/*  DOCUMENT STRUCTURE  */
#headerprint, #footerprint, #content, #main  { display : block; }
#header, #topbar, #sidebar, #footer { display: none; }


body {
width: 660px;
background: #ffffff;
color: #000;
font-family: "Trebuchet MS", 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
text-align: center;
margin-left: auto; 
margin-right: auto;
}

/* HEADER */
#header {
width:660px;
color: #000; background: #fff; 
text-align: left;
font-weight: bolder;
border-bottom: 1px solid #000080; padding: 0 0 10px 0; 
}

h1.header1 { margin: 0; padding: 0;  color: #fff; background-color: transparent; }

/* HEADERPRINT */

#headerprint { clear: both; margin: 0; padding: 5px; color: black ; background: white; } 
#headerprint h1 { border-bottom: 1px solid ; border-color: #000080 ; padding-bottom: 10px;  padding-left: 2px;  text-align: left; } 


/* CONTENT */
#content {
width: 660px;
float: left;
color: #000; background: transparent;
}

#main {
width: 660px;
margin: 0;
padding-right: 3em;
text-align: left;
float: left;
clear: left;
font-size: 14px;
color: #000; background: transparent;
}

/* FOOTERPRINT */

#footerprint { width: 660px; clear: both; margin: 5px; padding: 5px; color: black ; background: white; } 
#footerprint p { font-size: 90%;  color: black;  border-top: 1px solid ; border-color: #000080 ; padding-top: 2px;  padding-left: 2px;  text-align: left; } 

/* HEADINGS */

h1 { font-size: 150%; color: #000080; background-color: transparent; }
h2 { font-size: 130%; color: #000; background-color: transparent; }
h3 { font-size:  130%; color:#999; background-color: transparent; }
h4 { font-size: 120%;  color: #c60000; background-color: transparent; }

/* LINKS */

#main a { color: navy; background-color: transparent; text-decoration: none; }
#main a:link { color: navy; background-color: transparent; text-decoration: none; }
#main a:visited { color: #7799aa; background-color: transparent; text-decoration: underline; }
#main a:hover { color: #7799aa; background-color: transparent; text-decoration: underline; }

a img {  border-width:0;  }

/* MISC */

div.clearer {clear: left; line-height: 0; height: 0;}

.left { float: left;width: 50%; text-align: left; }
.right { float: right;width: 50%;text-align: right }

.center { text-align: center; }

.alert { color: #FF0000; background-color: transparent; } /* red */
.white { color: #fff; background-color: transparent; }
.highlight { color: #000000; background-color: #FFFF00; }

#nav.hr {width: 160px; height: 1px; text-align: center; color: #000080; background-color: transparent; }

/* FORMS */

div.row {   clear: both;   padding-top: 5px;   }
.label { float: left; width: 30px; text-align: left;  }
.formw { float: left; width: 200px; text-align: left; padding: 0 0 0 1em; } 


