﻿html, body      
{      
    font-size: .85em; /* override font size of CommonMasterCSS */
} 
#content 
{
   padding: 5px;
   background: #FDF9ED;
   height: auto !important; /* real browsers */
   height: 100%; /* IE6: treated as min-height*/
   min-height: 200px; /* real browsers */
}
.spacer
{
	width: 99%;
	margin: 0px 10px 3px 0px;
	height: 10px;
}
#footerNoBorder 
{
	clear:both;
	text-align: center;
    background-color: #FDF9ED;
	border-bottom-style: solid;
	border-bottom-color: #BE540D;
	border-bottom-width: 2px;
	height:3px;
}
#headerMini 
{
    background-color: #FDF9ED; /* off-white */
	height:82px;
	border-top-style: solid;
	border-top-color: #BE540D;
	border-top-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #BE540D;
	border-bottom-width: 1px;
}
#headerCenter { /* overrides #headerCenter of CommonMasterCSS to ensure page title does not disappear under govME logo*/
	margin-right: 0px;
	margin-top: 0px;
	position: absolute; 
	margin-left: 216px;
}
.pageTitle
{
	font-family: Trebuchet MS;
	font-size: 18px;
	font-weight: bold;
	line-height:normal;
	color: #BE540D;
}
.fadeLine
{
	width: 312px;
	height: 1px;
	margin-left: 3px;
}
.subTitle
{
	font-family: Trebuchet MS;
	font-size: 12px;
	font-style: italic;
	font-weight:bold;
	color: #BE540D;
	margin: auto auto 0px 10px;
}
.wrapperMini
{
	clear: both;
	text-align: left;
	margin: 0px auto 10px auto;
	padding: 0px;
	border: 0;
	width: 100%;
	height: 68px;
}
table#meta 
{    
	width: 100%;
	border-collapse:collapse;
}
table#meta th
{   
	font-family: Trebuchet MS;
	font-size: 14px;
	/*font-style: italic;*/
	font-weight:bold;
	color: #BE540D;
	text-align: right;    
}
.leftcol 
{    
	font-weight: bold;    
	text-align: right;    
	width: 150px;  	  
}
.border
{
	border: solid 1px #c3c3c3; 
	margin-bottom:4px; 
}