﻿/* -------------------------------------------------------------- 
   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;
}

body { 
  line-height: 1.5; 
}

/* 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; }


/* -------------------------------------------------------------- 
    CSS START HERE
-------------------------------------------------------------- */

body{font: 90% verdana;}
div#container{width:1000px;margin:0 auto}
div#header, div#footer {height:52px;}
div#wrapper {}

div#header {margin-bottom:4px;border-bottom:solid 5px black}
div#header p {padding-top:15px;color:#808080;font-size:80%}
div#header a {text-decoration:none;color:Black;}
div#header a:hover {color:#cc0033}

.logo {font-weight:bold;font-family:Courier New;font-size:52px;float:left;width:35%}
.description {float:left;width:65%;text-align:right}

div#content h1,h2 {font-size: medium;font-weight:bold;margin-top:10px}
div#content p {margin-bottom:6px}
div#content ul, div#content ol {padding-left:30px;}

div#footer {margin-top:20px;height:70px;background-color:black;clear:both}
div#footer .logo {background-color:#cc0033;color:#ffffff;height:60px}
div#footer .logo p {}
div#footer .description {background-color: #ffcc00;height:60px;color:black;}
div#footer .description p {padding:10px}

.table2cols {width:100%}
.table2cols td {width:50%;vertical-align:top}

.center {text-align:center}
.bold {font-weight:bold}