﻿body {
    margin:0;
    background-color:#FFFFFF;
    border:0;
    padding:0;
}

.header {
    font-family:arial;
    font-size:12px;
    color:black;
}
img {
    margin:0;

}

.right {
    background-color:#e9e9e9;
    font-family:arial;
    color:#000;
    font-size:13px;
}

.left {
    background-color:#e9e9e9;
    font-family:arial;
    color:#000;
    font-size:13px;
}

.banner {
}

a {
    color:black;
}

a:link {
    text-decoration:none;
}

.nav {
    padding-left:15px;
}

.nav2 {
    border-bottom:1px solid white;
    padding-bottom:5px;
    font-family:arial;
    color:#000;
    font-size:13px;
}

.nav2 a:link , .nav2 a:visited {
    font-family:arial;
    color:#000;
    font-size:13px;
    <!--background:url(img/buttonUp.gif) left center no-repeat;
    -->
    text-decoration:none;
    font-weight:bold;
}

.nav2 a:hover {
    font-family:arial;
    color:#000;
    font-size:13px;
    <!--background:url(img/buttonOver.gif) left center no-repeat;
    -->
    text-decoration:none;
    font-weight:bold;
}

h1 {
    font-size:27px;
    color:#fff;
    font-family:arial;
}

.navheadings {
    font-size:16px;
    font-weight:bold;
    color:#000;
}

.contentBG {
    /*		background-image:url('images/mainbg.jpg');
            background-repeat:no-repeat;
            background-position: bottom right; */
    padding-bottom:300px;
    padding-top:20px;
}
.content {
    font-family:arial;
    font-size:12px;
    color:black;
    padding-left:5px;
}

.content h1{
    font-family:arial;
    color:black;
}


/* Tables */

table {
    cellpadding:0;
    cellspacing:0;
    border:0px solid #fff;
    margin:0;
}

th {
    background-color:#18355e;
    font-weight:bold;
    color:#FFFFFF;
    vertical-align:top;
    padding:3px;
}
.content td {
    padding:3px;
}

.even {
    background-color:#4f6b93;
}
.odd {
    background-color:#8298c2;
}

/* footer */

.footer {
    font-size:11px;
    font-family:arial;
    text-align:center;

    width:100%;

}


.button {
    display:block;
    float:left;
    list-style:none;
    height:20px;
    width:80px;
    text-transform:uppercase;
}

.breaking_news {
    overflow: scroll;
    position: absolute;
    z-index: 99;
    left: 50%;
    margin-left: -305px;
    top: 50px;
    height: 500px;
    width:700px;
    overflow-x:hidden;
    background:transparent url(img/bodyBG.jpg);
    padding:15px;
    border-style:inset;
    border-bottom-color:#0000FF;
    border-bottom-style:groove;
    border-bottom-width:10px;
    border-left-color-ltr-source:physical;
    border-left-color-rtl-source:physical;
    border-left-color-value:#0000FF;
    border-left-style-ltr-source:physical;
    border-left-style-rtl-source:physical;
    border-left-style-value:groove;
    border-left-width-ltr-source:physical;
    border-left-width-rtl-source:physical;
    border-left-width-value:10px;
    border-right-color-ltr-source:physical;
    border-right-color-rtl-source:physical;
    border-right-color-value:#0000FF;
    border-right-style-ltr-source:physical;
    border-right-style-rtl-source:physical;
    border-right-style-value:groove;
    border-right-width-ltr-source:physical;
    border-right-width-rtl-source:physical;
    border-right-width-value:10px;
    border-top-color:#0000FF;
    border-top-style:groove;
    border-top-width:10px;
    padding-bottom:8px;
    padding-left:8px;
    padding-right:8px;
    padding-top:8px;

}

.style1 {
    font-size:10px;
    color:#234678;
}

.style2 {
    color:#fff;
}