﻿
    body {
        margin:0;
        padding-left:0;
       
        font: normal 11px/1.5em Verdana;
        text-align:center;
        background-color:#f5f5f5;
}


h2 {
        font: bold 14px Verdana, Arial, Helvetica, sans-serif;
        color: Olive;
        margin: 0px;
        padding: 0px 0px 0px 15px;
        text-align:left;
}

img {
border: none;
}

p
{
	margin:0 10px 0 0;	
	text-align:left;
	padding:5px;
}

p strong
{
	color:Olive;
}
strong
{
	color:Olive;
}

p i
{
	color:Red;
}	

.Intro
{
	height:150px; 
	margin:2px 2px 2px 2px; 
	width:33%; 
	background-image:url(../../Images/intro_block_bg_small.jpg);
	background-repeat:no-repeat;
	padding:7px;
	padding-left:12px;
	font-weight:normal;
	font-family:Verdana;
}
.Img_intro
{
	border:0px; 
	float:left; 
	margin-right:10px;
	height:128px;
	width:121px;
}

.LeftNav
{
	text-align:left;
	vertical-align:middle;
}
.LeftNav ul
{
	list-style:none;
	text-align:right;
	margin:0 0 0 8px;
	padding:5px;
}

.LeftNav li
{
	border-bottom: 1px dashed orange;
	padding-bottom:3px;
}
.LeftNav a
{
	text-decoration:none;
	color:Olive;
	font-weight:bold;
}

.LeftNav a:hover
{
	text-decoration:none;
	color:Black;
	font-weight:bold;
}
.Footer
{
	
	color:White; 
	
}

.Footer a
{
	text-decoration:none;
	color:white;
	
}
.Footer a:hover
{
	text-decoration:underline;
	color:white;
}
/*- Menu Tabs 8--------------------------- */

    #tabs8 {
      float:left;
      width:100%;      
     /* background:#f5f5f5;
      background-image:url(../Images/ler_bkgrnd_tile.jpg);*/
      font-size:93%;
      line-height:normal;
       border-bottom:1px solid Olive;
          
      }
    #tabs8 ul {
          margin:0;
          padding:10px 10px 0 305px;
          list-style:none;
          
          
      }
    #tabs8 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs8 a {
      float:left;
      background:url("../../Images/tableft2.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs8 a span {
      float:left;
      display:block;
      background:url("../../Images/tabright2.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#333;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs8 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs8 a:hover span {
      color:#591333;
      }
    #tabs8 a:hover {
      background-position:0% -42px;
      }
    #tabs8 a:hover span {
      background-position:100% -42px;
      }

      #tabs8 #current a {
              background-position:0% -42px;
      }
      #tabs8 #current a span {
              background-position:100% -42px;
      }
