﻿html, body
{
    text-align: center;
    height: 100%;
    font-family: Trebuchet MS, Verdana;
}
.mainDiv
{
    margin: 0 auto;
    width: 948px;
    font-family: Trebuchet MS, Verdana;
    font-size: small;
    color: #000000;
    text-align: left;
    padding: 0px;
}

.leftArea
{
    width: 245px;
    display: inline;
    float: left;
}

.rightArea
{
    width: 703px;
    display: inline;
    float: right;
}

.topRightLogoArea
{
    width: 703px;
    height: 94px;
}

.contents
{
    width: 703px;
}

td img
{
    display: block;
}

h1
{
    color: #891633;
    margin-bottom: 2px;
    font-size: 18pt;
    font-weight: normal;
    padding-bottom: 0px;
    margin-top: 4px;
}

h2
{
    color: #891633;
    margin-bottom: 2px;
    font-size: 13pt;
    font-weight: bold;
    margin-top: 0px;
    
}

h3
{
    color: #891633;
    margin-bottom: 5px;
    font-size: 12pt;
    font-weight: bold;
    margin-top: 0px;
    
}

.headline
{
    color: #891633;
    margin-bottom: 2px;
    font-size: 13pt;
    margin-top: 0px;    
}

a
{
    color: #891633;
    text-decoration: underline;
}
a:visited
{
    color: #891633;
    text-decoration: underline;
}
a:linked
{
    color: #891633;
    text-decoration: underline;
}
a:hover
{
    color: #891633;
    text-decoration: none;
}

a.whiteroll
{
    color: #ffffff;
    text-decoration: underline;
}
a.whiteroll:visited
{
    color: #ffffff;
    text-decoration: underline;
}
a.whiteroll:linked
{
    color: #ffffff;
    text-decoration: underline;
}
a.whiteroll:hover
{
    color: #ffffff;
    text-decoration: none;
}

input.inputText, input.inputPassword, select.inputText, textarea.inputText
{
    padding: 2px 3px 2px 3px;
    border: 1px solid #891633;
    font-family: Trebuchet MS, Verdana;
    font-size: 8pt;
    width: 180px;
}

select
{
    font-family: Trebuchet MS, Verdana;
    font-size: 9pt;
}

div.dataField
{
    clear: both;
    padding-top: 10px;
    width: 485px;
}

.boldLabel
{
	font-weight: bold;
    color: #891633;
}

div.dataField span.fieldLabel
{
    float: left;
    width: 150px;
    font-weight: bold;
    color: #891633;
}

div.dataField span.fieldLabelWide
{
    float: left;
    width: 200px;
    font-weight: bold;
    color: Black;
}

div.dataField span.fieldTextBox
{
    float: left;
    width: 195px;
    text-align: left;
}
div.dataField span.fieldLabelTextBoxExtraWide
{
    float: left;
    width: 440px;
    font-weight: bold;
    padding-right:20px;
}

div.dataField span.fieldRightTextBox
{
    float: left;
    width: 70px;
    text-align: left;
}

div.dataField span.fieldDropDownList
{
    float: left;
    width: 195px;
    text-align: left;
}


div.dataField span.fieldButton
{
    float: left;
    width: 195px;
    text-align: center;
}

div.dataField span.fieldRequired
{
    float: left;
    width: 70px;
    text-align: left;
}

div.dataField span.fieldRegEx
{
    float: left;
    width: 70px;
    text-align: left;
}

div.buttonPadRight
{
    width: 485px;
}

.island
{
    background-image: url('/images/island_bg.gif');
    background-repeat: repeat-y;
}

.submit
{
    background-color: #891633;
    font-family: Trebuchet MS;
    border: #e88b2c 1px solid;
    font-size: 11px;
    padding: 3px;
    color: #ffffff;
}


.footerRow
{
    width: 930px;
    text-align: right;
    padding-top: 25px;
    font-size: smaller;
    padding-left:16px;
}

.homefooterRow
{
    width: 100%;
    padding-left:18px;
    padding-top: 0px;
    font-size: smaller;
}
