@charset "utf-8";
/* CSS Document */

/*Body formating for text and background color*/
body		{
				font-family:Verdana, Arial, Helvetica, sans-serif;
				background-color:#2622B4;
			}

/*formatting for centering objects and text*/
.genericCenter
			{
				text-align:center;
			}			
/*Sets margins border, color, style, and widths for main table (header, body, etc.)*/
.mainTable	{

				margin-left:auto;
				margin-right:auto;
				background-color:#FFFFFF;
				border-color:#20007D;
				border-style:outset;
				border-width:medium;
				width: 749px;
			}
		
/*used to format main editable content of table, aligns at top and justifies fonts*/
.mainEditableContent
			{
				text-align:justify;
				padding-left:2%;
				padding-right:2%;
			}

/*CSS used for all table borders, widths and margins*/
.standardTable
			{
				margin-left:auto;
				margin-right:auto;
				width: 95%;
				border-width::medium;
				border-color:#CCCCCC;
				border-style:ridge;
			}

/*CSS used for iframe on meetings page*/
.iframeSettings
			{
				margin-left:auto;
				margin-right:auto;
				width: 100%;
				height: 600px;
			}
/*sets width and borders for calendar cell on meetings page*/
.calendarCell
			{
				width:25%;
			}

/*sets width of links on meetings page to right of calendar*/
.meetingsLinks
			{
				width:75%;
			}

/*sets margins and borders for calendar table on meetings page*/
.calendarTable
			{
				margin-left:auto;
				margin-right:auto;
				border-width::medium;
				border-color:#CCCCCC;
				border-style:ridge;
			}
						
/*sets padding for LHC InFocus table*/
.paddedCell
			{
				padding:10px;
			}

/*sets fonts, margins and color for table (cell) headers*/
.headerCell
			{
				border-width:thin;
				border-color:#CCCCCC;
				border-style:ridge;
				text-align:center;
				font-weight:bold;
			}

/*sets fonts, margins and color for standard cells in a table*/
.standardCell
			{
				border-width:thin;
				border-color:#CCCCCC;
				border-style:ridge;
			}
			
/*sets fonts, margins and color for centered cells in table*/
.centeredCell
			{
				border-width:thin;
				border-color:#CCCCCC;
				border-style:ridge;
				text-align:center;
			}

/*sets, fonts, margins, borders, text-size (small) and color for centered cells in table*/
.centeredCellSmallFont
			{
				border-width:thin;
				border-color:#CCCCCC;
				border-style:ridge;
				text-align:center;
				font-size:x-small;
			}
			
/*used to align cells at top vertically*/
.valignTop
			{
				vertical-align:top;
			}
						
/*expands image header across width of main table*/
.headerImage
			{
				width:100%;
			}
			
/*sets font, color and text alignment for titles on pages*/
.header1
			{
				font-size:x-large;
				color:#20007D;
				text-align:center;
				font-weight:bold
			}
			
/*sets font, color and text alignment for section titles within a page*/
.header2
			{
				font-size:large;
				color:#20007D;
				font-weight:bold;
				padding-left:2%;
				padding-right:2%;
			}
			
/*sets font, color and text alignment for subsection titles within a page*/
.header3
			{
				color:#000000;
				text-decoration:underline;
				padding-left:2%;
				padding-right:2%;
			}

/*sets font, color and text alignment for centered titles smaller than main heading*/			
.header4	
			{
				font-size:large;
				color:#20007D;
				text-align:center;
				font-weight:bold
			}
			
/*applies formatting to links on left side of page*/			
.leftsideLinks
			{
				text-align:center;
				width:20%;
				font-size:x-small;
				vertical-align:top;
				font-weight:bold;
				background-image:url(images/linkGradient.jpg);
				background-repeat:no-repeat;
				padding:5;
			}

/*used for lists of hyperlinks in center of page, i.e. press releases*/
.centerLinks
			{
				text-align:center;
				font-size:small;
			}
			
/*applies formatting to notes in center of page for adobe downloads, etc.*/
.centerNotes
			{
				text-align:center;
				font-size:small;
				font-weight:bold
			}
			
/*applies font size, color and margins to address and site policy footer information*/
.footerTable
			{
				margin-left:auto;
				margin-right:auto;
				font-size:xx-small;
				color:#FFFFFF;
				width: 90%;
			}

/*applies text alignment and cell spacing to footer table at bootom of page for 
information on left-hand side*/
.leftFooter
			{	width:50%;
				text-align:left
		 	}
			
/*applies text alignment and cell spacing to footer table at bootom of page for 
information on righ-hand side*/
.rightFooter
			{	width:50%;
				text-align:right
		 	}
			
/*changes font size from standard hyperlink to x-small and color from blue to white for
information at bottom footer table*/
.footerEmail
			{
				font-size:xx-xmall;
				color:#FFFFFF;
			}