/* 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_maroon_gray2.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: #831622;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color:#FFFFFF
		  }
		  

    		  		  

/* First part of the breadcrumb */		  
.breadcrumb1 { position: absolute;
			   top: 185px;
			   left: 100px;
			   font-family: arial, verdana, sans-serif;
			   font-size: 12px;
			   font-weight: bold;
			   height: 24px;
			   color: white;
			   border: none
			  }

/* Second (editable) part of the breadcrumb */			  
.breadcrumb2 { position: absolute;
			   top: 185px;
			   left: 267px;
			   font-family: arial, verdana, sans-serif;
			   width: 60%;
			   font-size: 12px;
			   font-weight: bold;
			   height: 24px;
			   color:#000000;
			  }

/* Navigation buttons area */
.nav	{ position: absolute;
		  top: 255px;
		  left: -15px;
		  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" );
		       }


/* Page title area */
.pagetitle { position: absolute;
		 top: 225px;
		 left: 285px;
		 font-family: arial, verdana, sans-serif;
		 width: 60%;
		 color: black;
		 height: 36px;
		  }
		 

/* Page content */
.mainbody 	{ position: absolute;
		 top: 279px;
		 left: 277px;
		 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}	 

#breadcrumb2 a:link {color:#831622}

#nav a:link{color:#FFFFFF}
	  
#mainbody a:link {color:#831622}
		  

a:visited {text-decoration:underline}

#bar1 a:visited {color:#CCCCCC}

#breadcrumb2 a:visited {color:#000000}

#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 */

