﻿/* MASTER */
body, TBODY
{
    margin: 0px;
    font-family:Georgia, Trebuchet MS, Arial, Helvetica;
    font-size: 12px;
    background:#faf3e1;
}

#corner_tl
{
    float:left;
    background:url(../image/bg_tl.jpg) no-repeat;
    width: 260px;
    height: 120px;
}
#corner_tr
{
    float:right;
    background:url(../image/bg_tr.jpg) no-repeat right;
    width: 260px;
    height: 120px;
}
#corner_bl
{
    float:left;
    background:url(../image/bg_bl.jpg) no-repeat;
    width: 260px;
    height: 120px;
}
#corner_br
{
    float:right;
    background:url(../image/bg_br.jpg) no-repeat right;
    width: 260px;
    height: 120px;
}
#mainArea
{
    position:absolute;
    top:50px;
    left:0px;
    min-height:500px;
    width:100%;
}
#footer
{
    margin-left:20px;
    margin-right:20px;
    text-align:right;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}
#logo
{
    padding-left:40px;
}
.pnIntroduction
{
    width:85%;
}
#title
{
    position:relative;
    float:right;
    padding-right:40px;
    text-align:right;
    top: 0px;
    left: 0px;
    width: 280px;
}
#content
{
    margin-left:5px;
    margin-right:auto;
    min-height: 258px;
}
.clear
{
    clear:both;
}

h1
{
    color:#c22a2a;
}

h1, h2, h3
{
    margin:5px 0 5px 0;
    padding: 0px;
}


/* END MASTER*/


/* SEARCH PAGE */
.searchTypeButton
{
    padding-right:10px;
}
.searchTypeButtonActive
{
    padding-right:10px;
    font-weight:bold;
    text-transform:uppercase;
}

.error
{
    padding:5px;
    background-color:#FDD;
    color:#F00;
    font-weight:bold;
}

.alph
{
    padding-right:5px;
}

.pnList A
{
    text-decoration:none;
    color: #055ab0;
}
.pnList A:Hover
{
    text-decoration:underline;
    color: #1d86ea;
}

/* MEMBER BIO */

.splitter
{
    width:100%;
    height:1px;
    background-color:#c22a2a;
}

.h2
{
    color:#a52a2a;
    font-size:16px;
    font-weight:bold;
}

.h3
{
    color:#4c0909;
    font-size:14px;
    font-weight:bold;
}

.tableHeader
{
    background-color:#c1b188;
}

.tableAlternateRow
{
    background-color:#e6d9b7;
}