/*-- based on the linkage.css from charless flowkes */
body    
{
    font-family: Arial, Helvetica, sans-serif;
    background:  #eceff1;
    color: #111;
    font-size: 90%;
}

a:link
{
text-decoration :       none;
color           :       #0000CC;
}

a:visited
{
text-decoration :       none;
color           :       #003399;
}

a:hover 
{ 
text-decoration :       none; 
color           :       #FF9900;
}


.sidebar { 
  float: left;
  padding: 0px 0px 0px 0px;
  margin: 10px 10px 0px 0px; 
  width: 220px;
}

.sidebar2 { 
  padding: 10px 10px 10px 10px;
  margin: 0px 0px 10px 0px; 
  background:#FFF;
}
.content {
  float: left;
  padding: 10px 10px 40px 20px;
  margin: 10px 10px 0px 0px;
  width: 65%;
  background:#FFF;
}


.content h3  {
  margin-top       : 0px;
  margin-bottom    : 5px;
  padding-bottom   : 5px;
  border-bottom    : 2px solid #000;
  font-weight      : bold;
}
.content h4  {
    margin-top       : 0px;
    margin-bottom    : 5px;
    padding-bottom   : 5px;
    padding-right    : 10px;
    border-bottom    : 1px solid #555;
    font-weight      : bold;
    text-align       : left;
}

td
{
    vertical-align:top;
}

.single {
    float: left;
    padding: 10px 10px 40px 20px;
    margin: 10px 10px 0px 0px;
    width: 80%;
    background:#FFF;
}

table.border{
    border: 1px solid black;
    border-collapse: collapse;
}

table.border td{
    vertical-align:top;
    border: 1px solid black;
    padding:5px;
}
