﻿body 
{
    text-align:center;
    background:#7f2626;
}
h1
{
    font-weight:bold;
    color:#7f2626;;
    font-size:18px;
    font-family:Tahoma;
}
a
{
    color:#7f2626;
    text-decoration:none;
    font-weight:bold;
}
a:hover
{
    text-decoration:underline;
}
#Button1
{
    float:right; 
    margin-top:10px; 
    background:#7f2626; 
    color:White; 
    font-weight:bold;
    *margin-left:120px;
}
.msgBox
{
    width:303px;
    *width:312px;
}
.clear
{
    clear:both;
}
#container
{
    width:750px;
    height:auto;
    margin:0 auto;
    text-align:left;
    background:white;
    padding:10px;
}
#leftCol{
    width:314px;
    height:763px;
    float:left;
    margin-right:15px;
}

#rightCol
{
    height:auto;
    width: 420px;
    float:left;   
}
#rightCol .copy
{
    padding-top:10px;
}
#rightCol .copy p
{
    font-family:tahoma;
    font-size:12px;
    line-height:19px;
    *line-height:16px;
}
#rightCol .formBox
{
    width:336px;
    height:auto;
    background:#ebe9da;
    border:1px solid #b7b9ac;
    margin:0 auto;
    padding-bottom:5px;
}
#rightCol .formBox p
{
    text-align:center;
    color:#7f2626;
    font-weight:bold;
    font-size:11px;
    font-family:Tahoma;
    padding-top:3px;
}
#rightCol .formBox table
{
    margin:0 auto;
    color:#7f2626;
    font-family:Tahoma;
    font-size:12px;
}
#rightCol .formBox td
{
    width:130px;
    padding-bottom:5px;
    *padding-bottom:3px;
}
#rightCol .formBox input
{
    border:1px solid #b7b9ac;
}
#ContactSummary
{
    border:1px solid red;
    background:#ffecec;
    padding:10px;
    width:80%;
    margin:0 auto;
    font-family:arial;
    font-size:11px;
    margin-bottom:10px;

}
#footer
{
    text-align:center;
    color:White;
    font-size:10px;
    font-family:Arial;
    padding-bottom:10px;
}