/* CSS Document */

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0;
	background-color: #cccccc;
	background-repeat: no-repeat;
	width: 100%;
	font-size: 100%;
	}

#container {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border: thin #FFFFFF;
	height: 1000;
	width: 830px;
	top: 5px;
	}


h1 {
	font-size: 110%;
	color: #ffffff;
	margin: 0;
	}
	
h2 {
	margin-top: -1px;
	margin-bottom: 0px;
	}
		
h3 {
	color: #71a0bd;
	font-size: 110%;
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
.none {
	display: none;
	}	

#contact {
	position: absolute;
	top: 20px;
	left: 175px;
	width: 585px;
	height: 45px;
	text-align: right;
	font-size: 100%;
	background-color: #FFFFCC;
	padding: 5px 5px 5px 5px;
	}

#contact a {
	color: #000000;
	text-decoration: none;
	}
	
#contact a:hover {
	color: #ff0000;
	}
	

/* Navigation: includes main navigation and secondary navigation */		

#primarynavarea {
	position:absolute;
	top: 76px;
	width: 180px;
	background-color: #CCCCCC;
	border: thin none;
	left: 0px;
	}
	
#primarynav a {
	text-decoration: none;
	font-size: 70%;
	color:#000000;
	}
	
#primarynav a:hover {
	color:#ff0000;
	}
	
#primarynav #c strong, 
#primarynav #c a, 
#primarynav #c a strong {
  background:#ff9; color:#000;
}


/* Content: includes collage and content areas */
#primarycontarea {
	position:absolute;
	left: 175px;
	top: 76px;
	width: 585px;
	border: thin solid #FFFFFF;
	background-color:#FFFFFF;
	}

#tab1content {
	font-size: 80%;
	padding: 1px;
	background-color:#FFFFFF;
	border: thin none #c1c1c1;

	}

#tab1content p {
	margin-top: 0px;
	}
	
#tab1content ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

#tab1content li {
	margin: 0px;
	padding: 0px;
	}

#form {
	margin-bottom: 0px;
	padding-bottom: 0px;
	}	





/* Footer: includes department logo, address info, UW logo */	
#footer {
	margin-left: 170px;
	border-left: 1px #c1c1c1 solid;
	border-right: 1px #c1c1c1 solid;
	border-bottom: 1px #c1c1c1 solid;
	width: 589px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 588px;
	}
	
html>body #footer {
	width: 588px;
	}	
	
#footer td {
	font-size: 65%;
	color: #000000;
	text-decoration: none;
	padding: 10px;
	vertical-align: top;
	}

#footer a {	color: #A01E1C;
	text-decoration: none;
	}
			
#footer a:hover {
	color: #ff0000;
	text-decoration: none;
	}		
	


	
	
	
	
	/* Misc Rules
----------------------------------------------- */
a img {border-width:0;}
acronym {border-bottom:1px dotted #ccc;}
code {font-size:100%;}
.sub code {font-size:110%;}
p, pre {margin:.75em 0;}
p.codeblock, pre.codeblock {
  background:#eee;
  padding:5px;
  }
p.end {
  padding-top:20px;
  font-size:85%;
  line-height:1.5em;
  color:#666;
  }
p.note {
  color:#f00;
  font-size:85%;
  line-height:1.5em;
  }
p.example {
  margin:1em 0;
  padding:10px;
  background:#eee;
  }
p.more {
  margin:0 -50px 0 -15px;
  padding:15px 15px 0 15px;
  border-top:1px dotted #ccc; 
  font-size:85%;
  }
p.left, p.right {
  position:relative;
  float:left;
  margin:3px 12px 5px 0;
  }
p.right {
  float:right;
  margin:3px 0 5px 12px;
  }
p.left img, p.right img {
  display:block;
  }
p.left a, p.right a {
  border-width:0;
  }
p.left em, p.right em {
  display:block;
  }

.group {margin-bottom:1em;}
#maincol .sub {font-size:85%; line-height:1.5em;}
#maincol dd .sub {font-size:100%;}
.arrow {color:#f30;}
.errortype {color:#f00;}
del, .strike {text-decoration:line-through; color:#666;}
ins {text-decoration:none;}
.imgLeft, .imgleft {
  position:relative;
  float:left;
  margin:3px 12px .75em 0;
  }

.imgRight, .imgright {
  position:relative;
  float:right;
  margin:3px 0 .75em 12px;
  }
.imgleft img, .imgright img {display:block;}
nowrap {white-space:nowrap;}
.none, hr, .skip {display:none;}
.clearb {clear:both;}
.reset {clear:both; display:block; height:1px; font-size:1px; line-height:1px;}
