/* CSS Document */

body {
      margin: 0;
	  padding:0;	
      font-size:.7em;
	  color:#000000;
	  font-family:Arial, Helvetica, sans-serif;
	  }
	  
	  
/* top part start */
#top { width:1004px; margin:0 auto;}
#top1 { width:390px; float:left; text-align:left; padding:20px 0 20px 10px;}
#top1 strong { color:#2169B5; font-size:23px;}
#top2 { width:594px; float:right; text-align:right; padding:20px 10px 20px 0px;}
#top2 strong{  color:#2169B5; font-size:15px; }
/* top part end */


/* center section */
#content {width:1004px; margin:0 auto;border-top:6px solid #2169B5;}
#content1 {width:187px; float:left;}
#content2 {width:817px; float:right;}
#content2 a { color: #2169B5; text-decoration:none;}
#content2 a:hover { color: #000000; text-decoration:none;}
#content2 h1 { margin:0px; padding:0px; font-size:18px; font-weight:normal; color:#2169B5; padding-bottom:10px;}
.pad { padding: 10px 15px 15px 15px;}
#nav-section {
padding: 0;
margin: 0;
}

#nav-section ul {
margin: 0;
padding: 0;
list-style-type: none;
}

#nav-section ul li {
text-align: left;
border: 1px solid #2169B5;
border-top: 0px;

}

#nav-section a {
display: block;
padding: 6px 0px 0px 28px;
color: #2169B5;
background-color:#FFFFFF;
text-decoration:none;
background-image:url(../images/side_tab_n.gif);
width:157px;
height:20px;
font-weight:bold;
}

#nav-section a:hover {
color: #2169B5;
text-decoration:none;
background-image:url(../images/side_tab.gif);
}
/* center section end */

/* footer */
#bot {width:1004px; margin:0 auto; border-top:1px solid #2169B5; margin-top:10px;}
#bot a { color: #2169B5; text-decoration:none;}
#bot a:hover { color: #000000; text-decoration:none;}
#bot1 {width:500px; float:left; padding-top:5px;}
#bot2 {width:504px; float:right; text-align:right; padding-top:5px;}
/* footer end */