 body {
     margin: 0 auto;
     padding: 0px;
     width: 1200px;
     line-height:30px;
     height:auto;
     box-shadow:1px 1px 5px #888;
     background-color:#DDD;
     color: #333333;
}
 #Container{
     background-color:#FFF 
}

 h6{
     color:#000;
     line-height:30px;
     font-size:21px;
     font-family:Verdana, Geneva, sans-serif;
     font-weight: 600 !important;
}
 h5{
     color:#000;
     line-height:30px;
     font-size:19px;
     font-family:Verdana, Geneva, sans-serif;
     font-weight: 600 !important;
}
 h4{
     color:#000;
     line-height:30px;
     font-size:16px;
     font-family:Verdana, Geneva, sans-serif;
     font-weight: 600 !important;
}
 h3{
     color:#c8102e;
     line-height:23px;
     font-size:19px;
     font-family:Verdana, Geneva, sans-serif;
     font-weight: 600 !important;
}
 h2{
     color:#c8102e;
     line-height:22px;
     font-size:17px;
     font-family:Verdana, Geneva, sans-serif;
     font-weight: 600 !important;
}
 h1{
     color:#c8102e;
     line-height:21px;
     font-size:15px;
     font-family:Verdana, Geneva, sans-serif;
     font-weight: 600 !important;
}
 p{
     /*font-family:Verdana, Geneva, sans-serif;*/
     font-size:15px;
     font-style:normal;
}
 .box_shadow{
     box-shadow:1px 1px 5px #888;
}
 .footer{
     background-color:#c8102e;
     height:120px;
     width:100%;
     color:#fff;
     text-align:center;
     box-shadow:1px 1px 5px #888;
     margin-top:20px;
     text-decoration: none;
     font-family:Verdana, Geneva, sans-serif;
}
 .footer a{
     color:inherit;
     text-decoration:none;
     font-family:Verdana, Geneva, sans-serif;
}
 .footer a:hover {
     color:#888;
     text-decoration:underline;
     cursor:pointer;
}
 .content{
     margin-left:305px;
     margin-top:-640px;
     max-width:880px;
     min-height:602px;
     font-family:Verdana, Geneva, sans-serif;
     font-size:13px;
     text-align:left;
}
.maincontent {
    padding:25px !important;
}
em { 
    font-size: 15px;
    font-weight: 500;
    color: #333333;
}
 .gsc-input-box{
     width:300px;
     float:right;
     font-family:Verdana, Geneva, sans-serif;
}
 input.gsc-input {
     border-color: #c8102e;
     width:10px;
     font-family:Verdana, Geneva, sans-serif;
}
 input.gsc-search-button {
     border-color: #c8102e;
     background-color: #888;
     width:10px;
     font-family:Verdana, Geneva, sans-serif;
}
 #menu-v li, #menu-v a {
    zoom:1;
}
/* Hacks for IE6, IE7 */
 #menu-v, #menu-v {
     width: 275px;
    /* Main Menu Item widths */
     background: #fff;
     border: 1px solid #ccc;
     border-top:none;
     position: relative;
     font-size:0;
     list-style: none;
     margin: 0;
     padding: 0;
     display:block;
     z-index:9;
     text-align:center;
     margin-top:10px;
}
/* Top level menu links style ---------------------------------------*/
 #menu-v li {
     background: #fff;
     list-style: none;
     margin: 0;
     padding: 0;
}
 #menu-v li a {
     background: #fff;
     font: normal 14px verdana;
     font-size:14px;
     font-style:normal;
     border-top: 1px solid #c8102e;
     display: block;
    /*overflow: auto;
     force hasLayout in IE7 */
     color: black;
     text-decoration: none;
     line-height:30px;
     padding:20px;
     font-weight:600;
}
 #menu-v li a:hover {
     color:#c8102e;
     line-height:30px;
     background:#e7e7e7;
}
 #menu-v ul li a:hover {
     line-height:30px;
     background:#e7e7e7;
}
 #menu-v ul a:hover {
     line-height:30px;
     color:#c8102e;
     background:#e7e7e7;
}
 #menu-v li a.arrow:hover {
     background:#e7e7e7;
     background-repeat: no-repeat;
     background-position: 97% 50%;
     color:#c8102e;
}
/*Sub level menu items ---------------------------------------*/
 #menu-v li ul {
     position: absolute;
     width: 275px;
    /*Sub Menu Items width */
     visibility:hidden;
}
 #menu-v a.arrow {
     background:#fff;
     background-repeat: no-repeat;
     background-position: 97% 50%;
}
 #menu-v li:hover, #menu-v li.onhover {
     background-position:0 -62px;
}
 #menu-v ul li {
     background: #fff;
     background-image:none;
}
 #menu-v ul li:hover, #menu-v ul li.onhover {
     background: #FFF;
     background-image:none;
}
/* Holly Hack for IE \ * html #menu-v li {
     float:left;
     height: 1%;
}
 * html #menu-v li a {
     height: 1%;
}
*/
/* End */
 table, th, td {
    /* border: 1px dotted #888;
    */
     border-collapse: collapse;
     font-family:Verdana, Geneva, sans-serif;
     font-size:13px;
}
 th, td {
     padding: 13px;
     font-family:Verdana, Geneva, sans-serif;
}
/*tr{
     background-color:#e9e9e9;
}
*/
 table tr:nth-child(even) {
     background-color: #e9e9e9;
     font-family:Verdana, Geneva, sans-serif;
}



.nav {
    min-height: 3.125rem;
    margin: 0;
    padding-top: 7px;
    padding-bottom: 6px;
    background: rgba(22, 22, 22, 1.0);
    width: 100%;
    /*position: absolute;*/
    top: 0;
    z-index: 1009;
}
.nav ul {display: inline-flex; list-style: none;padding-left: 0;}
.nav ul li {padding-left: 15px;padding-right: 10px;}
.nav ul li a {color: #fff;}
.nav ul a:visited {color: #fff !important;}
.nav ul a:hover  {color: yellow;text-decoration: none;}
#showsearch {float: right;padding-right: 10px;cursor:pointer;}

#searchbox {display: block;
    color: #222;
    position: absolute;
    top: 50px;
    right: 157px;
    z-index: 3000;
    width: 215px;
    height: 45px;
    margin: 2px;
    background: rgba(22, 22, 22, 0.8);
    padding: 5px;}
    
#searchbox img {background: #cc0033;
    padding: 3px;
    border-radius: 50%;
    vertical-align: middle;
    margin-left: 5px;}
    

 