﻿body 
{
    font-family:Arial;
    font-size:12px;
    color:#333333;
    line-height:22px;
    background:rgb(0,50,128);
}

a
{
    color:Blue;
}

#content
{
    margin-left:auto;
    margin-right:auto;
    width:1100px;
    background:white;
}

#newsBar
{
    background:rgb(0,50,128);
    border-top:1px solid white;
    border-bottom:1px solid white;
}

#memberBar
{
    background:rgb(0,50,128);
    padding:8px;
    color:White;
}

.footer
{
    border-top:1px solid silver;
    padding:4px;
    font-size:9px;
    color:Gray;
    text-align:center;
}

.whiteLink
{
    color:White;
    text-decoration:none;
}

.navLink
{
    background:#6185B5;
    padding:2px;
    color:White;
    cursor:pointer;
    height:14px;
    font-size:11px;
    font-weight:bold;
    font-family:Arial;
    font-size:12px;
    margin-top:2px;
    height:20px;
}

.navLink:hover
{
    background:#6185B5;
    padding:2px;
    color:White;
    cursor:pointer;
    height:14px;
    font-size:11px;
    font-weight:bold;
    font-family:Arial;
    font-size:12px;
    margin-top:2px;
    text-decoration:underline;
    height:20px;
}

.navSublink
{
    color:#333333;
    text-decoration:none;
    font-size:11px;
    font-family:Arial;
    line-height:16px;
}

.navSublink:hover
{
    text-decoration:underline;
}

.errorPanel
{
    border:1px solid gold;
    background:cornsilk;
    padding:4px;
}

h3
{
	font: 18px Arial;
	font-weight: bold;
	color: #083974;
}

h5
{
    font-family:"Trebuchet MS";
    font-size:12px;
    margin-bottom:6px;
    padding:3px;
    color:Navy;
    background:silver;
}

.tblHeader
{
    font-weight:bold;    
}

.required
{
    font-weight:bold;
    color:Red;
}

.lbl
{
    width:100px;
    color:Navy;
    font-weight:bold;
    display:inline-block;
}

.imgRight {
	float: right;
	padding-right: 20px;
}

.imgRightNoPad {
	float: right;
}

.imgLeft {
	float: left;
	padding-left: 20px;
}

.imgLeftNoPad {
	float: left;
}


.tableText
{
    text-align:left;
}

textarea
{
    vertical-align:text-top
}
