body 
{
font-family: Verdana, Arial, Helvetica, sans-serif;  
font-size: 9pt;
text-align: center;
background-color: #fef5e9;
}

.small{
font-size: 8pt;
}

a:link 
{
color: #005d79; 
font-weight: normal;
text-decoration: underline;
}

a:visited 
{
color: #005d79; 
font-weight: normal;
text-decoration: underline;
}

a:hover 
{
color: #005d79; 
font-weight: normal;
text-decoration: underline;
}

a:active 
{
color: #005d79; 
font-weight: normal;
text-decoration: underline;
}

h1
{
color: #005d79;
font-size: 10pt;
margin: 20px 0 0 0;
padding: 0;
}

h2
{
color: #005d79;
font-size: 9pt;
margin: 20px 0 0 0;
padding: 0;
}


#container
{
color: #333;
margin: 0px auto;
text-align: left;
width: 950px;
height: 100%;
background: url('images/back2.gif');
}

#mainbody
{
clear: both;
margin: 0px;
overflow:auto;
height: 100%;
}


#leftsidebar
{
float: left;
height: 100%;
width: 248px;
}

#middle
{
float: left;
height: 100%;
width: 450px;
}

#rightsidebar  
{
float: left;
height: 100%;
width: 250px;
}

#topnav
{
height: 25px;
width: 950px;
padding: 0px;
margin: 0px;
}


/*--- header -------------------------------------------------*/

#header1
{
height: 176px;
width: 950px;
padding: 0px;
margin: 0px;
}

#header2
{
height: 147px;
width: 950px;
padding: 0px;
margin: 0px;
}

#header img {display: block;}

/*--- footer ------------------------------------------------*/



#footer
{
clear: both;
color: #333;
height: 20px;
margin: 0px auto;
text-align: left;
width: 950px;
}

#footerpadding
{
height: 5px;
}

#footerleft /*--- copyright ---------*/
{
float: left;
font-size: 8pt;
text-align: left;
margin-left: 5px;
width: 500px;
}

#footerright /*--- navigation ---------*/
{
float: right;
text-align: right;
font-size: 8pt;
margin-right: 5px;
width: 400px;
}


/*--- nav upper right ---------------------------------------------*/

#navcontainer1
{
height: 34px;
margin: 0;
}

#navcontainer1 ul
{
border: 0;
list-style-type: none;
margin: 0;
padding: 0;
text-align: center;
}

#navcontainer1 ul li
{
display: block;
float: right;
margin: 0;
padding: 0;
text-align: left;
}

#navcontainer1 ul li a
{
color: #005d79;
font-size: 8pt;
display: block;
height: 15px;
margin: 2px 7px 3px 7px;
text-align: center;
text-decoration: none;
width: 80px;
}

#navcontainer1 ul li a:hover
{
color: #e5c306;
}

#navcontainer1 li a:active
{
color: #005d79;
}

#navcontainer1 li #active a
{
color: #005d79;
}

#navcontainer1 ul li a#current
{
color: #005d79;
}

/*--- table 1 ------------------------------------------------*/

#content table.table1
{
border-collapse: collapse;
border-color: #333;
border-spacing: 0px;
border-style: solid;
border-width: 1px;
}

#content table.table1 th  
{
background-color: #75b2e1;
border-color: #333;
border-width: 1px;
border-style: solid;
color: #333;
padding: 0 1.0em;
vertical-align: top;
}

#content table.table1 td  
{
border-color: #333;
border-width: 1px;
border-style: solid;
padding: 0 1.0em;
vertical-align: top;
}


/*--- table 2 ------------------------------------------------*/

#content table.tablehome
{
border-collapse: collapse;
border-color: #333;
border-spacing: 0px;
}

#content table.tablehome th  
{
background-color: #75b2e1;
color: #333;
padding: 0 1.0em;
vertical-align: top;
}

#content table.tablehome td  
{
padding: 0 1.0em;
vertical-align: top;
}

