﻿body{
margin:0;
padding:0;
line-height: 1.5em;
background:white;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer
{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}


#topsection{
 background: white;/*top Area where Co title appears*/
 height: 110px; /*Height of top section*/
}

#topplaceholder{/*Holds the area for mnu*/  
height: 27px;  
margin-top: 20px;
background: #CCCCCC;
text-align:center;
}

#topsection1{ 
height: 29px; /*Height of top section*/
background-color:#C0C0C0;
text-align:center;
}

#topsection2{  
height: 29px;  /*MNU area Overlaps top images*/
background: #CCCCCC;
margin-top:-2px;
font:Bookman Old Style;
}

#topsection3{
height: 120px;/*Placeholder for middle images*/
width: 840px;
margin-left:-3px;
margin-top:-3px;
}
#topsection4{
height: 155px;/*Placeholder for middle images*/
width: 840px;
text-align:center;
background-color:#CCCCCC;
}

#topsection6
{
    /*Placeholder for bottom */
    height: 29px;
    margin-top:-2px;
    width:840px;
    background-color:Black;
    text-align:center;
   }
   
   #topsection7
{
    /*Placeholder for bottom */
    height: 85px;
    margin-top:-2px;
    width:840px;
    background-color:Black;
    text-align:center;
   }
#spacer
{
    /*between top section and bottom */
    height: 18px;
}


#contentwrapper{
float: left;
width: 100%;
background-color:#CCCCCC;
}



#leftcolumn{
background-color:#CCCCCC;
width:160px;
height:auto;
float: left;
text-align:center;
}
#contentcolumn{
background-color:#CCCCCC;
padding:0px 0px 0px 15px;
width:505px;
height:auto;
float: left;}

#contentcolumnhome{
background-color:#CCCCCC;
padding:0px 0px 0px 15px;
width:645px;
height:auto;
float: left;
}

#rightcolumn{
background-color:#CCCCCC;
width:160px;
height:auto;
float: left;
text-align:center;
}

#bottomsection{
height: 150px;/*Placeholder for middle images*/
width: 840px;
background-color:#CCCCCC;
text-align:center;
}

#footer{
clear: left;
width: 840px;
background: White;
color: white;
text-align: center;
padding: 4px 0;
}

#footer a{
color: navy;
}

.innertube
{
margin-top: 0px; /*Margins for inner DIV inside each column (to provide padding)*/

}

#bottom
{
    height: 20px;
    font: Bookman Old Style;
    font-size:19px;
    font-weight:bold;
    color: #cccccc;
}
#bottom2
{
    height: 150px;
    font: Bookman Old Style;
    font-size:12px;
    color: #cccccc;
}

#bottom3
{
    height: 50px;
    font: Bookman Old Style;
    font-size:10px;
    color: #cccccc;
}


/*Makes rounded edges no borders for Top*/
.c1f, .c2f, .c3f, .c4f{font-size:1px; overflow:hidden; display:block;}
.c1f {height:1px; background:#C0C0C0; margin:0 5px;}
.c2f {height:1px; background:#C0C0C0; margin:0 3px;}
.c3f {height:1px; background:#C0C0C0; margin:0 2px;}
.c4f {height:2px; background:#C0C0C0; margin:0 1px;}
.contentf {background: #CCCCCC;}
.contentf div {margin-left: 5px;} 
/*Makes rounded edges no borders for Top*/



/*Makes rounded edges no borders for Body*/
.b1f, .b2f, .b3f, .b4f{font-size:1px; overflow:hidden; display:block;}
.b1f {height:1px; background:#CCCCCC; margin:0 5px;}
.b2f {height:1px; background:#CCCCCC; margin:0 3px;}
.b3f {height:1px; background:#CCCCCC; margin:0 2px;}
.b4f {height:2px; background:#CCCCCC; margin:0 1px;}
.contentf {background: #CCCCCC;}
.contentf div {margin-left: 5px;} 
/*Makes rounded edges no borders for Body*/



/*makes fonts*/
h1 {font:Bookman Old Style;
    color: black;
    font-size:19px;
    
   }
h2 {font-family:@Arial Unicode MS;
    color: #000066;
    font-size:14px;
        }
h3 {font:Bookman Old Style;
    color: black;
    font-size:19px;
    text-align:center;
   }
    
b1
{   font-weight: bold;
    font-size: 19px;
    color: #cccccc;
    font-family: Bookman old style;
}
b2 {font-weight: bold;
    font-size: 14px;
    color: #cccccc;
    font-family: Bookman old style;
    }







