/* 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  }

/* 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;}
		  
 
	  
.bar1 {
	position: absolute;
	top: 175px;
	left: 0px;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	height: auto;
	width: 65%;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	border: 5px solid #000000;
	background-color: #990033;
	font-family: arial, helvetica, sans-serif;
	display: none;
	
		  }
		  

    		  		  

/* First part of the breadcrumb */		  
.breadcrumb1 { position: absolute;
			   top: 230px;
			   left: 90px;
			   font-family: arial, verdana, sans-serif;
			   font-size: 12px;
			   font-weight: bold;
			   height: 24px;
			   color: #990033;
			   border: none;
			   display: none;
			  }

/* Second (editable) part of the breadcrumb */			  
.breadcrumb2 { position: absolute;
			   top: 230px;
			   left: 258px;
			   font-family: arial, verdana, sans-serif;
			   font-size: 12px;
			   font-weight: bold;
			   height: 24px;
			   color: #990033
			   border: none;
			   display: none;
			   
			  }

/* Navigation buttons area */
.nav	{ position: absolute;
		  top: 255px;
		  left: 10px;
		  width: 19%;
		  border: none;
		  list-style-type: upper-alpha;
		  font-family: Arial, Helvetica, sans-serif;
		  color: #990033
		       }


/* Page title area */
.pagetitle { position: absolute;
		 top: 255px;
		 left: 285px;
		 font-family: arial, verdana, sans-serif;
		 width: 65%;
		 color: #000000;
		 height: 36px;
		  }
		 

/* Page content */
.mainbody 	{ position: absolute;
		 top: 305px;
		 left: 285px;
		 font-family: arial, verdana, sans-serif;
		 text-align: left;
		 color: #000000;
		 height: 500px;
		 padding-right: 10px;
		 width: 65%;
		 overflow: visible;
		  }





		 
/* This CSS was developed by Rich Berg of Instructional Communications Systems, University of Wisconsin-Extension */
.mailto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: 990033;
	text-decoration: underline;
	display: none;
}

a:link {text-decoration:underline}

#bar1 a:link {color:#FFFFFF}	 

#sidebar a:link {color: #990000}

#nav a:link{color:#990000}
	  
#mainbody a:link {color:#990000}
		  

a:visited {text-decoration:underline}

#bar1 a:visited {color:#CCCCCC}

#sidebar a:visited {color:#CCCCCC}

#nav a:visited {color:#000000}

#mainbody a:visited {color:black}
