﻿body
{
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    background-image: url( '../Images/GeneralBkgd.jpg' );
    background-repeat: repeat-x;
}

#headerdiv
{
    z-index: 1;
    left: 0px;
    width: 1000px;
    height: 190px;
    position: relative;
    Float:left;
    top: 0px;
}

#bodydiv
{
    z-index: 1;
    left: 0px;
    width: 1000px;
    position: relative;
    Float:left;
    top: 0px;
}

#footerdiv
{
    z-index: 1;
    left: 0px;
    width: 1000px;
    position: relative;
    Float:left;
    top: 0px;
}

#mainbody
{
    background-image: url( '../Images/HomepageBkgd.jpg' );
    background-repeat: no-repeat;
    height: 762px;
}

#innerbkgd
{
    background-image: url( '../Images/InnerBkgd.jpg' );
    background-repeat: no-repeat;
    height: 762px;
}

#maintext
{
width: 450px;
float: right;
right: 50px;
z-index: 1;
position: relative;
top: 50px;

}

#title
{
width: 100%;
height: 76px;
float: left;
left: 0px;
z-index: 1;
position: relative;
top: 0px; }

#left
{
width: 220px;
float: left;
left: 50px;
z-index: 1;
position: relative;
top: 0px; }
    
#right
{
width: 600px;
float: right;
right: 50px;
z-index: 1;
position: relative;
top: 10px;
}    


/* TEXT FORMATING: Includes table borders and links*/

.CategoryTitle
{
    font-size: 19px;
    color: #FEDE01;
    font-family: Verdana;
    text-decoration: none;
    font-weight: bold;
}


a.CategoryTitleLink
{
    font-size: 19px;
    color: #FEDE01;
    font-family: Verdana;
    text-decoration: none;
    font-weight: bold;
}


a:hover.CategoryTitleLink
{
    font-size: 19px;
    color: #FFFF99;
    font-family: Verdana;
    text-decoration: none;
    font-weight: bold;
}

.CategoryDesc
{
    font-size: 12px;
    color: #FFFFFF;
    font-family: Verdana;
    text-decoration: none;
}


a
{
    font-size: 12px;
    color: #FEDE01;
    font-family: Verdana;
    text-decoration: none;
    font-weight: none;
}

a:hover
{
    font-size: 12px;
    color: #FFFF99;
    font-family: Verdana;
    text-decoration: none;
    font-weight: none;
}


P
{
    font-size: 12px;
    color: #FFFFFF;
    font-family: Verdana;
    text-decoration: none;
    font-weight: bold;
}

td
{
    font-size: 12px;
    color: #FFFFFF;
    font-family: Verdana;
    text-decoration: none;
    font-weight: bold;
    margin-left: 40px;
}

li
{
    font-size: 12px;
    color: #FFFFFF;
    font-family: Verdana;
    text-decoration: none;
    font-weight: bold;
}


.ErrorMessage
{
    font-size: 12px;
    color: #cc0000;
    font-family: Verdana;
    text-decoration: none;
}

h2
{
    font-family: Verdana;
    font-size: large;
    font-weight: bold;
    color: #FFFFFF;
}

h4
{
    font-family: Verdana;
    font-size: 13px;
    font-weight: bolder;
    color: #FEDE01;
}




/* FORM FIELD FORMATING: Including Login Box Formatting */


.dropDownINPUT
{
    border-right: #d3d3d3 1pt solid;
    border-top: #d3d3d3 1pt solid;
    border-left: #d3d3d3 1pt solid;
    border-bottom: #d3d3d3 1pt solid;
    color: #000099;
    font-size: 8pt;
    text-decoration: none;
}
INPUT
{
    border-right: #d3d3d3 1pt solid;
    border-top: #d3d3d3 1pt solid;
    border-left: #d3d3d3 1pt solid;
    border-bottom: #d3d3d3 1pt solid;
    color: #000099;
    font-size: 8pt;
    text-decoration: none;
}






.DottedLine
{
    color: #FFFFFF;
    font-family: Verdana;
}








.dottedVerticalLine
{
    background-image: url( '../Images/PharmatexVBrk.jpg' );
}

.dottedVerticalLine2
{
    background-image: url( '../Images/PharmatexVBrk2.jpg' );
}

.SiteFrame
{
    border: 1px solid #CCCCCC;
}





.LoginBox
{
    border: 1px dashed #533101;
    width: 500px;
}

.DottedBox
{
    border: 1px dashed #C0C0C0;
}

.Button
{
    background-color: #000080;
    font-family: Verdana;
    color: #FFFFFF;
    font-weight: bold;
}


