/*NOTES
153A79				Logo Blue
003366				Dark Blue websafe matching logo
493272				Purple/dark blue from brochure
C3B7D3				Light blue/purplish from brochure
D6AB98				mellon/orange from brochure
Courier New			Link Text
Bradley Hand ITC	Title Text
*/

/*MAIN NAVIGATION*/
#navbar ul			{margin: 0px;
    				list-style-type: none;
    				white-space: nowrap;}

#navbar ul li		{display: inline;}

#navbar a, li#current
					{font: bold 11px Arial, Helvetica, sans-serif;
					float: left;
    				text-decoration: none;
    				padding: 3px 6px 3px 6px;					/*top, right, bottom, left*/
    				border-right: #153A79 solid 6px;
    				color: white;}

#navbar a:hover		{background-color: #D6AB98;
    				color: white;}
    
#navbar a:active	{background-color: #D6AB98;
    				color:white;}
    				
#navbar a:focus		{background-color: #D6AB98;
    				color:white;}

li#current			{background-color: #D6AB98;
    				color: white;}

/*SUBPAGE NAVIGATION*/    				
ul.submenu
	{list-style-type: none;
    color: #153A79;
    text-decoration: none;
    background-color: white;     			
    margin: 0px;
    padding: 0px;
    width: 155px;                  			
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 155px;}
    
    html>body ul.submenu {width: 155px}
    
ul.submenu li 
	{font: bold 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
    margin-left: 0px;
    margin-top: 7px;
    padding: 0px;}
    
ul.submenu ul 
	{list-style-type: none;
	margin: 0px;
	text-decoration: none;
    padding: 0px;
	voice-family: "\"}\"";
    voice-family: inherit;
    margin: 0px;}
    
