body{
    background: #f9f9f9;
    } 
    
    #main ul {
            font-family: Georgia, "Times New Roman", Times, serif;
            font-size: medium;
            font-weight: normal;
            list-style-type: square;
            list-style-position: outside;
         }
    #pagnav{
        display: none;
    }
	
	
	
	#headercsusb{ 
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 90px;
	}
	
	#headermath a{
		position: absolute;
		top: 88px;
		left: 0px;
		width: 100%;
		height: 88px;
	        background:  URL("/images/matht.png")  #0065bd no-repeat;
       		background-attachment: scroll;
		background-position: center center;
		color: #fff;
		text-indent: -1000em;
	}
	
	
	/*#headermath a.jumphome:hover { border: 1px solid #fff; color: red; }*/
	#headermath a.jumphome:hover { border: 1px solid #fff;  }
	#headermath a.jumphome:link { border: 1px solid #fff;  }
	#header a.jumphome:visited { border: 1px solid #fff;  }
	#header a.jumphome:active { border: 1px solid #fff; color: red; }
		
		#header ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
    
     #dateline{
         position: absolute;
         width: 100%;
         height: 20px;
         top: 176px;
         right:0;
         left: 0;
         bottom: auto;
	padding-top: 3px;
         padding-bottom: 3px;
         background: #cccccc;
         color: black;
         font-family: verdana, sans-serif;
         font-size: medium; 
         border-bottom: 1px solid #000;
        }
        #date{
           text-align: left;
           float: left;
           padding-left: 1em;
           padding-bottom: 3em;
        }
		
		#date span { 
		 		text-align: left;
           	float: left;
           	padding-left: 1em;
           	padding-bottom: 3em;
				display: inline;
				}

        #welcome{
            text-align:right;
            padding-right: 1em;
            float: right;
         }
         #sidebar {
	    	/*background:  #000;*/
            position: absolute;
           /* width: 9.7em;*/
	    	   width: 22%;
            height: auto;
            top: 203px;
            right: auto;
            left: 0;
            font-size: x-small;
            font-family:verdana, arial, sans-serif;
            font-weight: 200;
            font-style: normal;
            margin: 0em 0em 1em 0em;
        }
         #sidebar ul{
			margin:0;
            padding: 0;
			list-style-type: none;
			background: white;
        }
       
         #sidebar ul  a {
			display: block;
			width: 160px;
			/*width: 100%;	*/
			height: 31px;
			line-height: 31px;
			color: #ff0000;
			text-decoration: none;
			background-color: #0065bd;
			/*background: #f9f9f9 url(/images/doubleb.png) no-repeat left;*/
			text-indent: 30px;
			text-align: center;
			font-size: x-small;
			font-weight: 800;
         }
		 #sidebar li.first a{
			 	height: 32px;
				line-height: 32px;
		 }
        #sidebar  a:link {color: #eed}
        #sidebar  a:visited{color: #eed}
        #sidebar  a:hover,	.selected a {
			background-position: right bottom;
			background-color: #00559d;	
			color: white;
		}
       
       #main{
            position: absolute;
            width: 75%;
            height: auto;
           /* margin-left: 1em;*/
           /* margin-top: 1em;*/
            top: 214px;
            right: 0;
            left: 160px;
            padding-left: 2em;
            padding-bottom:  2em;
            background-color: #f9f9f9;
            /*color: #333;*/
            font-family: Georgia, "Times New Roman", Times, serif;
            font-size: medium;
         
         }
         
         #main  h3 {
                padding: .25em 0em .25em 0em;
                margin: 0em 5em 1em 0;
                font-family: Verdana, sans-serif;
                font-size: large;
		font-weight: 100;
                /*background-image: URL(/images/h3.png); 
					 background-position: bottom left;
					 background-repeat: no-repeat;*/
		background-color: #eee;
		border: 1px solid;
                color: #002;
                text-transform: uppercase;
                text-indent: 5px;
		width: 400px;
         }

	
	 #main h2 { 
		padding: .5em;
                margin: 0em 1em 1em 0;
                font-family: Verdana, sans-serif;
                font-size: x-large;
		font-weight: 400;
               /* background-image: URL(/images/h2.png); 
				background-position: top left;
				background-repeat: no-repeat;*/
		background-color: #eee;
		border: 1px solid;
                color: #002;
                text-transform: uppercase;
		width: 400px;
         }

	#main h1 { 
		padding: .5em;
                margin: 1em 1em 1em 0;
                font-family: Verdana, sans-serif;
                font-size: x-large;
		font-weight: 200;
               /* background-image: URL(/images/h1.png); 
		background-position: top left;
		background-repeat: no-repeat;*/
		background: #eee;
		border: 1px solid;
                color: #002;
                text-transform: uppercase;
         }

		 
         #main  p{
            /*padding: 2em  1.5em 0  0;*/
           /* margin: -2em 0 1em 0;*/
		
          }
        
        div.pdflink{
		border-top: 1px solid;
                font-size: x-small;
         }




