﻿body 
{
    
    background-color:#136f91;
    padding-right: 0px; 
    padding-left: 0px; 
    padding-bottom: 0px; 
    margin: 0px; 
    padding-top: 0px; 
    text-align : center;

}
.body_design
{
    background-color:White;
    width:800px;
}
.menu_bg
{
  background-color:#9a9b18;
  width:300px;
}
.menu_text
{
    color:white; 
    text-align:left;
    text-decoration:none;
    font-family:  tahoma;
    font-size:14px;
    text-transform:uppercase;
    font-weight:bold;
    line-height:30px;
    padding-left:20px;
 
}

a:hover.menu_text
{
    color:#ffeb03;
}


.welcome_design
{
     background-color:#f5f1ed;

}

.left_side
{
  background-image:url(images/left_bg.jpg);
  background-repeat:repeat-x;
    background-position:top;  
    padding-bottom:20px;
    vertical-align:bottom;
}
.welcome_title
{
   color:#8d381d;
    font-family:tahoma;
    font-size:16px;
    text-align:left;
    font-weight:bold;
 line-height:30px;     
}



.text_design
{
    padding : 10px 30px 10px 30px;
   color:#7e7e7e;
    text-align:left;
    font-family: tahoma;
    font-size:11px;
         
}

.footer_bg
{
 background-color: white;
 height:60px;

}
a.footer
{
    padding : 10px 5px 10px 5px;
    color:#9a9b18; 
    text-align:center;
    text-decoration:none;
    font-family:tahoma;
    font-size:10px;
    text-transform:uppercase;
    text-decoration: none;
}
a:hover.footer  { 
color: gray;
}

.text_footer
{
    padding : 0px 5px 10px 5px;
    color:gray; 
    text-align:center;
    font-family:tahoma;
    font-size:12px;
    text-transform:uppercase;
    text-decoration: none;
 
}
img.floatRight { 
    float: right; 
    margin-left: 10px; 
    margin-bottom: 0px; 
    margin-top: 5px; 
    vertical-align:bottom;

}
img.floatLeft { 
    float: left; 
    margin: 10px; 
}

.body_style
{

    background-color:white;
    width:890px;
    border-bottom:dotted 1px #dddddd;
    padding:20px;
    text-align:left;
}
.title_body
{
      color:gray;
    font-family:tahoma;
    font-size:19px;
    line-height:40px;
    text-align:left;
    padding-right:20px;
    padding-left:20px;
      
}

