body
{
    font-size: 10pt;
    color: #000080;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5em;
    background: #94B0C6 url(images/page_bg2.jpg) repeat-x top left;
    width: 100%;
}
.btnSending
{
    visibility:hidden;
    position:relative;
    top:0;
    left:-65px;
}
a:link, a:visited
{
    color: #ffffff;
    text-decoration: none;
}
a:active, a:hover
{
    color: #ffffff;
    text-decoration: none;
}

h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #003F87;
    font-size: 18px;
}
h2
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #003F87;
    font-size: 14px;
    border-bottom: solid 1px #003F87;
    border-top: solid 1px #003F87;
}
#wrapper
{
    margin: auto;
    margin-top: 10px;
    width: 800px;
}
#page
{
    width: 782px;
    min-height: 800px;
    background: #fafafa;
    border: 9px solid #ffffff;
    float: left;
}
#left_column
{
    float: left;
    width: 225px;
    min-height: 800px;
    background: #26466D;
}
#left_pic
{
    width: 219px;
    height: 294px;
    border:3px solid #2B4F81 ;
    background: #2B4F81 url(images/left-photo1.jpg) no-repeat;
}
.glossymenu
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 225px;
}
.glossymenu li a
{
    background: #26466D url(images/button.jpg);
    font: bold 12px "Trebuchet MS" , Verdana, Helvetica;
    color: #ffffff;
    display: block;
    width: auto;
    padding: 5px;
    padding-left: 50px;
    text-decoration: none;
}
* html .glossymenu li a
{
    /*IE only. Actual menu width minus left padding of A element (10px) */
    width: 170px;
}
.glossymenu li a:visited, .glossymenu li a:active
{
    color: #ffffff;
}
.glossymenu li a:hover
{
    background-image: url(images/button-hover.jpg);
    color: #ffffff;
}
#about
{
    width: 205px;
    background: #26466D;
    padding: 20px 10px 10px 10px;
    color: #FFFFFF;
    text-align: justify;
}
#contact
{
    width: 205px;
    background: #26466D;
    padding: 0px 5px 0px 10px;
    color: #FFFFFF;
}
#right_column
{
    float: right;
    width: 557px;
    height: auto;
}
#header
{
    width: 557px;
    height: 86px;
    background: #94B0C6;
}

.right_para
{
    float: none;
    padding-left: 25px;
    padding-right: 25px;
    text-align: justify;
}

.right_para a:link, a:visited
{
    color: #0066CC;
}

.right_para a:active, a:hover
{
    color: #FF0000;
}

.text_area
{
    margin: 0px;
}

.pic
{
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}
.picright
{
    float: right;
    margin-left: 10px;
    margin-bottom: 5px;
}
#copyright
{
    clear: both;
    margin-bottom: 5px;
    height: 25px;
    padding-top: 5px;
    background: #94B0C6;
    border: solid 5px #FFFFFF;
    text-align: center;
    color: #FFFFFF;
}

#copyright a
{
    color: #444444;
}
#header a, #header img
{
    border: 0px;
}
#about a
{
    color: #fff;
    font-weight: bold;
}
#about a:hover
{
    color: #aaa;
}

.testimonial
{
    border:1px dashed #009900;
    padding:10px;
    margin-top:25px;
}
.testimonial img
{
    margin-right:8px;
}
.testimonial .top
{
    margin-bottom:10px;
}