/* CSS for all elements in the page */
* {
   margin: 0;
   padding: 0;
}

html, body {
   height: 100%;
}

/* Main container - Header + Main Content */
body > #mainContainer {
   height: auto;
   min-height: 100%;
}

/* Header */
#header {
   background-color: #000000;
   text-align: center;
}

#headerWrapper {
   height: 95px;
   margin: 0 auto;
   position: relative;
   text-align: center;
   top: 0;
   width: 1024px;
}

#imageHolder {
   float: left;
   padding-top: 5px;
   width: 300px;
}

#textHolder {
   float: left;
   text-align: right;
}

ul#navbar {
   color: #FFFFFF;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 20px;
   font-weight: bold;
   line-height: 60px;
   padding-top: 20px;
   white-space: nowrap;
   width: 100%;
}

ul#navbar li {
   float: left;
   list-style-type: none;
   padding-left: 50px;
}

#current {
	color: #00FF00;
}

ul#navbar li a {
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
}

ul#navbar li a:link {
   color: #FFFFFF;
   text-decoration: none;
}

ul#navbar li a:visited {
   color: #FFFFFF;
}

ul#navbar li a:link:hover {
   color: #FFFFFF;
   text-decoration:underline;
}

/* Main Content */
#mainContent {
   clear:both;
   margin: 0 auto;
   overflow: auto;
   padding-bottom: 40px; /* must be same height as the footer */
   position: relative;
   top: 0;
   width: 1024px;
}

/* Footer */
#footer {
   background-color: #000000;
   clear: both;
   color: #FFFFFF;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   height: 40px;
   margin-left: auto;
   margin-right: auto;
   margin-top: -40px; /* negative value of footer height */
   position: relative;
   z-index: 10;
}

#footerWrapper {
   text-align: right;
   margin-left: auto;
   margin-right: auto;
   position: relative;
   top: 15px;
   width: 1024px;
}

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

#footer a:visited {
   color: #FFFFFF;
}

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

/* Opera Fix */
body:before {
   content: "";
   float: left;
   margin-top: -32767px; /* negate effect of float */
   height: 100%;
   width: 0;
}

/* Table CSS */
h1 {
   color: #666;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 180%;
   font-weight: bold;
   letter-spacing: 3px;
   line-height: 1.2em;
   margin: 0 auto;
   padding: 15px 0 15px;
   text-align: center;
   text-transform: uppercase;
}

p {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 16px;
   font-weight: bold;
   text-align: center;
}

p.info {
   color: #669;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
   text-align: left;
}

p.splinfo {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 16px;
   font-weight: bold;
   text-align: center;
}

p.splinfo2 {
   color: #069;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 16px;
   font-weight: bold;
   text-align: center;
}

p.splinfo3 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 16px;
   font-weight: bold;
   text-align: right;
}

.centeralign {
   text-align: center;
}

.negDiff {
	color: #F00;
}

.posDiff {
	color: #063;
}

.fieldname {
   color: black;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
   padding-left: 10px;
   padding-top: 2px;
   vertical-align: top;
   text-align: right;
   width: 450px;
}

.fieldvalue {
   color: black;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   font-weight: normal;
   text-align: left;
   width: 250px;
}

.keyvalue {
   color: black;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   font-weight: normal;
   text-align: left;
   width: 350px;
}

.reportheader {
   font-weight: bold;
   padding-bottom: 5px;
   text-align: center;
   text-decoration: underline;
   text-transform: capitalize;
}

#data {
   border-collapse: collapse;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   margin: 0 auto;
   text-align: left;
   width: 960px;
}

#data th {
   background: #2966B8;
   color: #FFFFFF;
   font-size: 16px;
   font-weight: bold;
   padding: 8px;
}

#data td {
   background-color: #e8edff;
   font-size: 13px;
   padding: 8px;
}

#dataform {
   border-collapse: collapse;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   margin: 0 auto;
   text-align: left;
   width: 960px;
}

#dataform th {
   background: #2966B8;
   color: #FFFFFF;
   font-size: 16px;
   font-weight: bold;
   padding: 8px;
}

#dataform tr:nth-of-type(odd) {
   background-color: #BAD0EF;
}

#dataform tr:nth-of-type(even) {
	background-color: #DBF0F7;
}

#dataform td {
   color: #000;
   font-size: 13px;
   padding: 8px;
}

#dataform a:link {
   color: #000;
   text-decoration: underline;
}

#dataform a:visited {
   color: #000;
}

#dataform a:link:hover {
   color: #000;
   text-decoration: underline;
}

textarea {
   resize: none;
}

.textvalue {
   color: black;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   font-weight: normal;
   text-align: left;
}

a:link {
   color: #669;
   text-decoration: underline;
}

a:visited {
   color: #669;
}

a:link:hover {
   color: #669;
   text-decoration: underline;
}