﻿body
{
    background-image: url("../images/new bern/bgnd.jpg");
    background-repeat: repeat-x;
    background-position: 50% top;
    background-color: #ffffff;
    margin: 0px;
}

.submenu
{
    margin: 0 auto; 
    text-align:left; 
    width: 998px; 
    height: 26px;
    background-image: url("../images/new bern/cp_submenu.jpg");
    background-repeat: no-repeat;
    background-position: top;
}

.submenutext
{
    position:relative; 
    height:50px; 
    margin-bottom:-50px; 
    background-color:Transparent; 
    color: #000080;
    font-family: arial;
    font-size: 9pt;
    font-weight: bold;
    vertical-align: middle;
}

.content
{
    /*Center everything on the page*/
    margin: 0 auto;
    width: 1011px; /*I changed this from 996 to fix printing issue that was not printing the menu items on each end.*/
    height: 100%;
    background-image: url("../images/new bern/cp_content_bg.jpg");
    background-repeat: repeat-y;
    background-position: top;
    background-color: #ffffff;
}

.innercontent
{
    /*Center everything on the page*/
    margin: 0 auto;
    width: 1011px;
    height: 100%;
    text-align: center;
}

h1
{
    margin: 0 0 0 0;
    font-family: Arial;
    font-size: 18pt;
    font-weight: lighter;
    color: #ffffff;
    text-align: left;
}

h2
{
    font-family: Arial;
    font-size: 18pt;
    font-weight: lighter;
    color: White;
    text-align: left;
    margin: 0 0 10px 0;
}

h3
{
    font-family: Times New Roman;
    font-size: 20pt;
    font-weight: bold;
    color: #000080;
    margin-bottom: 20px;
    margin-top: 20px;
}

h6
{
    font-family: Times New Roman;
    font-size: 10pt;
    color: #6798ff;
    text-align: left;
    font-weight: normal;
    color: White;
}



.spotlight
{
    /*Center everything on the page*/
    margin: 0 auto;
    padding: 0 10px 0 10px;
    width: 283px;
    height: 100%;
    background-image: url("../images/new bern/spotlight_bgnd.png");
    background-repeat: repeat-y;
    background-position: top;
    background-color: #000080;
}

table.menu
{
    width:91%;  
    margin:20px auto;
}

table.menu tr.header td
{
    background-color:#BE0F05;
    font-family: Times New Roman;
    font-size: 12pt;
    font-weight: bold;
    color: White;
    margin-bottom: 2px;
    margin-top: 2px;
}

table.menu tr.detail td
{
    background-color: White; 
    padding: 3px 3px 3px 3px; 
    text-align:left;
    color: #000080;
}

table.menu td
{   
    border-style: none;
}