

/*========================================================*/
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:100%; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
}
#headerimg 
{
    height:100px;
    width:300px;
    margin-top:10px;
    margin-left:10px;
} 
 
#header{
 position:relative; 
 height:15%; 
  /*background-color:#FFFFDF; */
 width:100%;
} 
#headera 
{
    float:left;
    width:60%;
}
#headerb
{
    float:left;
    width:30%;
    margin-top:50px;
    margin-left:50px;
}
 
 
#leftcol{
 width:25%; 
 float:left; 
 position:relative; 
 /*background-color:#3039DF; */
 }
 
#twocols{
 width:75%; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:34%; 
 float:right; 
 position:relative; 
 /*background-color:#8339DF;*/
 }
 
#maincol{
 float: left; 
 display:inline; 
 position: relative; 
 width:66%; 
 margin-top:1%;
 }
 
#footer{
 height:10%; 
 background-color:#fffaf0; 
 clear:both;
 margin-bottom:0px;
 } 
 .headerlink {FONT: 12pt Book Antiqua; TEXT-TRANSFORM:none ; COLOR: blue; TEXT-DECORATION: none}
.headerlink:hover {FONT: 12pt Book Antiqua;  COLOR: red; TEXT-DECORATION: none}
.headerlink:visited {FONT: 12pt Book Antiqua; TEXT-TRANSFORM:none ; COLOR: brown; TEXT-DECORATION: none}
.maincontent {line-height:125%;font-size:11pt; font-family:Book Antiqua; text-align: justify; color:#330000}
.contentheading {font:14pt Times New Roman; color:red; margin-top:10px;}
/*- Menu Tabs 1--------------------------- */ 


    #tabs1 {
      float:left;
      width:100%;
	  background:none;
      /*font-size:100%;*/
     /* margin-left:5%;*/
      line-height:normal;
	  border-bottom:2px solid red;
      }
    #tabs1 ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
	  margin-left:20%;
	    }
    #tabs1 li {
      display:inline;
      margin:0;
      padding:0;
      
      }
    #tabs1 a {
      float:left;
      background:url("tableft1.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      
      }
    #tabs1 a span {
      float:left;
      display:block;
      background:url("tabright1.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:black;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs1 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#627EB7;
      }
    #tabs1 a:hover {
      background-position:0% -42px; font-weight:bold;
      }
    #tabs1 a:hover span {
      background-position:100% -42px;
      }
      
      
      #tabselected {
      float:left;
      background:url("tableft1.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;}
/* end of menu */
 

 
 /* *** Float containers fix:
 *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

.heading {font:10pt Book Antiqua; color:blue;}
/* ================================================== */

/*=====================================================*/

.row
{
 background-color:#F7F7F7;
}
.row1
{
 background-color:#FFFFFF;
}
.Address
{
    background-color:#F0F0F0;
}
.contentheading {font:14pt Times New Roman; color:red; margin-top:10px;}
.heading {font:12pt Book Antiqua; color:red;}
.contentstyle{line-height:150%;font-size:medium ; margin-left: 10px; margin-right: 10px; font-family:Book Antiqua; text-align: justify; color:#330000}