﻿
#PageWrapper
{
	width: 100%;	
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px auto;
	position: relative;
}

*
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}
a
{
    color: #981b1e;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

a:hover
{
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}
a:visited
{
    font-size: 12px;
    
    font-style: normal;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}



body
{
    margin: 0;
    font-size: 12px;
    background-color: #ffffff;
    background-image: url( '../Images/bg.jpg' );
    background-repeat: repeat-x;
}

.clsTop
{
    height: 21px;
    display: block;
    margin: auto;
    background-image: url( '../Images/border.jpg' );
}

.clsTopPanel
{
    height: 13px;
    width: 100%;
  
    margin: auto;
    background-image: url( '../Images/top.jpg' );
}

.clsBottomPanel
{
    height: 13px;
    width: 100%;

    margin: auto;
    background-image: url( '../Images/bottom.jpg' );
}


.clsContent
{
    display: block;
    width:870px;
    margin: auto;
    background-color: #f3ead6;
}

.clsHeadings
{
    color: #990000;
    font-size: 14px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.clsHeadingTxt
{
    color: #990000;
    font-size: 16px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.PleaseWait
{
height: 32px;
width: 500px;
background-image: url(Images/pleasewait.gif);
background-repeat: no-repeat;
padding-left: 40px;
line-height: 32px;
}

