﻿
div#rightSide
{
    float: right;
    width:160px;
    background: #F8F8F8;
}
div.mainbody
{
    float: left;
    width:750;
    background: #F8F8F8;
    margin-right:2px;
    margin-bottom:0px;
}

div.leftbody
{
    float:left;
}

div.rightbody
{
    float:right;
}

body 
{
    background:Navy;
    font-family:Arial;
    font-size:small;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
h1
{
    color:Blue;
    font-size:12pt;
    font-weight:bold;
    text-align:center;
}

h1.box
{
    margin-bottom:0; 
    margin-top:0; 
    font-size:18pt; 
    color:White; 
    font-family: Forte; 
    }  
    
h2
{
    color:Blue;
    font-size:10pt;
    font-weight:bold;
    text-align:center;
}
h3
{
    color:Blue;
    font-size:10pt;
    font-weight:bold;
    text-align:center;
    margin-bottom:0; 
}
.hdgandfoot
{
    width: 910px;
    background-color: Black;
}

div#content
{
    width: 910px;
    background-color: #F8F8F8;
    padding-top: 5px;
}

.greenBox
{
    background-color:#99FF33;
}
.blueBox
{
    background:#0077C6;
}
.redBox
{
    background:red;
}

.separator
{
    margin-top:0px;
    margin-bottom:0px;
}
.boxTitle
{
    text-align:center;
    font-family:Arial Rounded MT Bold;
    font-size:16pt; 
    font-weight:normal;
    color:White;
}
div#city
{
    width:330px;
    }
div#splashcast
{
    width:330px;
    margin-top:3px;
    }
div#products
{
    vertical-align:middle;
    width:410px;
    margin-top:15px;
    margin-left:5px;
    }

div#feature
{
    float:right;
    width:410px;
    text-align:center;
}
div#feature p{margin:0;padding: 5px}
div#contractor
{
    width:150px;
    margin:0 0 0 0;
    text-align:center;
}
div#contractor 
    p
    {
        margin:0;padding: 5px
    }
div#article
{
    margin-top:3px;
    margin-bottom:0px;
}
div#articletext
{
    padding-left:5px;
    padding-right:5px;
    text-align:left;
    background-color:#fafad2;
    margin-bottom:0px;
}
div#links
{
    text-align:left;
    margin-left:5px;
    margin-right:5px;
}
div#links
    p
    {
        margin-top:0;
    }
    
div#cleft
{
    float:left;
    vertical-align: top;
    width:375px;
}

div#cright
{
    float:right;
    vertical-align: top;
    width:375px;
}

div#ccenter
{
    text-align: center;
}

.note
{
    font-size:x-small;
    margin-bottom:5px;
    margin-top:0;
}
.menuline
{
   text-align: center;
   color: White;
   font-weight: bold;
   text-decoration: none;
   padding-right: 25px;
}

.whitelink
{
    color: White;
    font-weight: bold;
    text-decoration: none;
}

table.max
{
    width:100%;  
}
table.border
{
   border-style:solid;
   border-width:thin;
   border-color:Black;
}
td.left
{
    text-align:left;
}
td.right
{
    text-align:right;
}
td.center
{
    text-align:center;
}
td.bRight
{
   border-right-color:Black;
   border-right-style:dotted;
   border-right-width:thin;
}
td.hdg
{
    vertical-align: top;
    font-weight:bold;
    font-size:medium;
    color:black;
}
p.instruct
{
    text-transform:capitalize;
    color:Green;
    font-weight:600;
} 

p.box
{
    font-size: medium;
    font-weight:bold;
    color:Yellow;
}

.accordionHeader
{
     background-color:White;
     font-size:small;
     font-weight:400;
     color:blue;
     text-decoration:underline;
     text-align:left;
     margin-left:1px;
     font-family:Arial;
     cursor:pointer;
}

.accordionContent 
{
    background-color:transparent;
    font-size:small;
    margin-left:5px;
    font-family:Arial;

}
.accordionLink
{
    text-decoration:underline;
    color:blue;
}  

