*{
  margin:0;
  padding: 0;
}

html{
  /* IE is gay * hack for unnecessary horizontal scrollbar */
  overflow-y: auto;
  overflow-x: hidden;
}

body{
  color: black;
  background-color: #C0C0C0;
  font-family: Verdana, sans-serif;
  padding: 5px;
}

div{
  padding-top: 5px;
  padding-bottom: 5px;
}

a:link{
  text-decoration: none;
  font-weight: bold;
  color: #404040;
}
a:active{
  text-decoration: none;
  font-weight: bold;
  color: black;
  background-color: white;
}
a:visited{
  text-decoration: none;
  font-weight: bold;
  color:#404040;
}
a:hover{
  text-decoration: underline;
  font-weight: bold;
  background-color: white;
}

a.aname:hover{
  text-decoration: none;
  font-weight: normal;
}
h4 a.aname:hover{
  text-decoration: underline;
  font-weight: bold;
}

h1{
  font-size: 32px;
  font-weight: bold;
  color: #35B1E7;
  background: #000000 url(images/wizard2.gif) no-repeat;
  padding: 52px 0px 52px 240px;
  display: block;
}
h1 a, h1 a:link, h1 a:active, h1 a:visited, h1 a:hover{
  color: #35B1E7;
  background: black;
  text-decoration: none;
}

h4{
  font-size: small;
  font-weight: bold;
  text-decoration: underline;
}

div.textbox{
  color: black;
  background-color: #DEEEF0;
  padding: 5px 5px 1em 5px;
  text-align: left;
  vertical-align: top;
  display: block;
}

p{
  margin: 0em 0 1em 0;
}
p#notes{
  margin: 0.5em 0;
  font-weight: bold;
  font-size: 70%;
}
#master{
  width: 100%;
  border: none;
}
#columnleft{
  position: absolute;
  left: 5px;
  width: 17%;
  vertical-align: top;
  text-align: center;
}
#columnmiddle{
  margin-left: 17%;
  margin-right: 19%;
  width: 66%;
  vertical-align: top;
}
#columnright{
  position: absolute;
  right: 2%;
  width: 17%;
  vertical-align: top;
  text-align: center;
}
div#nav{
  border: 1px solid black;
  width: 155px;
  padding: 0;
  margin: 0 auto 2em auto;
  color: black;
  background-color: #DEEEF0;
}
div h3{
  width: 100%;
  color: black;
  background: #35B1E7 url(images/bgcolor.jpg) repeat-x;
  font-family: Arial, sans-serif;
  font-size: medium;
  border-bottom: 1px solid gray;
  padding: 5px 0;
  text-align: center;
}
div#google{
  border: 1px solid black;
  width: 155px;
  padding: 0;
  margin: 0 auto;
}
div#google div{
  font-size: 80%;
  text-align: center;
}
table th{
  height: 30px;
  border-bottom: 1px solid gray;
}
div#banners{
  border: 1px solid black;
  width: 150px;
  padding: 0;
  margin: 0 auto;
}  
div.newspost{
  padding: 0;
  border: 1px solid black;
  width: 88%;
  margin: 0 auto 2em auto;
  background-color: #DEEEF0;
}
div.newspost div.textbox{
  font-size: 85%;
}
div.newspost ul{
  list-style-position: inside;
  margin-left: 2em;
  margin-bottom: 1em;
}
span.quote{
  margin: 0.5em 4em 0.5em 2em;
  padding: 0.5em;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  display: block;
  color: #333;
  background-color: white;
}
ol{
  margin: 0.5em 2em;
  padding-left: 1em;
}
ul.navlist{
  font-size: 80%;
  margin: 0.5em 0;
  padding-left:1em;
  list-style: none outside none;
  text-align: left;
}
ul.navlist li{
  margin: 2px;
  position: relative;
}
ul.navlist li a{
  display: block;
}
ul.navlist li ul{
  display: none;
  top: -0;
  left: 125px;
  padding: 0.5em;
}
ul.navlist li:hover ul{
  list-style: none outside none;
  border: 1px solid black;
  color: black;
  background-color: white;
  display: block;
  position: absolute;
  top: 0;
}
ul.navlist li.over ul{
  list-style: none outside none;
  border: 1px solid black;
  color: black;
  background-color: white;
  display: block;
  position: absolute;
  top: 0;
}
ul#bannerlist{
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-left:0;
  list-style: none outside none;
  text-align: center;
}
ul#bannerlist li{
  padding-bottom: 1em;
}
ul#bannerlist img{
  border: none;
}
input[type="submit"]{
  padding: 0.2em 0.5em;
  margin: 0.3em;
}
span.red{
  color: red;
}
span.blue{
  color: blue;
}
label{
  float: left;
  width: 150px;
}

a img{
  border: none;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { height: 1%; }
* html ul li a { height: 1%; }
/* End */