* { margin: 0; }

body {
    font-family: Verdana, sans-serif;
    font-size: 12px;
    background: #fff url(/images/body_bg.gif) repeat-x;
}
#wrapper { 
    margin: 0 auto;
    width: 950px;
}
strong {
    font-size: 14px;
}
a {
    color: #06593C;
    padding: 2px;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #FFFFFF;
    background: #06593C;
}

label.error {
    color: #D10000;
}

.center {
    text-align: center;
}

tr.center td {
    text-align: center;
}

tr.table1 {
    background: #06593C;
    color: #FFF;
}

tr.table1 a,tr.table1 a:hover {
    color: #FFF;
    background: transparent;
}

tr.table2 {
    background: transparent;
}

#header {
    color: #333;
    width: 950px;
    height: 165px;
    background: #FFF url(/images/header_bg.gif) no-repeat;
    float: left;
    margin: 10px 0px 0px 0px;
}

.process {
    font-family: Times, sans-serif;
    font-size: 24px;
    font-style: italic;
    color: #000;
    width: 355px;
    position: relative;
    top: 60px;
    left: 595px;
    font-weight: bold;
}

#leftcolumn {
    font-family: helvetica, sans-serif;
    font-size: 16px;
    color: #fff;
    background: #fff url(/images/leftcolumn_bg.gif) no-repeat;
    height: 596px;
    width: 202px;
    float: left;
    padding: 15px 0 0 25px;
}

#leftcolumn a {
    color: #fff;
    text-decoration: none;
}
#leftcolumn a:visited {
    color: #f0f0f0;
}
#leftcolumn a:hover {
    text-decoration: underline; 
    background: transparent;
    color: #f0f0f0;
}
#leftcolumn a:active {
    color: #fff;
}

li {
    margin-left: 15px;
}


#rightcolumn { 
    color: #333;
    background: #fff;
    float: right;
    margin: 0px 0px 0px 0px;
    width: 723px;
    font-size: 13px;
    line-height: 16px;
    display: inline;
}

#content_home { 
    color: #333;
    background: #fff;
    margin: 0px 0px 0px 0px;
    width: 950px;
}

#footer { 
    clear: both;
    color: #b1b1b1;
    background: #fff;
    text-align: center;
    width: 950px;
}

#footer a {
    color: #b1b1b1;
    text-decoration: none;
}
#footer a:visited {
    color: #c9c9c9;
}
#footer a:hover {
    text-decoration: underline; 
    background: transparent;
    color: #a3a3a3;
}
#footer a:active {
    color: #c9c9c9;
}

#footer_home { 
    color: #b1b1b1;
    background: #fff;
    text-align: center;
    width: 950px;
}

#footer_home a {
    color: #b1b1b1;
    text-decoration: none;
}
#footer_home a:visited {
    color: #c9c9c9;
}
#footer_home a:hover {
    text-decoration: underline; 
    color: #a3a3a3;
}
#footer_home a:active {
    color: #c9c9c9;
}

.small {
    font-size: 7pt;
    color: #06593C;
}

.message {
    margin: 0 auto;
    width: 60%;
    border: 1px #06593C solid;
    background: #5A773F;
    padding: 5px;
    text-align: justify;
    color: #000;
}

.message.error {
    background: #D10000;
}

h2,.lead_in {
    color: #88803b;
    font-size: 18px;
    font-weight: bold;
}

h3,.lead_in_small {
    color: #88803b;
    font-size: 14px;
    font-weight: bold;
}
p {
    padding: 15px 0 0 0;
}
hr {
    border: 0;
    color: #9E9E9E;
    background-color: #b1b1b1;
    height: 1px;
    width: 720px;
    text-align: center;
    margin: 15px 0 0 0;
}
.apply { 
    background: #88803b url(/images/leftnav_apply.jpg) bottom  no-repeat;
    height: 66px;
    width: 146px;
    padding: 5px 0 25px 10px;
    margin: 0 0 20px 0;
}
.rates { 
    background: #864c2b url(/images/leftnav_rates.jpg) bottom  no-repeat;
    height: 66px;
    width: 146px;
    padding: 5px 0 25px 10px;
    margin: 0 0 20px 0;
}
.security { 
    background: #633232 url(/images/leftnav_security.jpg) bottom  no-repeat;
    height: 66px;
    width: 146px;
    padding: 5px 0 25px 10px;
    margin: 0 0 20px 0;
}
.agents { 
    background: #4a4057 url(/images/leftnav_agents.jpg) bottom  no-repeat;
    height: 66px;
    width: 146px;
    padding: 5px 0 25px 10px;
    margin: 0 0 20px 0;
}
.contact { 
    background: #d10000 url(/images/leftnav_contact.jpg) bottom  no-repeat;
    height: 66px;
    width: 146px;
    padding: 5px 0 25px 10px;
    margin: 0 0 20px 0;
}