body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 0 auto;
	padding: 0;
	background-color: #ffffff;
	background-repeat: no-repeat;
	position: relative;
	font-size: 100%;
	}
.none {
	display: none;
	}	
	
	/* Header: includes UW bar, search, department title  */	
		
#header {
	border-bottom: 1px solid #CCC;
	height: 78px;
	margin-bottom: 3px;
	padding-bottom: 1px;
	}
#searchbox {
	border-bottom: 1px solid #CCC;
	margin: 0 0 0 170px;
	font-size: 10px;
	height: 25px;
	text-align:right;
	}
	
#wordmark {
	text-align:right;
	margin: 0px 5px 0px 150px;
	}
#wordmark h1 {
	font-size: 110%;
	color: #CCCCCC;
	margin: 10px 0 0 0;
	}
#uwlogo {
	position:absolute;
	left: 22px;
	top: 4px;
	margin-left:0px;
	}

#contentbar {
	background-color:#93432F;
	margin-top: 3px;
	margin-left: 0px; 
	color: #FFFFFF; 
	voice-family: "\"}\"";
	voice-family: inherit; 
	}

 #contentbar h1 {
	font-size: 110%;
	text-indent: 7pt;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: normal;
	color: #FFFFFF; 
	}	

	/*  code from Greg Sennema, WLU - navlist  - edited by Esther Millar */
	
#navlistarea1 {
	border-bottom: 1px solid #666;
	margin: 0px;
	padding-bottom: 19px;
/*	padding-left: 10px;	*/
	padding-top: 5px;
	background-color:#FFFFFF;	
	} 
	
#build {
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 10px;  
	padding-top: 10px;
	} 

#build ul, #build li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	} 

#build a:link, #build a:visited {
	background-color:#993300;
	border: 1px solid #666;
	color: #ffffff;
	float: left;
	font-weight: bold;
	line-height: 14px;  
	margin-right: 6px;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
	font-size: 75%;
	}

#build a:link#currentbuild, #build a:visited#currentbuild {
	background: #fff;
	border-bottom: 1px solid #fff;
	color: #000;
	}

#build a:hover {
	color: #993300;
	background: #CCCCCC;
	}
	

#navlistarea2 {
	border-bottom: 1px solid #666;
	margin: 0;
	padding-bottom: 19px;
/*	padding-left: 10px;	*/
	margin-top: 10px;
	} 
	
#floor {
	margin: 0;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 10px;
	} 

#floor ul, #floor li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	} 

#floor a:link, #floor a:visited {
	background-color:#993300;
	border: 1px solid #666;
	color: #ffffff;
	float: left;
	font-weight: bold;
	line-height: 14px;
	margin-right: 6px;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
	font-size: 75%;
	}

#floor a:link#currentfloor, #floor a:visited#currentfloor {
	background: #fff;
	border-bottom: 1px solid #fff;
	color: #000;
	}

#floor a:hover {
	color: #993300;
	background: #CCCCCC;
	}
	
	/* Content: includes contentbar and content areas */
	/* width value was added for IE 5.5 */
	
#primarycontarea {
	background-color: #FFFFFF;
	font-size: 90%; 
	color: #000;
	margin-left: 0px;
	padding-top: 10px;	
	padding-bottom: 10px;	
	width: 800px;
	}

#primarycontarea h2 { 	
	font-size:110%;
	font-weight: normal;		
	margin-top: -1px;
	margin-bottom: 3px;
	color: #CC9900;
	}		
 
#primarycontent p {
	margin-top: 10px;
	margin-left: 10px;
	}
	
#primarycontent img {
	margin-top: 10px;
	margin-left: 10px;
	}	
	
#primarycontarea a {
	color: #0000ff;
}
#primarycontarea a:visited {
	color: #660099;
}

		/* Navigation: includes top navigation and secondary navigation */		
	
#secondnavarea {
 	position: absolute;
	left: 515px;
	top: 158px;
	right: 8px;	
	width: 300px; 
	background-color: #E7E3D1;
	color: #000;
	border: 2px solid #ccc;
	margin: 40px 4px 0 0;
	}

#secondnav {
	font-size: 65%;
	}

#secondnav a {
	text-decoration: underline;
	color: #990000;
	}

#secondnav a:hover {
	color:#0033CC;
	text-decoration: underline;
	}
	
#secondnavarea th {
	background-color: #666666;
	color: #FFFFFF;
	text-align: left;
	}
	
	/* Footer: includes department logo, address info, UW logo */	
	
#footer {
	margin-left: 10px;
	top: 0px;
	border-top: 1px solid #CCC;
	voice-family: "\"}\"";
	voice-family: inherit;
	}

#departmentaddress p {
	font-size: 70%;	
	margin: 0px;
	padding: 10px 0px 10px 10px;
	}
#footer a {
	color: #7b0f0c;
	text-decoration: none;
	}
#footer a:hover {
	color: #0033CC;
	text-decoration: none;
	}		
img.campaignlogo {
	float: right;
	text-align: right;
	margin: 20px 20px 2px 2px;
	}


