body{
	font-family: Arial, sans-serif, Verdana, Helvetica;
	text-align: center;
	background: transparent url(../images/body_bkg.png) repeat-x scroll top left; 

}
*{
	margin: 0px;
	padding: 0px;
}

img{
	border: none;
}

:link img {
  border: none;
}

.banner a img{
	border: none;
}

.na {
	display: none;
}

a{
	text-decoration: none;
	color: #1B75BB;
}

a:hover{	
	color: #344DA0;
}

h1{
	font-size: 36px;
	font-weight: normal;
	color: #344DA0;
	padding-bottom: 20px;
	padding-top: 30px;
}

h2{
	font-weight: normal;
	font-size: 24px;
	color: #344DA0;
	padding-top: 20px;
	padding-bottom: 10px;
}

h3{
	font-weight: normal;
	font-size: 18px;
	color: #344DA0;
	padding-top: 20px;
	padding-bottom: 10px;
}

h5{
	font-size: 14px;
	color: #344DA0;
	font-weight: normal;
}

p{
	font-size: 14px;
	color: #4E597E;
	padding-bottom: 10px;
	padding-right: 0px;
}


ul{
	list-style-type: none;
}


ul li{
	font-size: 14px;
}



table tr td{
 	vertical-align: top;
}

/* main */
.main_container{	
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	width: 951px;
	border: solid 0px red;
	background: transparent url(../images/header_bkg.png) no-repeat scroll top left;
}

.content_table{
	margin-top: 30px; 
	margin-bottom: 20px;
}

.content_on_the_left{
	width: 300px;
	border-right: solid 1px #344DA0;
}

.content_on_the_left p{
	padding-right: 30px;
	font-size: 12px;
}


.content_on_the_right{
 	width: 651px;
}

.second_nav{
	margin-top: 30px;
	margin-bottom: 50px;
	text-align: right; 
	padding-right: 30px;
}

.second_nav ul li{
	padding-bottom: 6px;
	padding-top: 4px;
	background: transparent url(../images/link.png) no-repeat scroll center right;
	padding-right: 10px;
}

.second_nav ul li.active a{
	color: #344DA0;	
}

.second_nav ul li.active{
	background: transparent url(../images/link_active.png) no-repeat scroll center right;
}


/* header START */
.header{
}

.headr table{
  	width: 951px;
}

.header table tr td.logo{
    width: 251px;
}


.header table tr td.address{
	width: 700px;
	text-align: right;
}

.header p{
    font-size: 12px; 
    color: #344DA0; 
    line-height: 18px; 
    padding-top: 30px;
}

/* header END */




/* navigation START */
.navigation ul{
   list-style-type: none;
   width: 951px;
   margin-top: 20px;
}

.navigation ul li{
    display: inline;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;    
    font-size: 14px;
    text-transform: uppercase;
    color: #F2F2F2;
    background-color: #344DA0;
    padding-left: 20px;
    padding-right: 20px;
}

.navigation ul li a{
   color: #F2F2F2;
}


.navigation ul li:hover{
   background-color: #F2F2F2;
   color: #344DA0;
}

.navigation ul li:hover a{
   color: #344DA0;
}


.navigation ul li.active{
    text-align: right;
    padding-right: 10px;
    color: #344DA0;
    background-color: #F2F2F2;    
}

.navigation ul li.active a{
   color: #344DA0;
}

/* navigation END */

.chapter{
 	padding-left: 30px;
}

.chapter h1{
	padding-top: 0px;
}

.chapter p{
	line-height: 20px;
	letter-spacing: 0.1px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.chapter ul li{
	line-height: 17px;
	letter-spacing: 0.1px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	color: #4E597E;
}

/* footer START */

.footer_bar{
	margin-bottom: 50px;
	margin-top: 0px;
	height: 20px;
	background-color: #344DA0;
}

.footer{
	margin-bottom: 150px;
}

.footer p{
	padding-top: 20px;
	font-size: 10px;
	color: #344DA0;
}


.footer_bkg{
	background: transparent url(../images/footer_bkg.png) no-repeat scroll bottom right;
	height: 290px; 
	margin-top: -30px;
}

/* footer END */