@import url("reset.css");
@import url("typography.css");

@media screen {

body{
font-family:"lucida grande","lucida sans unicode", sans-serif;
font-size: 1em;
background: url(../img/bg.jpg) ;
text-align: center;
}

div#wrap{
width: 60.75em; /* =972 px  -  .75em = 12px - 1em =16px*/
margin: 2.5em auto;
text-align: left;
position:relative;
}

div#header{
width: 59.25em; /* =948px */
margin: .75em;
height: 15em;
background: #ccc url(../img/alogo.jpg) bottom left no-repeat;
}

div#logotext{
    width: 37em;
    float:left;
    margin: 1em 0em 0em 10em;
}


div#headtext{
    width: 100%;
    height: 1.5em;
    background-color: #444;
    position: absolute;
    top: 0em;
    left:.0em;
    border-bottom: solid 1px #000;
    min-width: 50em;
}

.headtxt{
    text-align: right;
    color: #fff;
    font-size: .75em;
    line-height: 1.5em;
}

.headtxt a{
    color:#ff8a19;
}

div#footer{
    width: 100%;
    height: 2em;
    line-height:2em;
    min-width: 50em;
}

ul#txtlinks{
    list-style: square;
    padding: 0em 1em;
    line-height: 1.5em;
}

ul#txtlinks a{
    color:#000; text-decoration:underline;
}

ul#txtlinks a:hover { text-decoration: none; background: #000; color: #ff8a19; }

ul#footlinks{
    font-size: .85em;
    list-style: square;
    padding: .75em .5em;
    line-height: 1.75em;
}

ul#footlinks a{
    color:#000; text-decoration:none; background: #e0e0e0; 
}

ul#footlinks a:hover { text-decoration: none; background: #000; color: #ff8a19; }

.greyline{
    background: #ccc;
    height: .15em;
}

/* COLUMNS*/
.leftcol{
    margin-left:.75em;
}

.twocol, .threecol, .fourcol, .mainleft, .mainright, .fullwidth, .equationmain, .equationside {
   margin-right: .75em;
   float: left;
   display: inline;
}

.fullwidth {
    width: 59.25em /* =948px */
}
.twocol{
    width:29.25em; /* =468px */
}

.threecol{
    width:19.25em; /* =308px */
}


/* END COLUMNS */

    
}  /* ...SCREEN CSS END..*/
     
     
    
     
     /* ...PRINT STYLE..*/

    @media print {
	body { 
	    color : #000000; 
	    background : #ffffff; 
	    font-family : "Times New Roman", Times, serif;
	    font-size : 14pt; 
	}

	a { 
	    text-decoration : underline; 
	    color : #000000;
	} 

	* #div {float: none;}
	* img { display: none;}
	form{ display: none;}
	#sidelist{ display: none;}
    }
    
    /* ...END PRINT STYLE..*/
     


