/* 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/pylegraytrial9.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 { margin-top: -15px;
		  margin-left: -10px }
		  
.bar1 {
	position: absolute;
	top: 140px;
	left: 0px;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
	height: auto;
	width: 85%;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	border: 5px solid #0059C2;
	background-color: #CCCCCC;
	font-family: arial, helvetica, sans-serif;
		  }


/* First part of the breadcrumb */		  
.breadcrumb1 { position: absolute;
			   top: 200px;
			   left: 138px;
			   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: 200px;
			   left: 305px;
			   font-family: arial, verdana, sans-serif;
			   font-size: 12px;
			   font-weight: bold;
			   height: 24px;
			   color: black;
			   border: none;
			   
			  }

/* Navigation buttons area */
.sidelinks	{ position: absolute;
		      top: 234px;
		      left: -20px;
		      border: none;
			  list-style-type: upper-alpha;
		      font-family: Arial, Helvetica, sans-serif;
			  color: #FFFFFF;
		      max-width: 285px;
		      width:expression(document.body.clientWidth > 285? "285px": "auto" );
		  
		       }


/* Page title area */
.title { position: absolute;
		 top: 225px;
		 left: 315px;
		 font-family: arial, verdana, sans-serif;
		 color: black;
		 height: 36px;
		 width: 65%;
		 
		  }
		 

/* Page content */
.mainbody 	{
	position: absolute;
	top: 275px;
	left: 315px;
	font-family: arial, verdana, sans-serif;
	text-align: left;
	color: black;
	height: 500px;
	overflow: visible;
	width: 65%;


		 }
		 
		 
		 a:link {text-decoration:underline}

#bar1 a:link {color:#0059C2}	 

#breadcrumb2 a:link {color:#0059C2}

#sidelinks a:link {color: #0059C2}
	  
#mainbody a:link {color:#0059C2}
		  

a:visited {text-decoration:underline}

#bar1 a:visited {color:#000000}

#breadcrumb2 a:visited {color: #0059C2}

#sidelinks a:visited {color: #CCCCCC}

#mainbody a:visited {color: #CCCCCC}






		 
/* This CSS was developed by Rich Berg of Instructional Communications Systems, University of Wisconsin-Extension */

