@charset "utf-8";
/* CSS Document */
body { font-family: Arial, Helvetica, sans-serif; color: #624949; font-size: 12px; margin-left: 0px; margin-top: 0px; text-align:justify; background-color: white;}
a { color: #3d4ba0; text-decoration: none; }
a.link_txt { font-size: 11px; text-align: left;}
.heading_style {color: #6c4b16; font-weight: bold; font-size:13px;}
a:hover {text-decoration: underline;}
.main_nav { border: 1px solid #d3d3d3; background-color: #f0f0f0; height: 22px;}
.main_nav a{ color: #5c5c7a; text-decoration: none; font-weight: bold;}
td.txt {font-size: 12px; text-align: justify; color: #000;}
.info_table{border: 1px solid #89a4d9; font-size: 11px; }
.info_table td { vertical-align: top; padding: 3px; }
.info_table th {background-color: #d1e1ff; border-bottom: 1px solid #89a4d9; text-align: left; padding: 2px;}
.info_table th a {font-size: 14px; color: #0a105e; text-decoration: none;}
.spacer { height: 10px;}
.info_table a.lnk{ color: #000000; font-weight: bold; text-decoration: underline; text-align: center;}
.black_txt{ color: #000000; font-weight: bold; text-decoration: underline; text-align: center;}
.txt_italic { font-style: italic; font-size: 11px; color: ccc;}
.holder {width: 60px; height: 50px; border: 1px solid #000;}
.img_holder {background-image: url(../images/img-holder.png); width: 204px; height:152px;}
h1 {color: #0a105e; font-size: 18px; margin-bottom: 0; display: inline;}
.footer {font-size: 11px; color: #000; height: 20px;}

/* CSS for Hover */
.bluetabs{}
.bluetabs ul{padding: 3px 0;margin-left: 0;margin-top: 1px;margin-bottom: 0;font: bold 12px arial;list-style-type: none;text-align: left; /*set to left, center, or right to align the menu as desired*/}
.bluetabs li{display: inline;margin: 0; border-right: 1px solid #d3d3d3;}
.bluetabs li a{text-decoration: none; padding: 3px 7px; margin-right: 3px; color: #2d2b2b; /*THEME CHANGE HERE*/}
.bluetabs li a:visited{color: #2d2b2b;}
.bluetabs li a:hover{text-decoration: underline;color: #2d2b2b;padding: 3px 7px;margin-right: 3px;}
.bluetabs li.selected{}
.bluetabs li.selected a{ /*selected main tab style */background-color: #ffffff;  border-bottom: 1px solid #fff; border-top: 1px solid #fff; /*THEME CHANGE HERE*/ padding: 3px 7px; margin-right: 3px; }
.bluetabs li.selected a:hover{ /*selected main tab style */text-decoration: none; padding: 3px 7px;margin-right: 3px;}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b { position:absolute; top: 0; border: 1px solid #d3d3d3; border-top: 1px solid #fff;/*THEME CHANGE HERE*/ font:normal 11px/20px Verdana;  z-index:100; background-color: white; visibility: hidden;}
.dropmenudiv_b a{ font-weight: 100; color: #003366; margin-right: 15px;display: inline;  /*THEME CHANGE HERE*/ border-bottom-width: 1px; padding: 2px 2px; text-decoration: none;}
* html .dropmenudiv_b a{ /*IE only hack*/ width: 100%;}
.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/ text-decoration: underline; }

.padding-left-10 {padding-left: 10px; font-size: 10px;}

