﻿body {
    margin: 0;
    width: 100%;
    font-family: Arial, Helvetica, Sans-Serif;
}

img
{
    border: none;
    margin: 0;
    padding: 0;
}

table
{
    border-spacing: 0;
    border-collapse: collapse;
}

td
{
    padding: 0;
    border: none;
}

div.header
{
    background-color: #666666;
    height: 60px;
}

.footer
{
    background-image: url('../images/bttm_tle.gif');
    width: 100%;
    height: 32px;
    background-repeat: repeat-x;
}

.subfooter
{
    background-color: #666666;
    height: 32px;
    width: 100%;
}

.menu
{
    background-image: url('../images/tp_tile.gif');
    height: 30px;
    background-repeat: repeat-x;
}

p.header
{
    font-size: large;
    font-weight: bold;
}

.content
{
    padding: 25px 0px 50px 15px;
    width: 45%;
}

.error
{
    color: #990033;
}

.success
{
    color: Blue;
}

.required
{
    color: Blue;
    font-size: 10px;
    padding-left: 5px;
}

.hr
{
    border-bottom: solid 1px #000000;
    width: 550px;
    height: 1px;
}

#contact
{
    width: 550px;    
}

#contact td
{
    padding-bottom: 4px;
}

.label
{
    width: 130px;
    vertical-align: top;
}

.value
{
    width: 420px;
}

.textbox
{
    width: 250px;
}

.textarea
{
    width: 300px;
}

/*index.aspx page styles*/
#subheader
{
    background-image: url('../images/md_tile.gif');
    height: 93px;
    background-repeat: repeat-x;
}

.contactinfo
{
    color: #880000;
    font-size: 15px;
    font-weight: bold;
    margin: 5px 0px 0px 12px;
}