﻿body 
{
 margin: 0px;
 font-family:Verdana,sans-serif;
 background-image:url('app_images/website/bkgrd_body.jpg');
 background-repeat:repeat-x;
 background-color:White;
 }
 
 /*---------- Menu --------------*/
 #menuContainer
 {
     color:White;
     height:25px;
     width:800px;
     margin-left:auto;
     margin-right:auto;
     text-align:center;
 }
 
#menuDiv a
 {
     background-color:#000000;
     color:White;
     font-size:10pt;
     text-decoration:none;
     padding-left:10px;
     padding-right:10px;
     font-weight:bold;
     }
   
 #menuDiv a:hover
 {
     text-decoration:underline;
 }  
 
 /*---------- End Menu --------------*/
 
#fill
{
     width:100%;
     position:absolute;
     top:0px;left:0px;
     background-image:url('app_images/website/bkgrd_top_ribbon.png');
     height:35px;
     z-index:-1;    
}
 
#divCont
{
    width:900px;
    height:auto;
    margin-left:auto;
    margin-right:auto;
}

#divCont2
{
height:auto;
width:806px;
margin-left:auto;
margin-right:auto;
}

#divCont3
{
height:39px;
width:800px;
margin-left:auto;
margin-right:auto;
background-image:url('app_images/website/bkgrd_top_message.gif');
background-repeat:no-repeat;
background-position:left center;
font-size:9pt;
color:#a0a0a0;
}

#divCont4
{
height:65px;
width:810px;
margin-left:-2px;
margin-right:auto;
background-image:url('app_images/website/bkgrd_maroon.png');
background-repeat:no-repeat;
background-position:left bottom;
z-index:-20;
}

#divCont5
/*Increase/decrease black menu background: initial height 50px*/
{
height:40px;
width:800px;
margin-left:auto;
margin-right:auto;
background-color:#7b0000;
}

#divCont6
{
height:56px;
width:800px;
position:relative;
top:-13px;
left:0px;
background-image:url('app_images/website/kcha.png');
background-repeat:no-repeat;
background-position:center top;
}

#pageLoc
{
 height:56px;
 width:900px;
 margin-left:auto;
 margin-right:auto;
 background-image:url('app_images/website/ctr_pc.png');
 background-repeat:no-repeat;
 background-position:left;
 text-align:center;
 padding-top:15px;
 font-size:18pt;
 font-weight:bold;
 font-style:oblique;
}

#pageContent
{
    width:900px;
    height:auto;
    background-image:url('app_images/website/bkgrd_content.png');
    background-position:center;
    margin-left:auto;
    margin-right:auto;
}

#pageFoot
{
background-image:url('app_images/website/bkgrd_contFooter.jpg');
height:30px;
width:798px;
margin-left:auto;
margin-right:auto;
}

#pageFoot2
{
background-color:#2e4674;
height:100%;
width:100%;
position:fixed;
top:95%;
border-bottom:1px red solid;
border-top:1px red solid;
left:0px;
z-index:-1;
text-align:left;
}

.red 
{
    color:#993333;
    }

.f12 
{
    font-size:12pt;
    }
.f10 
{
    font-size:10pt;
    }



