*{
padding:0;
margin:0;
}

body{
background: #fff url(../grafix/nav-edge.png) repeat-y top left;
font-size:80%;
font-family: 'Trebuchet MS',Verdana, Geneva, Arial, Helvetica, sans-serif;
color:#333;
}

img{
border:none;
}

#header{
position:absolute;
top:0;
left:0;
height:90px;
width:100%;
color:#ccc;
}

#header img{
float:left;
margin:0;
border:0;
}

#header a{
border:0;
}

#header p{
float:right;
text-align:left;
line-height:100%;
margin:35px 30px 0 0;
font-weight:bold;
font-size:2em;
color: #DAA520;
background-color:#006c48;
}

#nav{
position:absolute;
top:90px;
left:0;
width:750px;
height:28px;
list-style:none;
padding:7px 0 0 12px;
margin:0 0 0 0;
background: #f60 url(../grafix/bar-rt-bgd.jpg) repeat-y right;
}

#nav li{
display:inline;
padding:0 0 0 15px;
}

#nav a{
border-bottom:0;
font-weight:bold;
text-decoration:none;
padding:3px 0 0 0;
font-size:1m;
}

#nav a:link, #nav a:visited{
color:#036;
background-color:transparent;
}

#nav a:hover{
color: #eee;
background-color:transparent;
}

#nav li a.urhere{
padding-right:12px;
color:#900 !important;
background: transparent url(../grafix/urhere.png) no-repeat right top;
}

#content{
position:absolute;
top:125px;
left:0;
padding:23px 100px 0 195px;
background: #fff url(../grafix/left-bgd.png) no-repeat;
}

#content #prop{
width:1px;
height:400px;
float:left;
}

h1,h2,h3,h4,h5,h6{
font-weight:bold;
}

h2,h3,h4,h5,h6{
margin-top:15px;
}

h6{
margin:0 0 10px 0;
border-bottom:1px solid #666;
text-align:right;
font-style:italic;
padding:10px 25px 10px 0;
}

h1{
font-size:1.5em;
border-top:2px solid #EEE;
border-bottom:2px solid #EEE;
padding:0 0 0 5px;
}

h2{
font-size:1.4em;

}

h3{
font-size:1.3em;
color:#666;
background-color:#fff;
}

h4{
font-size:1.2em;
color:#999;
background-color:#fff;
}

h5{
font-size:1.1em;
}

h6{
font-size:1em;
}

p{
margin:10px 0 0 0;
}

p.smallprint{
font-size:0.85em;
}

p.em{
color: #B22;
font-weight: bold;
font-style: normal;
border:1px dotted #b22;
border-left:5px solid #b22;
padding:3px 3px 3px 6px;
}

img{
float:left;
margin:15px 10px 0 0;
border:0;
}

img.right{
float:right;
margin:15px 0 0 15px;
border:0;
}

a{
color:#900;
background-color:#fff;
text-decoration:none;
border-bottom:1px dotted #900;
}

a:hover{
color: #438;
background-color:#fff;
border-bottom:1px solid #438;
}

ol{
margin:5px 0 0 2em;
}

ul{
margin:5px 0 0 1.5em;
line-height:150%;
}

table{
margin:15px 0 0 0;
border-collapse:collapse;
border:1px solid #ccc;
width:570px;
}

table caption{
background-color:#ccc;
color:#333;
text-align:left;
padding:3px 5px;
font-weight:bold;
margin-top:10px;
}

th,td{
padding:3px 5px;
border:1px dotted #ccc;
color:#333;
}

th.empty,td.empty{
background-color:#fff;
color:#fff;
border:0;
}

thead th{
background-color:#ddd;
color:#333;
text-align:center;
font-size:0.9em;
}

tbody th{
background-color:#ccc;
color:#333;
text-align:left;
width:50%;
}

tbody td{
text-align:center;
}

tfoot td{
font-size:0.9em;
background-color:#ddd;
color:#fff;
text-align:left;
}




form{
margin:15px 0 0 0;
}

fieldset{
margin:10px 0 0 0;
padding:20px;
border:1px solid #999;
}

legend{
font-weight:bold;
margin-left:-10px;
font-size:1.1em;
background-color:#aaa;
color:#FFF;
padding:0 5px;
}

label{
display:block;
margin:10px 0 0 0;
font-weight:bold;
}

input.submit{
margin:10px 0 0 0;
}

#footer{
clear:both;
width:100%;
margin:50px 0 50px 0;
border-top:1px dotted #ddd;
border-bottom:2px solid #ccc;
}

#footer p{
margin:0;
padding:5px;
color:#aaa;
background-color:#fff;
font-size:0.9em;
}

/*fieldset{
display:block;
width:400px;
}

fieldset.hide{
display:none;
}

fieldset.button{
border:0;
margin-left:-10px;
}

fieldset.checks label{
display:inline;
}

fieldset.radios input,
fieldset.radios label{
display:inline;
}

fieldset p{
margin:0 0 10px 0;
}

legend{
margin-bottom:5px;
padding:3px 5px 5px 5px;
}*/

#badges{
/*position:absolute;
top:450px;
left:20px;*/
}

#badges img{
float:left;
margin:0 10px 0 0;
border:0;
}

/*  graph stuff start  */

.graph{
background-color:#C8C8C8;
border:solid 1px black;
width:100%;
}

.graph td{
font-family:verdana,arial,sans serif;
width:400px
}

.graph td.title{
width:20%;
text-align:right;
background-color:#555;
color:#fff;
font-weight:bold;
font-size:0.9em;
}

.graph td.percent{
width:10%;
text-align:center;
background-color:#555;
color:#fff;
font-weight:bold;
font-size:0.9em;
}

.graph thead th{
border-bottom:1px solid #333;
padding:2px 5px;
font-size:1.1em;
font-weight:bold;
text-align:left;
}

.bar{
background-color:#fb8;
text-align:right;
padding-right:0.5em;
width:400px;
}

.bar div{
background-color:#036;
float:left;padding-top:0;
height:1em
}

/*  graph stuff end  */

#highlight{
width:200px;
border:2px solid #900;
padding:10px;
float:left;
margin:15px 10px 5px 0;
}

#highlight h2{
margin:0;
padding:3px;
background-color:#900;
color:#fcc;
text-align:center;
}