﻿/* 
Name:			content.css
Author:			Kevin Mauer
Created:		11/17/2006
Description:	styles for page layout at bottom level pages of the site 
                (default.css defines upper level layouts)
*/

/* ************ MAIN CONTENT STYLES ************** */

/* redefined (from default.css) */
#midCol {
   width: 590px;
}

/* redefined (from default.css). The right column is not used on level 3 */
#rightCol {
	display: none;
}

/* content that spans the left half of the width of the middle column of the page */
/* redefined (from default.css) */
.contentBoxLeft {
    width: 275px;
}

/* content that spans the right half of the width of the middle column of the page */
/* redefined (from default.css) */
.contentBoxRight {
   margin: 0px 0px 20px 315px;
}

/**** styling for schema  undelining links ****/

h2 .blackText a:link, h2 .blackText a:hover
{
   text-decoration: underline;
}

h3 a:link, h3 a:hover
{
 text-decoration:underline;
    
}    
/**** last updated date styling *****/
#lastupdate 
{    
    margin:20px 20px 20px 0px;
   
clear:both;
 }
.searchFilters
{
display:none;
}
.resultPreviewDetails
{
display:none;
}
.dateTime
{
display:none;
}
h4 a:link, h4 a:hover, h4 a:visited, h4 a:active
{
 font-size:12px;
}

