body {
  margin: 0px;
  padding: 0px; 
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, "sans serif";	
  font: 82% Verdana, sans-serif;
  line-height: 20px;
}

p, ul, ol {
  margin-top: 5px;
}
a img {
  border: 0px;
}
a {
  color: #990000;
  text-decoration: none;
}

#outerpage {
  margin: 20px 2% 15px 2%;
}

#innerpage {
  border: 1px solid #cc9900;
  border-bottom: 5px solid #cc9900;
  height: 1px;
}
html>body #innerpage {
  height: auto;
}

#globalNav {
  float: right;
  margin: 0px;
  margin-right: 15px;
  font-size: 12px;
  text-align: right;
  width: 50%;
}
/* \*/
#globalNav {
  width: auto;
}
/* */
#globalNav ul {
  margin: 0px;
  padding: 0px;
}
#globalNav ul li {
  display: inline;
}
#globalNav a {
  text-transform: uppercase;
  padding: 1px;
  padding-top: 0px;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 2px;
  margin-right: 2px;
  text-decoration: none;
}
#globalNav a:link {
  color: #ffffff;
}
#globalNav a:visited {
  color: #ffffff;
}
#globalNav a:hover {
  color: #ffffff;
  border-bottom: 5px solid #cc9900;
}
#globalNav a:active {
  color: #ffffff;
}

#header {
  background-color: #990000;
  width: 100%;
}

#header h1 {
  margin: 0px 0px 0px 57px;
  padding: 7px 0px 5px 0px;
  line-height: 10px;
}
/* \*/
#header h1 {
  padding-top: 5px;
}
html>body #header h1 {
  padding-top: 5px;
}
/* code above moves Univeristy of Wisconsin Madison text next to crest up and down*/
#header h1 a {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}
#header #crest {
  float: left;
  margin-top: -17px;
  margin-right: 12px;
  position: absolute;
  top: 20px;
  left: 2%;
  margin-left: 15px;
}
/* \*/
#header #crest {
  margin-top: -8px;
}
/* code above moves crest up and down*/
#header #siteTitle {
  clear: both;
  margin: 0px;
  padding: 0px;
  background-color: #fbf4ea;
  border-top: 5px solid #cc9900;
  border-bottom: 1px solid #cc9900;
  height: 60px;
}
html>body #header #siteTitle {
  clear: none;
}
#header #siteTitle span {
  font-size: 25px;
  display: block;
  padding-top: 19px;
  color: #990000;
  margin-left: 15px;

}

.content h1 {
	font-size: 170%;
	line-height: 1.1;
}
.content h2 {
	font-size: 130%; 
}
.content h3 {
	font-size: 115%; 
}

#centerColumn h3 {
  margin-top: 5px;
}

#centerColumn a:link {
  border-bottom: 1px dotted #ababab;
}
#centerColumn a:visited {
  color: #550000;
  border-bottom: 1px dotted #ababab;
}
#centerColumn a:hover {
  color: #cc9900;
  border-bottom: 1px dotted #cc9900;
}

#sidebar {
  float: right;
  margin: 15px 0px 15px 15px;
}

/* \*/
html>body #sidebar {
  margin-top: 0px;
}
/* */

#sidebar a, #sidebar a:hover {
  border: 0px;
}
#sidebar .sheath {
  border: 1px solid #cc9900;
  background-color: #FBF4EA;
}

#sidebar .sheath h4 {
  margin: 0px;
  padding: 0px;
}

#footer {
  text-align: center;
  margin-top: 10px;
  font-size: 0.9em;
  line-height: 1.4em;
}
#footer p {
  margin: 0px;
  padding: 0px;
}

.sheath {
  padding: 15px 15px;
}

.mouseOver {
	cursor: pointer;
}
.mouseOut {
	cursor: normal;
}

.hide {
  display: none;
}

.botNavLinks  {
	color: #990000;
	text-decoration: none;
	padding: 0px 0px 3px;
	text-align: center;
}
