﻿body 
{
    padding:0px;
    margin:0px;
    background-color:#cccc99;
    font-family:Verdana;
    font-size:11px;
}
#mainDiv
{
    width:920px;
    padding:0px;
    margin:auto;
    background-color:White;
}
#mainMenuDiv
{
    width:230px;
    float:left;
   /* height:690px;*/
    background-color:#99cc33;
}
#mainMenuDiv #logo
{
    background-image:url('images/header.gif');    
    background-repeat:no-repeat;
    width:230px;
    height:125px;
}
#mainMenuDiv #menuTopDiv
{
    width:230px;
    border-bottom:solid 3px #003300;
}
#mainMenuDiv #menuTopDiv dl
{
    margin-top:20px;
}
#mainMenuDiv #menuTopDiv dd
{
    font-family:Times New Roman;
    color:#006600;
    font-size:15px;
    letter-spacing:2px;
    margin:0px;
    text-transform:capitalize;
    padding-bottom:8px;    
}
#mainMenuDiv #menuTopDiv dd A
{
    text-decoration:none;
}
#mainMenuDiv #menuTopDiv dd A img
{
    border:0px;
}
#mainMenuDiv #menuMiddleDiv
{
    background-color:#006600;
    height:120px;
    width:230px;
    text-align:left;
    border-bottom:solid 3px #669966;
}
#mainMenuDiv #menuMiddleDiv dl
{
    margin:0px;
    padding:0px;
    padding-top:8px;
}
#mainMenuDiv #menuMiddleDiv dl dd
{
    margin:0px;
    padding:0px;
    padding-left:23px;
    color:#99cc33;
    margin-bottom:8px;
    letter-spacing:1px;
    font-size:12px;    
}
#mainMenuDiv #menuMiddleDiv dl dd a
{
    list-style-type:circle;
    color:#99cc33;
    text-decoration:none;
    font-family:Verdana;
    font-size:11px;    
}
#mainMenuDiv #menuLastExp
{
     border-top:solid 3px #003300;
     border-bottom:solid 3px #669966;
     padding:5px;
     padding-left:23px;
     padding-top:8px;
     padding-bottom:10px;
     background-color:#006600;
     color:#99cc33;
     text-align:left;
     height:130px;
}
#mainMenuDiv #tel
{
    margin-top:16px;
    text-align:left;
    padding-left:23px;
    color:#006600;
    line-height:14px;
}
#contentDiv
{
    width:690px;
    float:right;
    height:100%;
    background-color:White;
}

.leftsideimg
{
    background-image:url('images/left_border.gif');
    background-repeat:repeat-y;
    width:25px;
}
.rightsideimg
{
    background-image:url('images/right_border.gif');
    background-repeat:repeat-y;
    width:25px;
}
.bottomimg
{
    background-image:url('images/bottom_border.gif');
    background-repeat:repeat-x;
    height:25px;
}
.bottomleftimg
{
    background-image:url('images/bottom_left_corner.gif');
    background-repeat:no-repeat;
    height:25px;
    width:25px;
}
.bottomrightimg
{
    background-image:url('images/bottom_right_corner.gif');
    background-repeat:no-repeat;
    height:25px;
    width:25px;
}
#footer
{
    padding-top:0px;
    padding-bottom:8px;
    text-align:center;
    color:#000;
}
#footer a
{
    color:#000;
    text-decoration:none;
}
#footer a:hover
{
    color:#000;
    text-decoration:underline;
}
336600
333300