﻿body 
{
	margin: 20px;
	background-image: url(../img/background.gif);
	background-repeat: repeat;
	font-family: "Trebuchet MS",Arial,Helvetica,freesans,sans-serif !important;
    font-size: 10pt;
	color: #000000;
}

html, body
{
    height: 100%;
}

label
{
	font-size: 10pt;
	color: #a84d0f;
}

li
{
    padding: 1em;
    list-style-type: none;
}

.text
{
	font-size: 10pt;
	color: #000000;
}

a
{
	font-size: 10pt;
	color: #a84d0f;
	text-decoration: underline;
}

a:hover
{
	font-size: 10pt;
	color: #7d6a55;
	text-decoration: underline;
}

#c_area
{
    background-color: #e7e7d4;
    z-index: 50; 
    position: absolute; 
    left: 20px; 
    height: auto;
    min-height: 250px;
    width: 870px;
    top: 16px;
}

#cp_area
{
    background-color: #e7e7d4;
    position: relative;  
    top: 155px;
    left: 0px;
    z-index: 100; 
    padding: 10px;
    height: auto;
    width: 850px;
}

#header
{
    z-index: 102; 
    position: absolute;
    left: 0px; 
    top: 0px;
}

#logo
{
    z-index: 101; 
    float: left;
}

#rptTitle
{
    z-index: 103;
    float:right; 
    width: 350px;
    padding: 2px;
    font-family: 'Trebuchet MS',Arial,Helvetica,freesans,sans-serif! important; 
    color: #a84d0f; 
    font-style: italic;
}

#rptTitle h1
{
    font-size: 25pt;
    margin-top: 0px;
    margin-bottom: 5px;
}

#pheader
{
    z-index: 103; 
    float: left;
}

#pheader h1
{
    font-size: 25pt;
}

/*------- Menu Bar ------*/
/* <div id="cl00_pnlNavBar"> */
#ctl00_pnlNavBar
{
    z-index: 105; 
    position: absolute;
    left: 50px;
    top: 127px;
    width: 800px;
    height: 21px;
}

#ctl00_pnlNavBar table
{
    width: 770px;
    border: outset 1px #C0C0C0;
    padding: 3px;
    text-align: center;
}

#ctl00_pnlNavBar td
{
    width: 100px; 
    height: 21px;
}

#ctl00_pnlNavBar a{
	
	font-size: 10pt;
	color: #a84d0f;
	text-decoration: none;
}

#ctl00_pnlNavBar a:hover {
	
	font-size: 10pt;
	color: #7d6a55;
	text-decoration: none;
}

/* deprecated in favor of id-based styling 
a.nav1{
	
	font-size: 10pt;
	color: #a84d0f;
	text-decoration: none;
}

a.nav1:hover {
	
	font-size: 10pt;
	color: #7d6a55;
	text-decoration: none;
}

table.nav1 {
    border: outset 1px #C0C0C0;
    padding: 3px;
    background-color: #e6ece0;
    text-align: center;
}
*/

