﻿body, p, th, td, div 
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
}

body 
{
	background: #E6E6E1 url('../images/background.gif') repeat-y scroll center top;
}

html, body 
{
	border: 0px none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}


.pageContainer 
{		
	margin: 0px auto;
	padding: 0px;
	width: 699px;
}

.theWhiteBar
{
	background-color: White;
	height: 5px;	
}

.theGrayBar 
{
	background-color: #B7B4A5;
	height: 14px;
}

.footer 
{
	color:#AEAF9F;
	text-align:right;
	font-size: 11px;
	padding-bottom: 12px;
}




.inputDiv 
{
	border: solid 1px #6b6b6b;
	background-color: #eeeeee;
	padding: 5px 8px;
}

.disclaimerBox 
{
	border: solid 1px #6b6b6b;
	background-color: #B7B4A5;
	padding: 7px 8px;	
}

.disclaimerBox p 
{
	text-align: left;
	margin: 10px 0px;
	padding: 0px;
	font-size: 9px;	
}


.formTable td
{
	padding: 4px;
} 

.subhead 
{
	font-size: 16px;
	font-weight: bold;
}

.contentCol { vertical-align: top; }

.errorMsg 
{
color: Red;	
}

.csLink 
{
font-weight: bold;
text-decoration: none;	
}


.csLink:hover
{
	text-decoration: underline;	
}

.sectionHead 
{
font-size: 20px !important;	
}
