﻿body 
{
    font-family: Rockwell, Arial, Sans-Serif;
    font-size: 12pt;
    color: #000000;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: center;
    background-color: #000000;
    
}

div.main
{
    width:1040px;
    margin: 0 auto;
    text-align:left;
}

.PageTitle
{
    font-size: 18pt;
    font-weight: bold;
    padding-top:10px;
}

p.dropshadow
{
    width:450px;
    filter:shadow (color:#eeeeee);
    color:#0054a4;
    font-size: 20pt;
    font-weight: bold;
    line-height:110%;
}

.mid_bg
{
    background-image:url('images/mid_bg.jpg');
    background-repeat: repeat-y;
    min-height: 200px;
}

.mid_bg2
{
    background-image:url('images/mid_bg_blank.jpg');
    background-repeat: repeat-y;
    min-height: 200px;
}

.left_side
{
    width:540px;
    padding-left:20px;
    vertical-align:top;
}

.right_side
{
    width: 327px;
    padding-left: 4px;
    vertical-align:top;
}

.add_title
{
    text-align:center;
    font-size:14pt;
    font-weight:bold;
    padding-top:10px;
    padding-bottom:2px;
}

.add_titlesml
{
    text-align:center;
    font-size:13pt;
    font-weight:bold;
    padding-top:10px;
    padding-bottom:2px;
    text-decoration: underline;
}

.address
{
    text-align:center;
    line-height: 16pt;
}

.mid_txt
{
	line-height: 17pt;
}

.staffinfo
{
	font-size: 11pt;
}


.FormLabel
{
	text-align:right;
}

