/*

MAKES SENSE?  This is the style sheet that overrides style when no center is chosen, since only thing that changes is the topnav colors


   Template Name: dotCommonStyleNoCenter.cfm
       File Name: dotCommonStyleNoCenter.cfm
     Description: style sheet included on each and every page
         Keyword: dot, common style
      Processing: 

Revision History:
-----------------
 $Log: dotCommonStyleNoCenter.css $
 Revision 1.1  2000/08/22 19:57:16  rch
 Initial revision
*/

/* BEGIN: Verified: dotCommonMainHome.cfm, dotCommonNavigationHeader.cfm */

/* END: Verified */

/*******************************************************************************
Rules that follow are NOT used by: dotCommonMainHome.cfm, dotCommonNavigationHeader.cfm 
H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight : bold;
	color: #18164C;
}

H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight : bold;
	color: #18164C;
}

H4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight : bold;
	color : #993333;
}

H6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight : bold;
	color : #5A618C;
}

P {
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	font-style : normal;
}

.portheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight : bold;
	color : #993333;
}

.navaid {
	font-family: Arial;
	font-size: 8pt;
	color : #5A618C;
}

.heads {
	font: 8pt Arial;
	font-weight : bold;
	background : White;
	color: #666633;
}

HR {
	height: 1pt;
}

TD.BOLD {
	font: 9pt Arial;
	font-weight: bold;
}

.registrationheading {
	font-family : Arial;
	font-size: 12pt;
	font-weight : bold;
	color : #F2EEDB;
}
*******************************************************************************/

/*******************************************************************************
Notes during change over

Differing rules 
These are originally from contentstyle.css file 

These H's are differing ONLY by their color value:
H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight : bold;
	color: #18164C;
}

H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight : bold;
	color: #18164C;
}

H4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight : bold;
	color : #993333;
}

H6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight : bold;
	color : #5A618C;
}

TD { 
	font: 9pt Arial; 
	vertical-align : bottom;
}

.headingthree {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight : bold;
	color : #993333;
}

.portheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight : bold;
	color : #993333;
}

.bottomlink {
	font-family: Arial;
	font-size: 8pt;
	color : #5A618C;
	text-decoration: underline;
}

.pullquote {
	font-family: Arial;
	font-size: 9pt;
	font-weight : bold;
	color : #993333;
	text-decoration: none;
}

.leftheading {
	font-family: Arial;
	font-size: 9pt;
	font-weight : bold;
	color : #F2EEDB;
	text-decoration: none;
}

.navaid {
	font-family: Arial;
	font-size: 8pt;
	color : #5A618C;
}
*******************************************************************************/
