﻿/* Inner Control CSS*/
.InnerContainer					{width:859px; float:right; background-color:#ffffff; padding:0px 30px 0px 30px;}
.InnerWraper					{}  
.InnerWraper h1					{font-size:18px;color:Navy;font-weight:bold;}
.InnerWraper h2					{font-size:16px;color: Black;font-weight:bold;}
.InnerWraper h3					{font-size:14px;color: #708090;}

.InnerHeader					
{
   height:100px;
}

.InnerSpacer	{width:0px; height:400px; float:left;}
.InnerContent					
{
    width:inherit;
    color: Black;
    font-size:10px;
    line-height:17px;
    overflow:auto;
} 

.InnerContent a
{
text-decoration: underline;
 font-weight: bold;
 color: #4169E1;
}

.InnerContent a:hover
{
text-decoration: underline; color: #1F43A9;
}

.InnerLeftZone              
{
    float:right; 
    width:210px; 
    height:inherit;
    margin-right:5px;
 }
 .InnerLeftZone h2             
{

        color:#e3682c;
 
}
.InnerLeftZone a            
{
    text-decoration:none; 
    color: #B22222; 
    font-weight:bold; 
    font-size:12px;
}

.InnerRightZone
{
    float:right;
    border-left:dotted 1px #5E5E5E;
    width:612px;
    font-size:12px;
    line-height:18px;
    height:100%;
  }

  .InnerRightZone h1
{
        color:#e3682c;
  }

  