body 
{
    margin:0px;
    background-image: url(images/bkgrnd4.JPG);
    width:800px;
}

/* Box Properties */
.PageBox
{
    width: 780px;
    BORDER: SOLID 2px;
    BORDER-COLOR: #000080;
    BACKGROUND-COLOR: White;
    padding:0px;
    margin: 8px;
    margin-top: 10px;
    position:relative;
}

.HeaderPanel
{
    width: 100%;
    height: 90px;
    padding: 0px;
    background-color: #ffffff;    
}

.NavbarPanel
{
    width: 100%;
    padding: 0px;
    background-color: white;
    margin-bottom: 5px;
    border-bottom: solid 2px #8283ce;
    border-top: solid 2px #8283ce;
    height: 20px;
}

.ContentBox
{
    BORDER: SOLID 2PX;
    BORDER-COLOR: #8283ce;
    padding:0px;
    padding-bottom: 5px;
    float:left;
    margin:0px;
    background-color: White;
    width: auto;
}

.ContentBox2
{
    BORDER: SOLID 2PX;
    BORDER-COLOR: #8283ce;
    padding:0px;
    padding-bottom: 5px;
    float:left;
    margin:3px;
}

.MenuBox
{
    BORDER: SOLID 1px;
    border-color: #2f0fce;
    BACKGROUND-COLOR: WHITE;
    PADDING: 3px;
    MARGIN: 2px;
}

.EditTextBox
{
    border-style: solid;
    BORDER-TOP-WIDTH: 1px;
    BORDER-LEFT-WIDTH: 1px;
    BORDER-COLOR: #000099;
    BORDER-BOTTOM-WIDTH: 1px;
    BORDER-RIGHT-WIDTH: 1px;
    font-family: verdana;
    font-size: 11px;
    font-weight: normal;
}

/* Text Properties */
A.HeaderMenuText, A.HeaderMenuText:link, A.HeaderMenuText:visited
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #000080;
    FONT-FAMILY: verdana;
    text-decoration: none;
    line-height: 24px;
    vertical-align:text-bottom;
    padding: 3px;
}

A.HeaderMenuText:hover
{
    color: Yellow;
}
.RedDouble
{
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size:12px;
    font-weight:bold;
    color: #ce0f2f;
}

.Normal
{
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size:11px;
    font-weight:normal;
    color:Black;
}

.BoldRed
{
    font-family:Verdana;
    font-size:11px;
    font-weight:bold;
    color:#ce0f2f;
}

.NormalDouble
{
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size:12px;
    font-weight:normal;
    color: black;
}

.BoldDouble
{
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size:12px;
    font-weight:bold;
    color: #2f0fce;
}

.BodyText
{
    font-family:Verdana;
    font-size:11px;
    color:black;
    font-weight:normal;
    margin-left:3px;
    text-align:left;
    padding-left: 10px;
    padding-right: 10px;
}

.SmallBodyText
{
    font-family:Verdana;
    font-size:10px;
    color:black;
    font-weight:normal;
    margin-left:3px;
    text-align:left;
    padding-left: 8px;
    padding-right: 8px;
}
.BoxTitle
{
    color: white;
    font-family: Verdana;
    font-size: 11px;
    font-weight:bold;
    text-align:center;
    background-color:#8283ce;
    line-height:20px;
    width: auto;
    margin-bottom:3px;
}

.FormText
{
    font-family: verdana;
    font-size: 12px;
    color: #2f0fce;
    font-weight: normal;
    margin-left:5px;
    line-height:17px;
}

.SmallFormText
{
    font-family: verdana;
    font-size: 11px;
    color: #2f0fce;
    font-weight: normal;
    margin-left: 5px;
    line-height:15px;
}

H2
{
    font-family: Verdana;
    font-size:12px;
    text-align:center;
    color: #ce0f2f;
    padding-top:5px;
}

H3
{
    font-family: Verdana;
    font-size:14px;
    text-align:left;
    text-indent:10px;
    text-decoration:underline;
    color: #ce0f2f;
    text-align:center;
}

H4
{
    font-family: Verdana;
    font-size:12px;
    text-align:center;
    line-height:14px;
    color: #2f0fce;
}

H5
{
    font-family:Verdana;
    font-size:12px;
    font-weight:bold;
    text-align:center;
    color: #2f0fce;
}

H6
{
    color: navy;
    font-family: Verdana;
    font-size: 11px;
    font-weight:bold;
    text-align:center;
    background-color:#8283ce;
    line-height: 20px;
    background-image: url(images/tabbar06.jpg);
    background-repeat:repeat-x;
    width: 100%;
}

A
{
    color:#2f0fce;
}

A:hover
{
    color: red;
}

.ContentColumn3
{
    position: relative;
    right: 0px;
    width: 240px;
    padding:5px;
    margin-top: 0px;
}

UL
{
    list-style-type:circle;
    font-family:Verdana;
    font-size: 11px;
}

.TableHeader
{
    color: white;
    font-family: Verdana;
    font-size: 11px;
    font-weight:bold;
    text-align:center;
    background-color:#2f0fce;
    line-height:22px;
    width: 100%;
}

.footer
{
    width: 100%;
    height: 20px;
    text-align: center;
    border-top: solid 1px #2f0fce;
    margin-top: 5px;
}

.TextBox
{
       border-style:solid;
       border-width:1px;
       border-color:#8283ce;
       font-family:Verdana;
       font-size:12px;
       font-style:normal;
       padding:1px;
       margin-left:5px;
}

HR
{
    width:96%;
    height: 2px;
    color: #8283ce;
}
