﻿
body
{
    margin: 10px auto;
    width: 925px;
    background-color: #FFFFFF;
}
.Content_Box 
{
	margin: 20px auto;
	width: 925px;
}
.requiredText
{ 
    color:Red;
}
/* links */
.active:link
{
    color: #005594;
    text-decoration: none;
}
.active:visited
{
    color: #005594;
    text-decoration: none;
}
.active:hover
{
    color: #005594;
    text-decoration: underline;
}
.red {
    color:Red;
}


/*** spacers between fields and lables ***/
.divLabel
{
    float:left;
    margin: 5px 0px 0px 0px;
    width: 200px;
}
.divLongLabel
{
    float:left;
    margin: 5px 0px 0px 0px;
    width: 700px;
}

.divField
{
    float:left;
}

.divformrow
{
    clear:both;
}
.divAccountField
{
    width: 173px;
}
.AccountHelp
{
    text-align: left;
    vertical-align:top;
    width: 38px;
}
.clear
{
    clear:both;
}
.ODTitle
{
    font-size:16pt;
    font-weight:bold;
}

.ODText
{
    font-size:12pt;
}
.FreeLabels
{
    font-size:14pt;
    font-weight:bold;
}
.banner
{
    position:relative;
    height: 350px;
    width: 930px;
    margin-bottom: 10px;
    
}