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