﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #650B01;
}

a
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bolder;
    color: #650B01;
    text-decoration: none;
}

a:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bolder;
    color: #953227;
    text-decoration: none;
}
p
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #650B01;
}

.heading
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
}

.productheading
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #650B01;
    margin-bottom: 5px;
}




/*styles the HR tag when wrapped in a DIV tag properly in all browsers and uses the image defined.*/
div.hr
{
    height: 1px;
    background: url( '/Images/rule.png' ) repeat-x scroll center;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 3px;
    margin-bottom: 3px;
}
/*Hides the rule of the HR tag so that the div styling is all that shows*/
div.hr hr
{
    display: none;
}

.box
{
    border: 1px #E6DB9D solid;
    padding: 6px;
    line-height: 17px;
}

.tencBox
{
    border: solid 1px #E6DB9D;
    padding: 6px;
    line-height: 17px;
    height: 420px;
    width: 235px;
    vertical-align: text-top;
}
.qabox
{
    border: solid 1px #E6DB9D;
    padding: 6px;
    line-height: 17px;
    width: 500px;
    vertical-align: text-top;
    margin-bottom: 15px;
    margin-top: 15px;
    margin-left: 15px;
}
.maintable
{
    margin-left: auto;
    margin-right: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #650B01;
}


.field
{
    border: 1px #C09138 solid;
}

.indent
{
    margin-left: 25px;
}
.instructions
{
    font-size: 12pt;
    margin-left: 25px;
}
.sidebar
{
    background-color: #F1EFE4;
    width: 200px;
    height: 100%;
    padding-left: 20px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    line-height: 18px;
    vertical-align: top;
}


.row
{
    background-color: #F1EFE4;
    width: 225px;
    height: 22px;
    padding-left: 5px;
    padding-top: 5px;
    vertical-align: middle; /*border-bottom:1px #ded7b6 solid;*/
}

.recent
{
    width: 225px;
    margin-left: 15px;
    margin-right: 10px;
    margin-bottom: 22px; /*font-weight:bold;*/
    padding: 6px;
}

.bigtext
{
    font-size: 16px;
    color: #CBB570;
    font-weight: bold;
}

.error
{
    color: #FF0000;
    font-size: 13px;
    font-weight: bold;
}

.productmenu
{
    margin-bottom: 5px;
}
.productmenuAlt a
{
    color: #FF3227;
    margin-bottom: 5px;
}
.productmenuAlt a:hover
{
    color: #FFAAAA;
    margin-bottom: 5px;
}
.new
{
    color: #FF3227;
    margin-bottom: 5px;
    font-size: 13px;
}
.parchBox
{
    color: #261209;
    font-family: Garamond;
    font-weight: lighter;
    font-size: 11pt;
    padding: 10px 35px 15px 35px;
    margin: 0px 40px 0px 40px;
    background-image: url( '/Images/parchment.jpg' );
    background-repeat: no-repeat;
    width: 610px;
    height: 900px;
    text-align: left;
}
.parchBox a
{
    color: Blue;
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    font-size: 9pt;
    text-decoration: underline;
}
.gridHead
{
    font-weight: bold;
    font-size: 11px;
    text-align: Center;
    color: White;
    background-color: #650B01;
}
.gridNorm
{
    background-color: #FFF;
    font-size: 12px;
    font: Arial;
    padding-top: 5px;
    padding-bottom: 5px;
}
.gridAlt
{
    background-color: #F1EFE4;
}
.main
{
    margin-left: auto;
    margin-right: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #650B01;
}
img
{
    behavior: url( "/pngbehavior.htc" );
}
.divteststyle
{
    color: #fff;
    background-image:url("/images/testbg.png");
    background-attachment:fixed;
    background-repeat:repeat;
}
