/* 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 url(graphics/bg.gif) repeat-y top left;;
}

/* This portion delivers the information for the banner at the top of the page */

.skipper { position: absolute;
		   top: -1px;
		   left: 0px;
		   }

.banner {
	position: absolute;
	margin-top: -15px;
	margin-left: -10px;
	width: 85%;
	visibility: visible;
}
		  
 
	  
.bar1 {
	position: absolute;
	top: 120px;
	left: 0px;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
	font-size: 14px;
	height: auto;
	width: 75%;
	padding-top: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	border: 5px solid #000000;
	background-color: #003580;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color:#FFFFFF;
	display: none;
		  }
		  

    		  		  

/* First part of the breadcrumb */		  
.crumb1 { position: absolute;
			   top: 125px;
			   left: 10px;
			   font-family: arial, verdana, sans-serif;
			   font-size: 12px;
			   font-weight: bold;
			   height: 24px;
			   color: white;
			   border: none;
			   width: 20%;
			  }

/* Second (editable) part of the breadcrumb */			  
.crumb2 { position: absolute;
			   top: 125px;
			   left: 280px;
			   font-family: arial, verdana, sans-serif;
			   width: 10%;
			   font-size: 12px;
			   font-weight: bold;
			   height: 24px;
			   color:black;
			  }
			  
.crumb3 { position: absolute;
			   top: 125px;
			   left: 420px;
			   font-family: arial, verdana, sans-serif;
			   width: 35%;
			   font-size: 16px;
			   font-weight: bold;
			   height: 24px;
			   color:black;
			  }			
			  

			  }					    

/* Navigation buttons area */
.nav	{ position: absolute;
		  top: 255px;
		  left: -5px;
		  width: 21%;
		  border: none;
		  list-style-type: upper-alpha;
		  font-family: Arial, Helvetica, sans-serif;
		  color: #FFFFFF;
		  max-width: 265px;
		  width:expression(document.body.clientWidth > 265? "265px": "auto" );
		  display: none;
		       }


/* Page title area */
.pagetitle { position: absolute;
		 top:355px;
		 left: 285px;
		 font-family: arial, verdana, sans-serif;
		 font-size: large;
		 font-weight: bold;
		 width: 60%;
		 color: black;
		 height: 36px;
		  }
		 

/* Page content */
.mainbody 	{ position: absolute;
		 top: 410px;
		 left: 285px;
		 font-family: arial, verdana, sans-serif;
		 text-align: left;
		 color: black;
		 height: 500px;
		 padding-right: 10px;
		 width: 60%;
		 overflow: visible;
		  }
		



a:link {text-decoration:underline}

#bar1 a:link {color:#FFFFFF}	 

#crumb1 a:link {color:white}

#nav a:link{color:#FFFFFF}
	  
#mainbody a:link {color:#003580}
		  

a:visited {text-decoration:underline}

#bar1 a:visited {color:#CCCCCC}

#crumb1 a:visited {color: #CCCCCC}

#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 */



