html, body {
	height: 100%; /* Required */
}

body {
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 11px; 
	font-weight: normal;
	color: #797873;
}

td {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal;
	color: #797873;
}

b {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold;
	color: #797873;
}

p {
	margin: 1em 0;
	line-height: 1.25em;
}

.textbox {
	border:#3D3D3D 1px solid;
	color:#3D3D3D;
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
}

#container-page {
	margin: 0 auto;
	position: relative;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
}

#container-content {
	padding: 0 0 0 0;	
}

#bodyheight{height:80%}

#container-content:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

#container-foot {
	width: 100%;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px; /* For Certain IE widths */
	height: 100px;
	color: #101f34;
}

#foot {
  padding: 0 0 0 0;
  line-height: 100px;
  color: #101f34;
}

.footer { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #FFFFFF;
}

.footernav {
	text-decoration: none;
	font-size: 10px;
	color: #3D3D3D;	
	FONT-FAMILY: Arial, Helvetica, sans-serif;"
}

.sml { 
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 10px; 
	font-weight: normal;
	color: #797873;
}

.smlbold { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: bold;
	color: #797873;
}

.textbox {
	border:#000000 1px solid;
	color:#000000;
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
}



A:link
{
	color: #336699;
	text-decoration: underline
}
A:visited
{
	color: #336699;
	text-decoration: underline
}
A:active
{
	color: #336699;
	text-decoration: underline
}
A:hover
{
	color: #003366;
	text-decoration: underline
}



