html, body, #page {
	height: 100%;
}

body > #page {
	height: auto; min-height: 100%;
}

#main {
	padding-bottom: 185px;
}  /* must be same height as the footer */

body { 
	margin-top: 0; 
	margin-bottom: 0; 
	background: #E7E7E7 url('body.jpg') top left;
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#564b47;
	
}

#page
{
	min-height: 100%;
	margin-bottom: -185px;
	position: relative;
	width: 100%;
	background: #E7E7E7 url('body.jpg') top left;
	overflow: hidden;
}

div.fluid
{
	width: 90% !important;
}

/* This controls the width of the fixed width layouts */

div.fixed
{
	width: 100% !important;
}

#header
{
	width: 100%;
	height: 122px;
	background: url('images/back.jpg'); 
	background-repeat: no-repeat; 
}

#lPanel
{
	float: left;
	width: 20%;
}

 .verticalmenu li, a:link, .verticalmenu a:visited, .verticalmenu a:hover {
   display: block;
   font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
   color: #9A1212;
   text-decoration: none;
   text-align: left;
   
   width: 140px;
   height: 32px;
   /*background: url('images/menuhover.gif') no-repeat;*/
 }


 .verticalmenu a:hover{
   background: url('images/menuhover.gif') no-repeat;
   color: #dc4d1b;
 }

#rPanel
{
	float: right;
	width: 19%;
}

#contentPanel
{
	float: left;
	width: 60%;
}

#creditcardform_errorloc
{
	color: red;
	font-family:Verdana; font-size:10px; color:#660000;
}



p,h1,h2,h3,main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: black;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 200%;

	font-weight: bold;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 160%;

	font-weight: bold;
}

h3 {

	font-size: 110%;

	
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #DB7093;
}

a:visited {
	color:#c43300;
}

a:hover {
	color: #c43300; 
	text-decoration: underline;
}

a:active { 
	color:#000000;
}

#footerMain{
	position: relative;
	height: 0px;
	clear:both;
   	width:100%;
    bottom: -19%;
}	

#footer{
	height:0px; 
	width:100%; 
	margin:0 auto 0 auto; 
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix { 
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */

#clientLeft
{
	float: left;
	width: 33%;
}

#clientCenter
{
	float: left;
	width: 33%;
}

#clientRight
{
	float: right;
	width: 19%;
}

table { 
   font-family: Arial, Helvetica, sans-serif; 
   font-size: small; 


}