ul.submenu a.submenu
	{font: bold 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
    color: white;
    background-color: #153A79;
    width: 100%;
    display: block;
    voice-family: "\"}\"";
    voice-family: inherit;
    padding: 4px 5px 3px 10px;                   /*top, right, bottom, left*/
	border-right: 1px solid #C3B7D3;     		/*dark blue*/
	border-top: 1px solid #C3B7D3;
	border-bottom: 1px solid #C3B7D3;}
	
html>body ul.submenu a.submenu {width: auto}

ul.submenu a.submenu:hover
	{font: bold 11px Arial, Helvetica, sans-serif;
	color: white;
	background-color: #D6AB98;           		/*background page light blue*/
	padding: 4px 5px 3px 10px;                   /*top, right, bottom, left*/
	border-right: 1px solid #153A79;
	border-top: 1px solid #153A79;
	border-bottom: 1px solid #153A79;}

/*current page*/
ul.submenu a.submenu2
	{font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
    color: #C3B7D3;
    background-color: #153A79;
    width: 100%;
    display: block;
    voice-family: "\"}\"";
    voice-family: inherit;
    padding: 4px 5px 3px 10px;                   /*top, right, bottom, left*/
	border-right: 1px solid #C3B7D3;     		/*dark blue*/
	border-top: 1px solid #C3B7D3;
	border-bottom: 1px solid #C3B7D3;}
	
html>body ul.submenu a.submenu2 {width: auto}

ul.submenu a.submenu2:hover
	{font: bold 12px Arial, Helvetica, sans-serif;
	color: white;
	background-color: #D6AB98;           		/*background page light blue*/
	padding: 4px 5px 3px 10px;                   /*top, right, bottom, left*/
	border-right: 1px solid #153A79;
	border-top: 1px solid #153A79;
	border-bottom: 1px solid #153A79;}

/*UNSPECIFIED = BOLD*/
a:link				{font: bold 12px Courier New, Arial, Helvetica, sans-serif;
					text-decoration: none;
					color:#003366}
			
a:visited			{font: bold 12px Courier New, Arial, Helvetica, sans-serif;
					text-decoration: none;
					color:#D6AB98;}
					
a:hover				{font: bold 12px Courier New, Arial, Helvetica, sans-serif;
					text-decoration: none;
					color:#003366;}
					
/*NON-SPECIFIC BOLD WITH BACKGROUND ORANGE for most text paragraphs*/
a.bold:link			{font: bold 15px Courier New, Arial, Helvetica, sans-serif;
					text-decoration: none;
					padding: 1px 0px 1px 0px;						/*top, right, bottom, left*/ 
					color:#003366}
			
a.bold:visited		{font: bold 15px Courier New, Arial, Helvetica, sans-serif;
					text-decoration: none;
					padding: 1px 0px 1px 0px;						/*top, right, bottom, left*/
					color:#D6AB98;}
					
a.bold:hover		{font: bold 15px Courier New, Arial, Helvetica, sans-serif;
					text-decoration: none;
					background:#D6AB98;
					padding: 1px 0px 1px 0px;						/*top, right, bottom, left*/
					color:white;}	
													
/*NON-SPECIFIC NON-BOLD for more subtle text*/
a.normal:link		{font: 12px Courier New, Arial, Helvetica, sans-serif;
					text-decoration: none;
					padding: 1px 0px 1px 0px;						/*top, right, bottom, left*/
					color:#003366;}
						
a.normal:visited	{font: 12px Courier New, Arial, Helvetica, sans-serif;
					text-decoration: none;
					padding: 1px 0px 1px 0px;						/*top, right, bottom, left*/
					color:#003366;}
										
a.normal:hover		{font: 12px Courier New, Arial, Helvetica, sans-serif;
					text-decoration: none;
					padding: 1px 0px 1px 0px;						/*top, right, bottom, left*/
					background:#D6AB98;
					color:#003366;}					
		
/*FOOTER LINKS*/
a.footer:link		{font: 11px Courier New, Arial, Helvetica, sans-serif;
					text-decoration: none;
					padding: 1px 0px 1px 0px;						/*top, right, bottom, left*/
					color: #C3B7D3;}
				
a.footer:visited	{font: 11px Courier New, Arial, Helvetica, sans-serif;
					text-decoration: none;
					padding: 1px 0px 1px 0px;						/*top, right, bottom, left*/
					color: #C3B7D3;}
					
a.footer:hover		{font: 11px Courier New, Arial, Helvetica, sans-serif;
					text-decoration: none;
					padding: 1px 0px 1px 0px;						/*top, right, bottom, left*/
					background:#D6AB98;
					color:#003366;}
					
							
/*HEADERS*/				
	h1			{font: bold 20px Courier New, Arial, Helvetica, sans-serif;		/*Large section headers*/
				margin: 0px 0px 10px 0px;
				border-top: 1px solid #153A79;
				border-bottom: 1px solid #153A79;
				padding: 3px 2px 1px 2px;						/*top, right, bottom, left*/
				background: #C3B7D3;
				color: #003366;}
				
	h2			{font: bold 18px Courier New, Arial, Helvetica, sans-serif;		/*Largest in intro on index*/
				margin: 0px 0px 7px 0px;
				color: #003366;}
			
	h3			{font: bold 11px Arial, Helvetica, sans-serif;		/*paragraph titles*/
				margin: 0px 8px 5px 0px;
				border-bottom: 1px solid #153A79;
				border-top: 1px solid #153A79;
				border-right: 1px solid #153A79;
				background: #C3B7D3 url('bg_newsheader.jpg');
				color: #153A79;}
				
	h4			{font: bold 13px Arial, Helvetica, sans-serif;		/*paragraph titles*/
				margin: 0px 2px 5px 0px;
				border-bottom: 1px solid #153A79;
				color: #153A79;}
				
/*1st tier titles*/
a.h2:link			{font: bold 18px Courier New, Arial, Helvetica, sans-serif;		/*Largest in intro on index*/
					margin: 0px 0px 7px 0px;
					color: #003366;
					text-decoration: none;}
			
a.h2:visited		{font: bold 18px Courier New, Arial, Helvetica, sans-serif;		/*Largest in intro on index*/
					margin: 0px 0px 7px 0px;
					color: #003366;
					text-decoration: none;}
					
a.h2:hover			{font: bold 18px Courier New, Arial, Helvetica, sans-serif;		/*Largest in intro on index*/
					margin: 0px 0px 7px 0px;
					text-decoration: none;
					background:#D6AB98;
					color: white;}

  				