@import url('customNavigation.css');
body
{
    margin-top: 10px;
    background: #dfdebc;
    font-family: Arial;
    font-size: small;
}
#wrapper
{
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    background: url(three-col-bg.jpg) repeat-y left top;
}
.logo
{
   /* width: 225px;*/
   width:519px;
   height:120px;
   /* height: 146px;*/
   /* background: #703038 url(logo_corner.gif) no-repeat left top;*/
   background:#fff;
    float: left;
   /* padding-left: 8px;
    padding-top: 20px;*/
   
}
#tagline
{
    font: normal 1.1em/2em verdana;
    color: #fff;
    letter-spacing: 0.02em;
}
#banner
{
   width:421px;
    /*width: 697px;*/
    height: 105px;
    background:#fff url(banner_bg_handshake_test.jpg) no-repeat right top;
    /* background:#fff;*/
    float: right;
    color: #fff;
    text-align: right;
    padding-right: 10px;
   padding-top: 15px;
}
#leftcorner
{
    float: left;
    width: 252px;
    height: 30px;
    background: #703038 url(subnav_left_corner.jpg) no-repeat;
}
#navbar
{
    float: right;
    width: 698px;
    height: 30px;
    background: #818052;
}
/*
#search
{
    width: 200px;
    float: right;
    height: 30px;
    background: #818052;
}
*/
#leftwrapper
{
    width: 252px;
    float: left;
}


.leftpane
{
    float: left;
    width: 135px;
   background: #703038;
   
    height: 637px;
    padding: 0 10px 0 17px;
}

.leftpane .Normal
{
    color: #fff;
    font-size: .9em;
}
.leftpane .Normal p
{
    margin-bottom: 4px;
}
.leftpane .Normal h1
{
    font-size: 130%;
    color: #ffc;
    margin-bottom: 2px;
}

/*

.leftpane .Normal  {
color:#fff;
line-height:1.6em;
}
.leftpane .Normal p {
margin:2px;
line-height:1.6em;
}
.leftpane .Normal h1 {
font-size:130%;
color:#ffc;
margin-bottom:2px;
}

.leftpane ul {
list-style-type:square;
margin:0 0 0 16px;
padding:0;
}

.leftpane ul li {
margin-bottom:8px;
}

.leftpane ul li a {
color:#fff;
text-decoration:none;
}

.leftpane ul li a:hover {
color:#ccc;
}
*/
#interiorcurve
{
    float: right;
    width: 90px;
    height: 307px;
    background: #fff url(interior_curve.jpg) no-repeat top;
}
#content-wrapper
{
    float: left;
    width: 478px;
}
.contentpane
{
    padding: 10px 20px 20px 0;
}

.contentpane .Normal p {
font:normal 100%/1.6em arial;
color:#60605f;

}

.contentpane .Normal H1 {
font-style:italic;
}

.lowerleftpane
{
    float: left;
    width: 232px;
    padding: 20px 0;
}
.lowerrightpane
{
    float: right;
    margin-left: 10px;
    width: 232px;
    padding: 20px 0;
}

.rightpane
{
    margin-top: 10px;
    float: right;
    width: 180px;
    padding: 0 10px;
}

.rightpane h1
{
    font-size: 120%;
    color: #c00;
}

#mainfooter
{
    float: right;
    width: 950px;
    height: 22px;
    background: url(footer_bg.jpg) repeat-x left;
    text-align: center;
    padding-top: 8px;
}
#links
{
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 8px;
}
.clear
{
    clear: both;
}


.curr-date
{
    color: #fff;
    font-weight: normal;
}

.userclass
{
    color: #bbb9b9;
    display:none;
}

a.userclass, a.userclass:visited
{
    color: #bbb9b9;
    font-weight: normal;
}
.footerclass
{
    color: #703038;
}

a.footerclass, a.footerclass:visited
{
    color: #703038;
}

.linksclass
{
}
a.linksclass, a.linksclass:visited
{
    padding-left: 8px;
    padding-right: 8px;
    color: #703038;
}

/* list styles */

ul
{
    padding: 0;
    margin: 0 0 0 25px;
}

UL LI
{
    list-style-type: square;
    margin-bottom: 4px;
    font: normal 100%/1.6em arial;
    color: #3a3939;
}

UL LI LI
{
    list-style-type: disc;
}

UL LI LI LI
{
    list-style-type: circle;
}

ol
{
    padding: 0;
    margin: 0 0 0 25px;
}

OL LI
{
    list-style-type: decimal;
    margin-bottom: 4px;
    font: normal 100%/1.6em arial;
    color: #3a3939;
}

OL OL LI
{
    list-style-type: lower-alpha;
}

OL OL OL LI
{
    list-style-type: lower-roman;
}
OL UL LI
{
    list-style-type: disc;
}

.simpleform td.flabel {
color:#666;
font-size:.8em;
}



