/* CSS Document */

body {font-family:Verdana, Arial, Helvetica, sans-serif;
     font-size:62.5%;
     /* sets font size to equiv 10px for standard browser */
	text-align:center;  /* IE 6 or earlier fix for auto on frame selector */
	 }

input, select,th, td, {font-size:1em;}
h1 {font-size:2.5em;}   /*gecko browser fixes */
h2 {font-size:2em;}
h3 {font-size:1.75em;}
h4 {font-size:1.5em;}
h5 {font-size:1.25em;}
h6 {font-size:10em;}

#mainframe { margin:auto;
			text-align:left;
			}
			
/* CSS for banner section */

div#bantitle{
     
	  padding: 20px;
	  font-family:"Times New Roman",  Arial, Helvetica, sans-serif;
	  font-size:32px;
	  color:#00CC00;
	  text-align:center;
	  font-weight:bold;
	  }

div#affil{
	  font-family:"Times New Roman",  Arial, Helvetica, sans-serif;
	  font-size:20px;
	  color:#00CC00;
	  text-align:center;
	  font-weight:bold;
	  }  
img#logo1 {height:154px;
          width:123px;
		  }
		  
table#banner {border:thin solid black;
      background-color:#FFFF99;
	  }

#left {position:absolute;
left:0px;
top:-1px;
width:150px;
background-color:#FFFF66;
}

#content {
margin:0 0 0 170px;
padding:0 20px 0 10px;

}

p#cleared {clear:left}
#container {position:relative;
top:25px;
}

#nav, #nav ul {padding:0;
margin:0;
list-style:none;

}
#nav  a {display:block;
border-top-color:black;
border-top-style:ridge;
border-top-width:.1em;
background-color:#00CC00;
font-family:Arial, Helvetica, sans-serif;
color:#000066;
font-size:1.5em;
font-weight:bold;
text-align:center;
text-decoration:none;
width:150px;
padding:10px;
}
#nav a:hover {background-color:#00FF33;}

/* hide from mac IE5 \*/
* html #container {
   height: 1%;
   }
/* end hide from mac */