﻿/*Page Layout*/

html, body, form {
  margin:0px;
  padding:0px;
  height:100%;
  border:none;
  background-image:url(/images/bg.gif);
  background-repeat:repeat;
}

body  
{
	background-image:url(/images/bg.png);
	background-repeat:repeat;
}

.wrapper {
   min-height: 100%;
   height: auto !important;
   height: 100%;
   margin: 0px auto -53px;
   width: 803px;
   background-color: White;
   padding: 0px;
   padding:0px;
}
.footer {
	margin: 0px auto; 
    background-image:url(/images/footerBG.gif);
    background-color:#FFFFFF;
	width:803px;
	background-color:#025a02;
	height:53px;
}
.footer-text
{
	text-align:right;
    background-repeat:repeat-x;
    height:31px;
    padding-right:14px;
    padding-top:22px;
    font-family:Arial;
    font-size:9px;
}

.push-footer { height: 53px; }

.content
{
	padding: 6px;
	margin-top:-3px;
}

.edgeLeft, .edgeRight 
{
	width: 803px;
	margin:0px auto;
	height:100%;
}

.edgeLeft 
{
	background: url(/images/edgeLeft.gif) repeat-y left;
	padding-left:13px;
}

.edgeRight 
{
	background: url(/images/edgeRight.gif) repeat-y right;
	padding-right:13px;
}

/*END:Page Layout*/
/*
.edgeLeft, .edgeRight {
    display:inline;
    height:100%;
    width:13px;
    background-repeat:repeat-y;
}
    
.edgeLeft {
    background-image:url(/images/edgeLeft.gif);
}

.edgeRight {
    background-image:url(/images/edgeRight.gif);
}
*/
.header
{
    height:75px;
    background-color:#ffffff;
    margin-bottom:1px;
    border-bottom:solid 1px #c0c0c0;
    padding-top:5px;
    padding-left:22px;
    text-align:left;
}

.header img
{
    border:none;
}

.headerNav
{
    text-align:right;
    margin-top:-30px;
    padding-right:14px;
}
    
.banner {
    height:153px;
    background-image:url(/images/banner.jpg);
    background-repeat:no-repeat;
    background-position:left bottom;
    /*border-bottom:solid 1px #c0c0c0;*/
    border-bottom:1px solid #c0c0c0;
    border-left:1px solid #ffffff;
}

.logo {
    margin-top:15px;
    margin-left:20px;
    border:none;
    }

.contentArea
{
    width:803px;
    min-height:100%;
    background-color:#ffffff;
    text-align:left;
    margin-bottom:34px;
}

.innerContentWPanel, .innerContent
{
    padding-top:21px;
    padding-left:21px;
    padding-bottom:21px;
    padding-right:21px;
}

.innerContent
{
    padding-right:21px;
}

.innerContentWPanel
{
    padding-right:10px;
}
