@charset "UTF-8";
/* CSS Document */

body { background: #313131; text-align:center; margin:0; padding:0;}

#header { background-color: #464648; height: 117px; width: 960px; margin: 0 auto; text-align: left; }
#header img { margin-left: 25px;}

#imagebar { height: 150px; }
#content { width: 860px; margin: 0 auto; text-align:left; padding: 50px; background: #1C1C1C}
#content h1 { font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: #FFF; text-transform:uppercase; margin-top: 0px;}
#content table { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFF; margin: 10px -5px 0px -5px;}
#content table p { margin: 0; padding: 0;}
#content .note { font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #FFF; font-style:italic; margin-bottom: 0px; }
#content td {  padding: 5px;}
#content th {  padding: 5px;}
#footer { background-color: #464648; height: 55px; width: 960px; margin: 0 auto; }
#content td a:link, #content td a:visited,  #content td a:active { color: #F7E082; text-decoration:none;}
#content td a:hover { color: #219CC9 }


table {
 width: 100%;
 empty-cells: show;
 border-bottom: 1px solid #313131
 }

th {
  border-top: 1px solid #313131;
  border-bottom: 1px solid #999;
 }

/* A little bit of Paul Fitts */
th a {
	color: #FFF; text-decoration: none;
 }

th a:hover {
	background: #313131;
 }

/* If the browser supports CSS3,
we don't actually need colorTableRows() */
tr:nth-child(odd) {
 background-color: #1C1C1C;
 }

/* But we'll use it anyway because we're so cool */
tr.alternate {
 background: #313131;
 }