.MenuHeader
{
	font-size: 16px;
	color: #CCCCCC;
	font-weight: bold;
	background: url('/images/bullet.jpg') no-repeat 0 50%;
	background-color: #005D53;
	margin: 4px 0px;
}    

.tblHeader
{
    background-image: url('/images/bgbar2.jpg');
    color: #FFF;
    padding: 3px 5px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}

.tblHeader a:Link
{
    color: #FFF;
}
.tblHeader a:Hover
{
    text-decoration: underline;
}  

img {border:none;}

a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

/* Left Panel*/ 
ul#LeftNav
{
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    width: 100%;
    font-weight: bold;
}
ul#LeftNav li
{
    padding: 0 6px 0 6px;    
}
ul#LeftNav a
{
    display: block;
    width: 90%;
    text-decoration: none;
    color: #000;
    background: url('/images/LeftMenuBullet.gif') no-repeat 0 50%;
    font-size: 14px; padding-left:10px; padding-right:5px; padding-top:1px; padding-bottom:1px;
}

ul#LeftNav a:hover
{
    color: #FF9900;   
}
/* Left Panel*/



   #content {
      width: 100%;  
      max-width: 1000px;    
      margin:1em auto;
      border: 0px;
      text-align:left;
      background: url('../images/bg_green_grey.jpg') top left repeat-y;
      }
   #sidebar {
      float: left;
      width: 200px;
      margin:0;
      padding:0;
      }
   #sidebar-content {
      margin:0; padding: 0.5em 1em;
      font-size: 80%;
      }
   #main {
      margin:0 0 0 200px; padding:0;
      }
   #main-content {
      margin:0; padding: 0.5em 1em;
      font-size: 100%;
      }
   hr.cleaner {
      clear:both;
      height:1px;
      margin: -1px 0 0 0; padding:0;
      border:none;
      visibility: hidden;
      }





