/* layout */


    html { height: 100%}
    body { height: 100%; margin: 0; padding: 0; }
    #headSpace { 
      position: fixed;
      z-index: 1;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 120px;
      background-color: #ffffff;
    }
    #canvas {
      width: 90%;
      margin: 140px auto 30px auto;
    }
    #footer {
      width: 90%;
      height: 80px;
      margin: 0 20% 200px 40%;
    }
    h1 { 
      font-family: "minion-pro-1", "minion-pro-2", "Times New Roman", Times, serif;
      font-size: 2em;
      line-height: 1.2em;
      color: #404040;
      margin: 10px auto 5px auto;
      width: 90%;
    }
    h2 {
      font-size: .8em; 
      line-height: 1.3em;
      font-family: "myriad-pro", "Lucida Grande", Arial, sans-serif; 
      text-transform: uppercase;
      width: 15%;     
      float: left;
      margin: 10px auto 0 5%;
      text-align: center;
      color: #CC9933;
      border: 1px solid #CC9933;
      padding: 5px;
    }
    a {text-decoration: none; color: #CC9933;}
    a:hover {text-decoration: underline;}
    p { 
      font-size: .9em; 
      line-height: 1.3em;
      font-family: "minion-pro-1", "minion-pro-2", "Times New Roman", Times, serif; 
      width: 70%;
      float: left;
      padding-left: 5%;
    }
    form {
      font-size: 8pt; 
      line-height: 1.3em;
      font-family: "myriad-pro", "Lucida Grande", Arial, sans-serif;
      text-transform: uppercase;
      font-weight: 700;
    }
        

/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #E5EEF7;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #7EACD7;
}
