/*  Print Style Sheet for Taylor's Site
This style sheet is exactly the same as the sheet site.css, except that it hides
the navigation and left banner from the printer with the code "display:none;".
Hiding these layers prevents text from running off the page when printed.  
When the user selects the "print" option from the browser window, this sheet 
is called instead of site.css.

This sheet must be called in the header of all pages along with the 
regular site.css sheet.  To call it, use the line:
<link rel="stylesheet" type="text/css" media="print" href="print.css" />
*/

body {
background-repeat: repeat-y;
background-color: #F4F6E0;
}

A:LINK  {
	font-family : "Verdana", Folio, Helvetica;
	font-size:10pt;
	color : 990000;
	text-decoration : underline;
}

A:Visited  {
	font-family : "Verdana", Folio, Helvetica;
	font-size:10pt;
	color : 333333;
	text-decoration : underline;
}

A.nav:Link {
font-family : "Verdana", Folio, Helvetica;
font-size:10pt;
color:#000000;
text-decoration:none;
}

A.nav:Visited {
font-family : "Verdana", Folio, Helvetica;
font-size:10pt;
color:#000000;
text-decoration:none;
}

A.nav:Hover {
font-family : "Verdana", Folio, Helvetica;
font-size:10pt;
color: #006600;
text-decoration:none;
}    

#header {
position:absolute; width:100%; top:0px; left:50px; height:72px; z-index:1;
background-position: left;
background-color: #000000;
}

#colorstrip {
display:none;
}

#nav {
display:none;
}

#left_banner {
display:none;
}

#page {
position:relative; float:none; top:70px; left: 0px; bottom:0px; width:100%; height:100%; z-index:1;
}

#content {
position:relative; top:0px; left:0px; width:100%; z-index:1;
font-family: "Verdana", Arial, sans-serif;
font-size:10pt;
color:#000000;
text-align:left;
align:center;
vertical-align:top;
}

.CenterText  {
	font-family : "Verdana", Folio, Helvetica;
	font-size : 10pt;
	color : 000000;
	text-align : center;
	vertical-align : top;
}

.Text  {
	font-family : "Verdana", Folio, Helvetica;
	font-size : 10pt;
	color : 000000;
	text-align : left;
	vertical-align : top;
}
