/*
*************************************************

print.css
print layout:

Created by the team at EnQuant
http://www.enquant.com/

*************************************************
*/




/*-------------------------------------------    
    General Selectors
-------------------------------------------*/

body { margin: 0 auto; padding: 0; color: #000000; font: 76% Verdana,Tahoma,Arial,sans-serif; background: #ffffff url(bg.gif) top center repeat-y; }


/* ***** block level ***** */

h3 { font-size: 1.3em; margin: 0 0 10px 0; }

.left { margin: 10px 10px 5px 0; float: left; }

.right { margin: 10px 0 5px 10px; float: right; }

.textright { text-align: right; }

.center { text-align: center; }

.small { font-size: 0.8em; }

.bold { font-weight: bold; }

.hide { display: none; }

td.content { font-size: 1em; color: black; background-color: white; text-align: left; vertical-align: top; padding-top: 1em; padding-bottom: 1em; }
  			
td.header { font-family: Arial, Helvetica, sans-serif; font-size: 1em; font-weight: bold; color: White; background-color: #286ea0; text-align: left; vertical-align: top; }
			
td.Warningheader { font-family: Arial, Helvetica, sans-serif; font-size: 1em; font-weight: bold; color: White; background-color: Red; text-align: left; vertical-align: top; }




/* ***** inline ***** */

a:link, a:visited {	color: #520; background: transparent; font-weight: bold; font-size: 90%; text-decoration: underline; }


    
/*-------------------------------------------    
    Structure
-------------------------------------------*/

#frontphoto { display: none; }

#header { clear: both; margin: 20px 0 0 0; padding: 0; height: 45px; }
    #header h1 { margin: 0 0 10px 0; }
    #header p { width: 500px; float: right; text-align: right; color: #a0a0a0; margin: -40px 0 10px 0; font-size: 0.8em; line-height: 1.2em; }

#avmenu { display: none; }

#nqbutton { display: none; }
			
#extras { display: none; }

.announce { margin: 10px 0 10px 0; padding: 10px; width: 130px; color: #505050; background-color: #f4f4f4; line-height: 1.3em; }

#content { margin: 0 110px 20px 160px; border-left: 1px solid #f0f0f0; border-right: 1px solid #f0f0f0; padding: 0 10px 0 10px; line-height: 1.6em; text-align: left; }
    #content h2 { font-size: 1.5em; margin: 0 0 0.5em 0; }
   
#footer { clear: both; margin: 0 auto; padding: 10px 0 20px 0; border-top: 4px solid #f0f0f0; width: 760px; text-align: center; color: #808080; background-color: #ffffff; font-size: 0.9em; }
    #footer a { color: #808080; text-decoration: none; }
    #footer a:hover { text-decoration: underline; color: #286ea0; background-color:#eaeaea }
    #footer a:link { color: #0000FF; }

#wrap { margin: 2%; width: auto; float: none !important; }