﻿html, body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: Verdana, Arial;
  font-size: 1em;
  background-color: #DDDDDD;
}

.wrapper
{
	margin: 0 auto;
    position: relative;
    top: 0px;
    width: 900px;
    background: #DDDDDD url(../img/bkg_page.gif) repeat-y;
    text-align: center;
}

.pagewrap
{
	margin: 0 auto;
    width: 800px;
	text-align: left;
    position: relative;
    top: 0px;
    color: #333333;
    background-color: #FFFFFF;
}

.pagewrap p, div, h1, h2
{
    background-color: #FFFFFF;
}

.pagewrap .header
{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 155px;
    background-color: #FFFFFF;
}

.pagewrap .leftNav
{
    position: absolute;
    top: 155px;
    left: 0px;
    width: 130px;
    height: 447px;
    background: url(../img/bkg_left_nav.jpg) left top no-repeat;
    background-color: #FFFFFF;
}

.pagewrap .leftNav ol
{
    list-style: none;
    padding: 22px 0;
    margin: 0px 0px 0px 32px;
}

.pagewrap .leftNav li
{
    display: block;
    font-weight: normal;
    padding: 4px 0px 4px 0px;
}

.pagewrap .leftNav a.selected
{
    color: #3399CC;
}

.pagewrap .leftNav a
{
    color: #333333;
    font-size: 0.75em;
    font-family: Verdana, Arial;
    text-decoration: none;
}

.pagewrap .leftNav a:hover
{
    color: #3399CC;
}

.pagewrap .content
{
    font-family: Verdana, Arial;
    font-size: 0.9em;
    color: #333333;
    width: 485px;
    padding: 183px 0px 0px 140px;
    background-color: #FFFFFF;
}

.pagewrap .content a
{
    font-family: Verdana, Arial;
    font-size: 1em;
    color: #014684;
    text-decoration: none;
    background-color: #FFFFFF;
}

.pagewrap .content a:hover
{
    color: #3399CC;
    background-color: #FFFFFF;
}

.pagewrap .content a span
{
    background-color: #FFFFFF;
    font-size: 0.9em;
    font-family: Verdana, Arial;
}

.pagewrap .content .minHeight
{
    background-color: #FFFFFF;
    float: right;
    width: 1px;
    height: 447px;
    position: relative;
}

.pagewrap .content h1
{
    background-color: #FFFFFF;
    font-size: 0.9em;
    color: #014684;
    font-weight: bold;
}

.pagewrap .content h2
{
    background-color: #FFFFFF;
    font-size: 0.85em;
    color: #014684;
    font-weight: bold;
    padding: 0;
    margin: 2;
}

.pagewrap .footer
{
    font-family: Verdana, Arial;
    position: relative;
    width: 745px;
    height: 30px;
    color: #333333;
    text-align: center;
    font-size: 0.65em;
    padding: 27px;
    background: url(../img/bkg_footer.jpg) left top no-repeat;
    letter-spacing: -0.2;    
    background-color: #FFFFFF;
}

.pagewrap .footer .sanchez
{
    position:absolute;
    left:5px;
    top:28px;
    background-color:#FFFFFF;
}

.pagewrap .rightCol
{
    font-family: Verdana, Arial;
    position: absolute;
    top: 155px;
    left: 640px;
    width: 140px;
    height: 447px;
    padding: 40px 10px 0px 10px;
    background-color: #FFFFFF;
}

.pagewrap .rightCol .rightContent
{
    color: #3399CC;
    font-size: 80%;
    width: 140px;
    font-weight: normal;
    background-color: #FFFFFF;
}

.pagewrap .rightCol .rightContent a
{
    color: #3399CC;
    text-decoration: none;
    background-color: #FFFFFF;
}

.pagewrap .rightCol .rightContent p text
{
    color: #3399CC;
    font-size: 80%;
    margin-left: 5px;
    background-color: #FFFFFF;
}

.pagewrap .rightCol input
{
    width: 140px;
    font-size: 0.9em;
    color: #333333;
    font-weight: bold;
    margin: 5px 0px 5px 0px;
    background-color: #FFFFFF;
}

.pagewrap .rightcol .error
{
    font-size: 0.9em;
    font-weight: normal;
    background-color: #FFFFFF;
}

.pagewrap .rightCol input.send
{
    width: 40px;
    height: 20px;
    padding: 0;
    margin: 0;
    background-color: #FFFFFF;
}


