body {
   margin: 0;
   padding: 0;
   font: 12px Verdana, Arial, sans-serif;
   background: #9b9;
}

div#wrap {
   border: 1px solid black;
   background: white;
   position: absolute;
   left: 30px; right: 40px; top: 30px;
   margin: 0;
   padding: 0;
}

div#header {
   background: url(images/header_background.jpg) repeat;
   margin: 0;
   padding: 0.5em;
   color: white;
   text-align: center;
}

div#mainheading {
   font: bold 22px Verdana, Arial, sans-serif;
   padding: 0.5em;
}
div.caption {
   font: bold 16px Verdana, Arial, sans-serif;
   padding: 0.5em;
}

#hright {
   float: right;
}

div#mainnav {
   background: #009;
   color: white;
   text-align: center;
   padding: 0.75em 2em;
}

div#mainnav a {
   font: bold 1em arial, Helvetica, sans-serif;
   color: white;
   text-decoration: none;
   padding: 0.75em 2em 0.75em 2em;
}
        
div#mainnav a:hover {
   color: #009;
   background: white;
   border: solid #009;
}

div.pagetitle {
   color: #009;
   text-align: left;
   border-bottom: 1px dotted #ccc;
   font: bold 18px Verdana, Arial, sans-serif;
   padding: 1em 0em 0em 0em;
}

div.graph {
   border: 1px solid black;
   width: 600px;
   background: white;
   margin: 0;
   padding: 0;
}

div#sidebar {
   float: left;
   width: 10em;
   margin: 1em 1em 1em 1em;
   border-right: 1px dotted #ccc;
}

div#sidebar h4 {
   color: #009;
   border-bottom: 1px dotted #ccc;
}

div#sidebar a {
   display: block;
   font: bold 1em arial, Helvetica, sans-serif;
   color: blue;
   text-decoration: none;
   padding: 0.25em;
}

div#sidebar a:hover {
   color: green;
   background: white;
   text-decoration: underline;
}

#content {
   position: relative;
   margin: 0em 1em 0em 12em;
}

.captiontable {
	background: #fff url(images/bg_caption.gif) repeat-x;
	padding: 0.5em 1em;
        width: 95%;
}

.nocaptiontable {
	padding: 0.5em 1em;
        width: 95%;
}

table {
	margin: 0em 0em 2em 0em;
	font: 95%/130% Tahoma, Arial, Helvetica, sans-serif;
	border-spacing: 0;
        width: 100%;
}

table caption {
	background: url(images/caption_title.gif) no-repeat;
	background-position: left;
	color: #2442b1;
	font-size: 130%;
	letter-spacing: .1em;
	padding: 3.5em 0.2em 2em 0;
	text-align: right;
	text-transform: uppercase;
}

thead th, tbody th {
	background: #2442b1 url(images/left_corner.gif) no-repeat;
	color: #fff;
	font-weight: bold;
	padding: .2em .7em .2em .8em;
	text-align: left;
	border-top: 1px solid #fff;
	border-right: 1px solid #c6cdd8;
	border-bottom: 1px solid #c6cdd8;
	border-left: 1px solid #fff;
}

thead th {
	font-size: 1em;
}

tbody th {
	background: #dee2e9 url(images/bg_col1.gif) repeat-x;
}

tbody tr.odd th {
	background: #e2e2e2;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

tbody th a, tbody th a:link, tbody th a:visited, tbody th a:hover, tbody th a:active {
	color: #2442b1;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
}

tbody th a:hover {
	text-decoration: underline;
}

td a:link {
	color: #537fc3;
}

tbody th a:visited, td a:visited {
	color: #444;
}

th a:hover, td a:hover {
	text-decoration: none;
}

td {
	background: #f3f8fd url(images/bg_col2.gif) repeat-x;
	color: #203276;
	border-top: 1px solid #fff;
	border-right: 1px solid #c6cdd8;
	border-bottom: 1px solid #c6cdd8;
	border-left: 1px solid #fff;
	padding: 0.5em 0.5em 0.5em 0.8em;
}

td:hover {
	background: #f3f8fd;
}

tr.odd td {
	background: #f8f8f8 url(images/bg_col3.gif) repeat-x;
	color: #444;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

tr.odd td:hover {
	background: #f8f8f8;
}

tfoot th, tfoot td {
	background: #444 !important;
	padding: .5em .5em .5em .5em !important;
	color: #fff;
}

