/* Nwide CSS file */

body {
     font-family: times new roman, tahoma;
     font-size: 12px;
     color:#000000;
}

.container {
    width:700px;
    margin:0 auto;
    padding:0px;
    font-family: times new roman, tahoma;
    font-size: 12px;
}

#header {
    background: white url('images/banner_bg.gif');
    height:105px;
}

.navigation {
    width:115px;
    border:1px solid;
    border-color:#000000;
   padding-bottom:50px;
    background: url('images/nav_bg.gif');
    margin-bottom:5px;
}

.navigation a {
  color:#ffffff;
  text-decoration:none;
  display:block;
  padding-left:5px;
}

.cat_link a {
  font-size:14px;
    color:#f68456;
    text-decoration:none;
}

.cat_link a:visited {
  font-size:14px;
    color:#f68456;
    text-decoration:none;
}
.cat_link {
    font-family:verdana, tahoma;
    font-size:14px;
    color:#f68456;
    background: #14213d url('images/nav_bg.gif');
    width:115px;
    display:block;
    height:18px;
    border-top:1px solid;
    border-color:#0c1425;
    border-bottom:1px solid #727a8b;
    }
    

.sub_link {
    font-family:verdana, tahoma;
    font-size:11px;
    color:#ffffff;
    background: #14213d url('images/nav_bg.gif');
    width:115px;
    display:block;
    height:14px;
    border-top:1px solid;
    border-color:#0c1425;
    border-bottom:1px solid #727a8b;
}

.link {
    font-family:verdana, tahoma;
    font-size:14px;
    color:#ffffff;
    background: #14213d url('images/nav_bg.gif');
    width:115px;
    display:block;
    height:18px;
    border-top:1px solid;
    border-color:#0c1425;
    border-bottom:1px solid #727a8b;
}
        .cat_link a:hover {
          color:#ffffff;
            background: #435471; text-decoration:none;
            width:100%;
            padding-left:5px;
        }

        .sub_link a:hover {
           color:#ffffff;
            background: #435471; text-decoration:none;
            width:100%;
            padding-left:5px;
        }

        .link a:hover {
           color:#ffffff;
            background: #435471; text-decoration:none;
            width:100%;
            padding-left:5px;
        }

.link_divider {
    width:115px;
    margin-top:2px;
    margin-bottom:2px;
    height:2px;
    border-top:1px solid #727a8b;
    border-bottom:1px solid #727a8b;
}

.content_container {
  width:700px;
}

.content {
  font-family:times new roman, tahoma;
  font-size:12px;
  color:#000000;
  padding:5px;
  width:650px;
  text-align:left;
}

/* For content area */

.label_divider {
  width:100%;
  height:2px;
  border-top:3px #d9dbe0 solid;
}

.bnews {
  background: white url('images/bnews_bg.gif');
  padding-bottom:5px;
  color:#313d55;
  font-size:17px;
  font-weight:600;
}

.sub1 {
  padding-top:10px;
  text-align:center;
  padding:5px;
  background: #edeef0;
  width:90%;
  padding-bottom:20px;
  font-family:arial, sans-serif;
  
}

.sub2 {
  text-align:left;
  background: #ebebeb;
  width:100%;
  border-color:#6b6b6b;
  border:1px solid;
    border-color:#6b6b6b;
  padding:5px;
  padding-bottom:20px;
  font-family: arial, sans-serif;
}

.sub3 {
  border:0px;
  text-align:left;
  width:100%;
  padding:5px;
  padding-bottom:20px;
  padding-left:10px;
  font-family: arial, sans-serif;
}

.area_header {
  width:100%;
  text-align:center;
  text-decoration:underline;
  font-family:times new roman, tahoma;
  font-size:18px;
  margin-bottom:5px;
}

img {
}

.fimage {
  border-color:#14213d;
  border:2px solid;
}

.pagetitle {
  position:relative;
  top:3px;
  left:10px;
  margin-bottom:5px;
}
