/* CSS Document */

/* This CSS was developed by Rich Berg of Instructional Communications Systems, University of Wisconsin-Extension */
/* This portion delivers the information for the background color and graphic for the page */

body { background: white;
}
  		  

/* Navigation menu */
.crumb1 { position: absolute;
			   top: 125px;
			   left: 10px;
			   font-family: arial, verdana, sans-serif;
			   font-size: 9px;
			   font-weight: bold;
			   height: 24px;
			   color: black;
			   border: none;
			   width: 95%;
			  }

/* author information */
.crumb3 { position: absolute;
			   top: 125px;
			   left: 420px;
			   font-family: arial, verdana, sans-serif;
			   width: 95%;
			   font-size: 9px;
			   font-weight: bold;
			   height: 24px;
			   color:black;
			  }			
			  

			  }					    





/* Article title */
.pagetitle { position: absolute;
		 top:355px;
		 left: 285px;
		 font-family: arial, verdana, sans-serif;
		 font-size: 9px;
		 font-weight: bold;
		 width: 95%;
		 color: black;
		 height: 36px;
		  }
		 

/* article content */
.mainbody 	{ position: absolute;
		 top: 410px;
		 left: 285px;
		 font-family: arial, verdana, sans-serif;
		 text-align: left;
		 font-size: 9px;
		 color: black;
		 height: 500px;
		 padding-right: 10px;
		 width: 95%;
		 overflow: visible;
		  }
		



a:link {text-decoration:underline}

 

#crumb1 a:link {color:black}

#nav a:link{color:#FFFFFF}
	  
#mainbody a:link {color: #0000CC}
		  

a:visited {text-decoration:underline}



#crumb1 a:visited {color: #666666}

#nav a:visited {color:#CCCCCC}

#mainbody a:visited {color:black}

		 
/* This CSS was developed by Rich Berg of Instructional Communications Systems, University of Wisconsin-Extension */



