/* General settings for MSEW website */
body { width:100%; height:100%; color:#000000; background:white; font-size:10pt; font-family: verdana, tahoma, arial, helvetica, sans-serif, "MS Sans Serif"; }

/* global overrides */
body, button, ul, li, hr  { margin:0; padding:0; border:0; }
table { margin:0; padding:0; text-align:center; font-size:10pt; }

ul { margin:0.75em 0 1em 20px; }       /* kill default 50px left padding and set 20px */
li { margin-bottom:1em; }          /* set default inter-item vertical spacing */

h1 {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  font-family: Arial,Helvetica,sans-serif;
}
h2 {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  font-family: Arial,Helvetica,sans-serif;
}
#topbanner {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
#header {
  margin: 20px 0 0 0;
  border-bottom: 2px solid #000000;
  text-align: center;
  background-color: #ffffff;
}
#centerDoc {
  text-align: center;
  padding: 0 0 20px 0;
  float: center;
  margin-top: 0px;
}
#footer {
	clear: both;
	text-align: center;
	font-size: x-small;
	margin-top: 10px;
}

a:link {
  color: #000000;
  text-decoration: underline;
  font-weight: normal;
}
a:visited {
  color: #0000ff;
  text-decoration: underline;
  font-weight: normal;
}
a:hover {
  color: #0060ff;
  padding-bottom: 5px;
  text-decoration: underline;
  font-weight: normal;
}
a:active {
  font-weight: bold;
  color: #33ff33;
}
