/* CSS Document */
body {
	margin: 0px;
}
td, th {
	border: 1px solid #666666;
	padding: 3px;
}

#titlelogo {

	left:0px;
	top:0px;
	background-image: url(images/uwlogo.jpg);
	background-repeat: no-repeat;
	}
#primarynavarea {
	display: none;
}
#primarycontentarea {
	margin-left: 0px;
	margin-right: 0px;
}

#primarycontent h1 {
	font-size: 20px;
	color: #FF0000;
	background-color: #E8E8E8;
	border: 1px solid #333333;
	padding: 3px;
}
#primarycontent h2 {
	font-size: 16px;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#primarycontent h3 {
	font-size: 14px;
	color: #666666;
}

h1, h2, h3 {
	margin-top: 0px;
}
a:link {
	text-decoration: none;
}
a:hover {
	color: #FF0000;

}
a:visited {
	text-decoration: none;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: disc;
}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: circle;
}
.updatetag {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}

.steps {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	border: thin solid #FF0000;
}
.code {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.important {
	background-color: #CCCCCC;
}

.null {
	display: none;
}
.address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
}
#footer {

}


