/* Basics CSS

body {
text-align: center;
min-width: 760px;
}

#main{
margin:0 auto;
width:760px;
text-align: left;
}

*/

body {
 margin: 0px 0;
 text-align: center;
 min-width: 760px;
 color: black;
 background: #550000;
 padding:0;
 font-size: 9pt;
 font-family: Arial, Helvetica, sans-serif;

 }
 

 
a:link {
color: red;
text-decoration: none;
font-weight: normal;
}

a:visited {
text-decoration: none;
color: red;
font-weight: normal;

}

a:hover {
text-decoration: underline;
color: red;
font-weight: normal;
}

/*h1 {
 font-size: 1.5em;
}

h2 {
 font-size: 1.3em;
}*/

#wrapper {
 width: 760px;
 margin: 0 auto;
 text-align: left;
 background: #fff url("images/bg1.gif") repeat-y;
 }

#header {
 padding-top: 159px;
 background: #fff url("images/sbheader.jpg") no-repeat;
 }

/*#hdr h1 {
 color: #fff;
 background:#B7734B;
 font-size: 1.5em;
 font-weight: bold;
 text-align: center;
 text-transform: uppercase;
 margin: 0;
 padding: 1em;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }*/

#leftnav {
 float:left;
 width:130px;
 padding: 10px 1em 1em 1.5em;
 text-align: center;
}

#nav ul {
 background: url(divider.gif) no-repeat top center;
 margin: 0;
 padding: 30px 0 0 0;
 list-style: none;
}
#nav li {
	margin: 0;
}
#nav h2 {

}

#maincontent {
 float: right;
 width: 580px;
 padding: 10px 10px 10px 0px;
 }

/*#cont h2 {
 color: rgb(153, 102, 51);
}*/

#footer {
 clear: both;
 color: white;
 font-size: 11px;
 text-align: right;
 height: 50px;
 background: #550000;
 }
 
 .ftrhov a:link      { color: red; text-decoration: none; font-size: 8pt;

  }

.ftrhov a:visited      { color: red; text-decoration: none; font-size: 8pt;

  }

 
  .ftrhov a:hover      { color: #FFCC33; text-decoration: none; font-size: 8pt;

  }
  
  .index a:link      { color: red; text-decoration: none; font-size: 8pt;

  }

.index a:visited      { color: red; text-decoration: none; font-size: 8pt;

  }

.index a:hover     { color: red; text-decoration:underline ; font-size: 8pt;

  }


 #topnav {

 color: #fff;
 background: white;
 padding: 5px 15px 0px 15px;
 height: 20px;
 background: #fff url("images/bg1.gif") repeat-y;
 }
 
 #contentheader{
    background: white;
    width: 100%;
    font-family: Arial,sans-serif;
	color: black;
	font-size: 9pt;
	border: 2px solid black;
	border-collapse: collapse;
    margin: 0;
		/*border-top: sol #000 1px;
    border-right: solid #000 0px;
    border-bottom: dashed #000 1px;    
    border-left: solid #000 0px;*/
}

.title{
    padding: 3px 0px 3px 5px;
    font-size: 14pt;
    font-weight: normal;
    color: white;
    background-color: #550000;
 
   
}

.author{
     padding: 3px 5px 3px 0px;
    font-size: 10pt;
    color: white;
    text-align: right;
    background-color: #550000;
}

.title2{
    padding: 3px 0px 3px 5px;
    font-size: 14pt;
    font-weight: normal;
    color: white;
    background-color: #550000;
    text-align: left:
}    

table.wab, td.wab
{
    border-color: #600;
    border-style: solid;
}

table.wab
{
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}

td.wab
{
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
    background-color: #FFC;
}

table.index {
 border-top: 2px solid #CCCCCC;
 border-left: 1px dashed #CCCCCC;
 font-size: 9pt;
 
}

table.index td {
 border-right: 1px dashed #CCCCCC;
 border-bottom: 1px dashed #CCCCCC;
 padding: 3px;

}

.columns{
 
 font-size: 8pt;
 color:red;
 
}





.texttitle
{
        color: #000000;
        font-family: Arial,Verdana,Helvetica;
        font-size: 10pt;
        font-weight:bold
        
}

A:link.texttitle
{
        background: white; 
        color: #000000;
        font-family: Arial,Verdana,Helvetica;
        font-size: 10pt;
        font-weight:bold
}
A:visited.texttitle
{
        background: white; 
        color: #000000;
        font-family: Arial,Verdana,Helvetica;
        font-size: 10pt;
        font-weight:bold
}
A:hover.texttitle
{
        background: white; 
        color: #000000;
        font-family: Arial,Verdana,Helvetica;
        font-size: 10pt;
        font-weight:bold
        text-decoration: underline;

}

.tabletext
{
        background: white;
        color: black;
        font-family: Arial,Verdana,Helvetica;
        font-size: 8pt;
}