html, body {
	height: 100%; /* Required */
}

body {
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 11px; 
	font-weight: normal;
	color: #797873;
}

.content {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal;
	color: #797873;
}

p {
	margin: 1em 0;
	line-height: 1.25em;
}

#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;
}

#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: 66px;
}

#foot {
  padding: 0 0 0 0;
  line-height: 66px;
}

.footer { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #999999;
}

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

.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;
}

.pagetitle { 
	font-family: Times New Roman, Times, serif; 
	font-size: 22px; 
	color: #336699;
}

.subtitle { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	color: #6699CC;
	font-weight: bold;
}

.headpara { 
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 12px;
	color: #252525;
}

.col { 
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 11px; 
	color: #797873;
}
 
.colhead { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold;
	color: #FF6600;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;	
	background-color: #336699;
	border-right: 1px solid #99CCFF;
	border-top: 1px solid #99CCFF;
	width: 145;
	height: 22;
} 

.navactive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;	
	background-color: #6699CC;
	border-right: 1px solid #99CCFF;
	border-top: 1px solid #99CCFF;
	width: 145;
	height: 22;
} 

.textbox {
	border:#000000 1px solid;
	color:#000000;
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
}



#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }



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
}

