@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);

body, table, td,div,h1,h2,h3,h4,span,p,a
{
	direction: ltr;
	text-align: left;
        font-family: 'PT Sans', sans-serif;
        font-size:15px;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; 
}

.navbar-header h1
{
    font-size:30px;
    color:#515151;
    display: inline;
    font-weight:700;
    letter-spacing: 1px;
    
    	text-shadow: 0px 0px 5px #fff;
}
   
.navbar-header h2
{
    font-size:30px;
    color:#b2b2b2;
    display: inline;
    font-weight:normal;
}
.navbar-header h3
{
    font-size:24px;
    color:#c8c8c8;
    font-weight:normal;
    line-height:20px;
    margin-top: 8px;
}




h1
{
	font-size:20px;
	font-weight:bold;

}

h3
{
	font-size:19px;

}
h2
{
	font-size:18px;
	font-weight:bold;
        

}

h4
{
	font-size:15px;
	font-weight:normal;
	text-decoration: underline; 
}



#contactForm label, #TextPage_TextContent label
{
    width:100px;
}
#contactForm 
{

  width: 340px;

  }
.navbar-nav>li>a {  
    line-height:20px;
    font-size: 18px;
    text-decoration:none;
}
  
  .MidHeader h2
  {
      font-size:18px;
      color:#2a6496;
      padding-top:5px;
      
  }
  
  .MidHeader{height:100px;}
  
  .navbar-nav
{
    margin-left:-10px;
    margin-top:-10px;
}


/* side bar */
.bs-docs-sidenav
{
    margin-top:20px;
    margin-left:-10px !important;
}


@media (max-width:768px)
{
    .navbar-nav>li>a
    {
            text-align:right;
    }
}