﻿body 
{
    margin: 0;
    padding: 0;
    text-align: center;
    min-width: 740px;
    background-color: #050845;
    color: White;
    font: small Arial, Helvetica, Verdana, sans-serif;
}
#wrapper
{
    text-align: left;
    width: 740px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fdf8f2;
    color: #01407a;
    padding: 10px;
}
#page
{
    background-color: White;
    border: 1px solid #f0f0f0;
    padding: 0;
    width: 100%;
}
#page .inner
{
    margin: 30px;
    width: 100%;
}
#header
{
    border-bottom: 1px solid #c5d6e2;
}
p.SubTitle
{
    font-size: 100%;
    font-weight: bold;
}
.pagesegment
{
    border-bottom: 1px solid #c5d6e2;
}
#main
{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 10px;
}
#content
{
    margin: 0 300px 0 0;
}
#portrait
{
    float: right;
    margin: 0 10px 20px 40px;
}
#address
{
    position: relative;
    top: 0;
    left: 0;
    width: 500px;
}
#linkbar
{
    position: absolute;
    top: 0;
    right: 0;
    width: 220px;
    margin: 0;
    padding: 10px;
    white-space: nowrap;
}
h1
{
    font-size: 200%;
    color: #01407a;
    padding: 0.3em 0 0.3em 30px;
    border-top: 1px solid #c5d6e2;
    border-bottom: 1px solid #c5d6e2;
}
h2
{
    font-size: 160%;
    font-weight: normal;
    color: #032469;
    padding: 0.3em 0 0.3em 30px;
    border-bottom: 1px solid @c5d6e2;
    margin: 1em 0 0 0;
}
h3
{
    font-size: 140%;
    font-weight: normal;
    color: #032469;
    padding: 0.3em 0 0.3em 30px;
    border-bottom: 1px solid @c5d6e2;
}
h4
{
    font-size: 120%;
    font-weight: normal;
    color: #032469;
    padding: 0.3em 0 0.3em 30px;
    border-bottom: 1px solid @c5d6e2;
    margin: 1em 0 0 0;
}
p
{
    line-height: 1.6em;
    padding: 0.3em 0 0.3em 30px;
}
p.Address
{
    line-height: normal;
    padding: 0.3em 0 0.3em 30px;
}
p.Testimonial
{
    line-height: normal;
    padding: 0.3em 30px 0.3em 30px;
    text-align: justify;
}
p.TestimonialSig
{
    line-height: normal;
    padding: 0.3em 0 0.6em 60px;
}
a.VentureLink
{
    font-size: 80%;
    font-weight: normal;
    color: #032469;
    padding: 0.3em 0 0.3em 30px;
}
a.VentureLink:hover
{
    font-size: 80%;
    font-weight: normal;
    color: #006699;
    padding: 0.3em 0 0.3em 30px;
}


#sidebar
{
    position: absolute;
    top: 0;
    right: 0;
    width: 280px;
}
.sidebox
{
    margin: 5px 5px 15px 15px;
    padding: 0px 15px 0px 0px;
    border: solid 2px #050845;
    background-color: #fdf8f2;
}
