/* CSS Document */

/* This CSS was developed by Rich Berg of Instructional Communications Systems, University of Wisconsin-Extension */
/* Please feel free to copy and use any portion of this CSS  */
/* This portion delivers the information for the background color and graphic for the page */

body { background: white}

/* This portion delivers the information for the banner at the top of the page */

.skipper { position: absolute;
		   top: -1px;
		   left: 0px;
		   display: none;
		   }

.banner { position: absolute;
		  margin-top: -15px;
		  margin-left: -10px;
		  width: 95%;
		  display: none; }


/* First part of the breadcrumb */		  
.breadcrumb1 { position: absolute;
			   top: 160px;
			   left: 38px;
			   font-family: arial, verdana, sans-serif;
			   font-size: 12px;
			   font-weight: bold;
			   height: 24px;
			   color: white;
			   border: none;
			   display: none;
			  }

/* Second (editable) part of the breadcrumb */			  
.breadcrumb2 { position: absolute;
			   top: 160px;
			   left: 205px;
			   font-family: arial, verdana, sans-serif;
			   font-size: 12px;
			   font-weight: bold;
			   height: 24px;
			   color: black;
			   border: none;
			   display: none;
			   
			  }

/* Navigation buttons area */
.nav	{ position: absolute;
		  top: 185px;
		  left: 10px;
		  border: none;
		  display: none;
		       }


/* Page title area */
.pagetitle { position: absolute;
		 top: 185px;
		 left: 225px;
		 font-family: arial, verdana, sans-serif;
		 color: black;
		 height: 36px;
		 width: 95%;
		  }
		 

/* Page content */
.mainbody 	{ position: absolute;
		 top: 235px;
		 left: 225px;
		 font-family: arial, verdana, sans-serif;
		 text-align: left;
		 color: black;
		 height: 500px;
		 width: 95%;
		 overflow: auto;
		 
		  }


/* Redundant links */
.linksarea { position: absolute;
		 top: 735px;
		 left: 225px;
		 font-family: arial, verdana, sans-serif;
		 text-align: center;
		 height: 50px;
		 width: 95%;
		 }


/* Accessibility information */
.accessibility { position: absolute;
		 top: 830px;
		 left: 300px;
		 font-family: arial, verdana, sans-serif;
		 text-align: center;
		 color: black;
		 height: 300px;
		 width: 95%;
		  }



		 
/* This CSS was developed by Rich Berg of Instructional Communications Systems, University of Wisconsin-Extension */
/* Please feel free to copy and use any portion of this CSS  */

