/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

html,body {
height:100%;
text-align: center;
background-color: #fff9ce;
}

h3 {
padding-top: 10px;
margin-bottom: 10px;
font-size: 11pt;
font-weight: bold;
border-bottom: 1px solid black;
width: 100%;
}

h4 {
padding-top: 10px;
font-weight: bold;
font-size: 9pt;
}

td {
vertical-align: top;
}

a {
color: #828bff;
}

a:hover {
color: black;
}

* html #wrapper {
height: 100%;
}

#wrapper {
margin: 0 auto;
width: 800px;
min-height: 100%;
height: auto;
background-color: white;
border-left: 1px solid black;
border-right: 1px solid black;
text-align: left;
font-family: Tahoma, Verdana, Arial, sans-serif;
}

#header {
border-bottom: 1px solid black;
}

#navigation {
border-bottom: 1px solid black;
min-height: 25px;
}

#navigation ul {
margin-left: 100px;
}

#navigation li {
float: left;
display: block;
width: 100px;
min-height: 23px;
border-left: 1px dotted black;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
}

#navigation li:hover {
background-color: #ffde00;
}

#navigation a {
color: black;
text-decoration: none;
font-size: 11pt;
font-weight: bold;
}

#navigation a:hover {
text-decoration: underline;
}

#content {
padding: 10px;
padding-bottom: 30px;
}

#content p {
font-size: 8pt;
margin-top: 5px;
margin-bottom: 6px;
}

#content ul {
margin-left: 20px;
font-size: 8pt;
}

#content ol {
margin-left: 20px;
font-size: 8pt;
}

#footer {
clear: both;
height: 15px;
margin: -15px auto;
font-family: Tahoma, Verdana, Arial, sans-serif;
font-size: 7pt;
}

#footer a {
color: black;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

table#select_site {
border-spacing: 40px;
}

#select_site td {
text-align: center;
background-color: #ffef82;
padding: 10px;
border: 1px solid black;
}

#select_site td:hover {
background-color: #ffde00;
}

#select_site a{
color: black;
text-decoration: none;
font-size: 10pt;
font-weight: bold;
}

#select_site a{
text-decoration: underline;
}

