/* reset built-in styles */
body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6, pre, code {
  font-size: 1em;
}

h1 {
  margin-top: 15px;
  margin-bottom: 10px;
}

h2 {
  margin-top: 12px;
  margin-bottom: 5px;
}

h3 {
  margin-top: 5px;
  margin-bottom: 3px;
}


a img {
  border: none;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

.underlined_link {
  text-decoration: underline;
}

/* links */

a {
  font-family: Tahoma;
}

a:link {								
  color: #405c81; 
}

a:visited {
  color: #821453;
}

a:hover {
  text-decoration: underline;
}


/* header */
#logo { 
  text-decoration: none;
}

#header {
  margin-top: 20px;
}

.clear:after {
  display: block;
}

.clear {
  min-height: 1px;
}

/* general */
body {
  margin: 10px 50px;
  min-width: 1115px;
  max-width: 1300px;
  font-size: 1em;
  font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
}

* html body {
  width: 1115px;
}

h1, h2, h3 {
  font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
  color: #405c81;
}

h1 {
  font-size: 2.3em;
}

h2 {
  font-size: 1.6em;
}

h3 {
  font-size: 1.1em;
  font-weight: normal;
}

p {
  font-size: 1em;
}

ul {
  font-size: 1em;
}

.topper {
  padding-top: 20px;
}

.bug {
  margin-top: -35px;
}

.bug1 {
  margin-top: -15px;
}

*:first-child+html .bug {
  margin-top: -15px;
}

* html .bug {
  margin-top: -15px;
}


/* main content */
#main_content {
  margin-top: 5px;
  margin-left: 210px;
  margin-right: 210px;
}

td {
  padding: 10px;
}

.complete {
  clear: both;
  font-weight: bold;
  font-size: 1.6em;
}



