/* CSS Document */
/* CSS Document */
.heading1
{
 font-family:arial ;
 font-size:13pt;
 color:#145C95;
 font-weight:bold; 
 text-transform:uppercase;
}

p,td,tr,th
{
 font-family:arial ;
 font-size:10pt;
 color:#145C95;
 font-weight:normal;
 line-height:20px;
}

a:link {font-family:arial ;font-size:9pt;color:#064A85;font-weight:bold; line-height:20px;text-decoration:underline; }
a:visited {font-family:arial ; font-size:9pt; color:#6C7D86; font-weight:bold; line-height:20px;text-decoration:underline; }
a:active { font-family:arial ; font-size:9pt; color:#6C7D86; font-weight:bold; line-height:20px;text-decoration:underline; }
a:hover { font-family:arial ; font-size:9pt; color:#064A85;font-weight:bold; line-height:20px;text-decoration:underline; }

a.box:link {font-family:arial ;font-size:9pt;color:#870006;font-weight:bold; line-height:20px;text-decoration:none; }
a.box:visited {font-family:arial ; font-size:9pt; color:#870006; font-weight:bold; line-height:20px;text-decoration:none; }
a.box:active { font-family:arial ; font-size:9pt; color:#870006; font-weight:bold; line-height:20px;text-decoration:none; }
a.box:hover { font-family:arial ; font-size:9pt; color:#870006;font-weight:bold; line-height:20px;text-decoration:none; }

.home_top_text{
 font-family:arial ;
 font-size:11pt;
 color:#575B5F;
 font-weight:normal;
 line-height:20px;
}
.home_box
{
 font-family:arial ;
 font-size:8pt;
 color:#575B5F;
 font-weight:normal;
 line-height:12px;
}

.home_box_heading
{
 font-family:arial ;
 font-size:8pt;
 color:white;
 font-weight:bold;
 line-height:15px;
}

.lastest_news{
 font-family:arial ;
 font-size:15pt;
 color:#1D649B;
 font-weight:bold;
 line-height:20px;
}
.lastest_news_text{
 font-family:arial ;
 font-size:10pt;
 color:#1D649B;
 font-weight:normal;
 line-height:15px;
}

a.top_nav:link {font-family:arial ;font-size:13px;color:white;font-weight:bold; line-height:20px;text-decoration:none; }
a.top_nav:visited {font-family:arial ; font-size:13px; color:white; font-weight:bold; line-height:20px;text-decoration:none; }
a.top_nav:active { font-family:arial ; font-size:13px; color:white; font-weight:bold; line-height:20px; text-decoration:none;}
a.top_nav:hover { font-family:arial ; font-size:13px; color:white;font-weight:bold; line-height:20px;text-decoration:none; }

.searchBox{
  background-image:url("images/input_bg.jpg");
 
  padding-left:20px;
} 


a.bottom_nav:link {font-family:arial ;font-size:11px;color:#0D70BE;font-weight:normal; line-height:20px;text-decoration:none; }
a.bottom_nav:visited {font-family:arial ; font-size:11px; color:#0D70BE; font-weight:normal; line-height:20px;text-decoration:none; }
a.bottom_nav:active { font-family:arial ; font-size:11px; color:#0D70BE; font-weight:normal; line-height:20px; text-decoration:none;}
a.bottom_nav:hover { font-family:arial ; font-size:11px; color:#0D70BE;font-weight:normal; line-height:20px;text-decoration:none; }

a.menu:link {font-family:arial Narrow;font-size:16px;color:#0D70BE;font-weight:bold; text-decoration:none; }
a.menu:visited {font-family:arial Narrow ; font-size:16px; color:#0D70BE; font-weight:bold;text-decoration:none; }
a.menu:active { font-family:arial Narrow ; font-size:16px; color:#0D70BE; font-weight:bold;  text-decoration:none;}
a.menu:hover { font-family:arial Narrow ; font-size:16px; color:#0D70BE;font-weight:bold; text-decoration:none; }

#dropmenudiv{
position:absolute;
margin-left:0px;
margin-top:0px;
border-bottom-width: 0;
font-family: arial;
line-height:15px;
z-index:100;

}

#dropmenudiv a{

display: block;
padding: 1px 0;
text-decoration: none;
font-family:arial ;
 font-size:10pt;
 color:#145C95;
 font-weight:normal;
 line-height:20px;
border:1px solid white;
background-color: #216FC1;
color:white;
text-align:left;
padding-left:5px;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #C31218;
color:white;
border:1px solid;

}








