body
{
    background-image:url(images/bkgtexture.gif);
    text-align:center;
    font-family:Arial;
}
body a
{
   color: #036F3D;
}
body a:hover
{
 color:Gray;   
}
.CenteringDiv
{
   width:720px;
    margin-left:auto;
    margin-right:auto;
    background-color:Black;
    border-right:solid 1px black;
}

.PageDiv
{
    /*width:auto;
    background-color:Black;
    border-right:solid 1px black;
*/
}
.headerTopBorder
{
    background-color:Black;
    height:6px;
    padding:0px; border:0px;
}
.headerDiv
{
    background-image:url(images/TopBarBackground.gif); 
    width:715px; border:0px; background-position:left; background-repeat:repeat-y;
    background-color:#036F3D;
}

.linkBar
{
    width:auto; padding:3px 5px 3px 5px; background-color:Black; height:15px; border:0px;
    font-size:10pt; font-weight:bold; vertical-align:top;
}
.linkBar a
{
    color:White; text-decoration:none;
}


.contentTable
{
    width:720px;
    padding:0px;
    text-align:left;   
}
.contentTable .leftCell
{
   width:149px;
   vertical-align:top; 
}
.contentTable .contentCell
{
    width:571px; background-color:White; vertical-align:top;  
}
.contentCell .contentContainer
{
    padding:5px;
    vertical-align:top;
}

.footerTopBorder
{
    background-color:Black;
    height:8px;
    padding:0px; border:0px;
}
.footer
{
     background-image:url(images/TopBarBackground.gif);  background-position:left; background-repeat:repeat-y;
     background-color:#036F3D;
     margin-right:3px;
     width:auto; border:0px;
     text-align:center; font-weight:bold;
     padding:3px 5px;   color:White; font-size:10pt; 
}

.footer a
{
    color:White; font-size:10pt;
}

/*-------------------------------------------------*/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	color: #036F3D;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #036F3D;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #036F3D;
}
p, ol, div {
	font-family: Garamond, "Times New Roman", serif;
}
.topnavlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.topnavlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC00;
	text-decoration: underline;


}


.waiting
{
display:none; 
width:200px; height:100px; border:solid 1px Gray; background-color:#e9e9e9;
vertical-align:top; text-align:center; 
font-weight:bold; z-index:99;
}
.waiting div
{
    border-bottom:solid 1px white;
    background-color:Blue;
   
}
