body
{
font-family: arial;
margin: 0;
padding: 0;
width: 100%;
background: #FFF;
color: #000;
background:url('oceanbg.jpg');
background-repeat:repeat-x;
background-attachment:fixed;
}

a
{
color: #000000;
text-decoration: none;

}
.black {

	color: #000;
}
a:hover
{
text-decoration: none;
  color: #000;
}

.alink
{
color: #136;
font-size:12px;
}



.navs, .navs ul {
    margin:0;
    padding:0;
    list-style:none;
}
.navs li {
    position:relative;/* set containing block for AP sub ul */
    float:left;

    text-align:center;
}
.navs li:hover {
background: #69F;
border-radius: 5px;
}

.navs li a:hover
{
color: #FFF;
}

.navs ul li{
text-align: left;
background: #FFF;
font-size: 14px;
font-weight: normal;
}
.navs a {
    float:left;

    padding:5px;
    font-weight:bold;
    text-decoration:none;
    color:#036;
}

/* ------ Sub UL Drop Down ------ */
.navs ul {
    position:absolute;
    width:170px;
    left:0;
    top:100%;
    margin-left:-999em;/* hide the sub ul */
}
.navs li:hover ul {
    margin-left:0;/* reveal the sub ul on li:hover */
}

.title
{
color: #036; 
font-weight: normal;
}

.fileLink
{
color: #06F;
font-size: 14px;
}

.mainBody
{
background: url('view/templates/images/oceanbg.jpg'); 
background-repeat: no-repeat;
}

.readmore
{
font-size: 12px;
color: #A00;
}

.contentText
{
font-size: 10px;
}

.backLink
{
font-size: 12px;
color: #A00;
text-decoration: underline;
}

.error
{
text-align: center;
font-size: 16px;
color: #A00;
}

.navslink
{

font-size: 12px;

color: #000;
font-weight: bold;
}

.main_link
{
border: 1px solid #000;
padding: 5px 10px;
font-size: 10px;
color: #666;
font-weight: bold;
}

.page_display
{
font-size: 10px;
color: #222;
font-weight: bold;

}

.opac
{
filter: alpha(opacity=100);
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
}

.bgopac
{


}
