/*NOTES:
 #000066				LOGO Blue(header, footer and logo)
 #A68C59				LOGO Gold (old color was #B6914A)
 #0000CC				Link Blue
 #C69E50				Link Gold (visited - lighter)
 #EDE3D2				Light Body gold background

 
 Times New Roman		logo font
 Verdana				menu fonts
 Verdana				link fonts
 Verdana				all text
 Verdana				general links within a text paragraph
*/

/*FRAMEWORK*/
body      		{font: 10px Verdana,Arial,Times New Roman,Helvetica,sans-serif;
				margin: 0px 0px 0px 0px;							/*top, right, bottom, left*/
				background: #EDE3D2 url('BG_shadow_A68C5E_QA.jpg') repeat-y;}		
           
p       		{word-spacing: 1px;
				line-height: 18px;
				text-align: justify;
				margin: 0px;}										/*top&bottom | right&left*/

		
/*HEADER and LOGO, NAVIGATION and SUBMENU*/
DIV.logo		{width: 704px;
				height: 80px;
				margin: 0px 23px 0px 23px;							/*top, right, bottom, left*/
				border-top: 8px solid #000066;
				background: white;}

DIV.navbar		{width: 704px;
				height: 22px;
				margin: 0px 23px 0px 23px;										
				font: bold 11px Verdana,Arial,Times New Roman,Helvetica,sans-serif;
				color: white;
				border-top: 1px solid #000000;
				background: #000066;}			
				
					

/*BEGIN SITE CONTENT*/							
DIV.container	{width: 704px;										/*Entire Site Container below main navigation*/	
				margin: 0px 23px 0px 23px;							/*top, right, bottom, left*/
				background: #D3BD92 url('QA-Header-body.jpg') no-repeat;}		/*background: #B6914A url('BG_main.jpg') repeat-x;*/

DIV.contents	{width: 554px;										/*Page Title and Content container*/
				margin: 0px 0px 0px 150px;							/*top, right, bottom, left*/		
				font: bold 23px Verdana,Arial,Times New Roman,Helvetica,sans-serif;
				color: #000066;
				line-height: 50px;}

DIV.contentsNewsletter	{width: 650px;								/*Page Title and Content container for NEWSLETTER only*/
						margin: 0px 0px 0px 30px;					/*top, right, bottom, left*/		
						font: bold 22px Verdana,Arial,Times New Roman,Helvetica,sans-serif;
						color: #000066;
						line-height: 50px;}
				
	DIV.contents2	{margin: 10px 15px 10px 15px;					/*top, right, bottom, left  |  Container for text area with borders*/
					font: 11px Verdana,Arial,Times New Roman,Helvetica,sans-serif;
					color: #000000;
					line-height: 17px;		
					border-right: 0px solid #000066;
					border-left:  2px solid #000066;}
								
		DIV.contents3	{margin: 0px 0px 0px 15px;					/*top, right, bottom, left  |  Container for all text such as announcements*/		
						font: 11px Verdana,Arial,Times New Roman,Helvetica,sans-serif;
						color: #000000;
						line-height: 17px;}

			DIV.contents4	{margin: 0px 0px 0px 0px;				/*top, right, bottom, left  |  Container for LINKS TABLE*/		
							font: 11px Verdana,Arial,Times New Roman,Helvetica,sans-serif;
							color: #000000;
							line-height: 17px;}
						
	/*left navigation*/	  
	/*Verticle Menu width of actual buttons is controlled in the code of each page, a note is made*/
	DIV.leftnav		{position: absolute;
					top: 168px;
					width: 140px;}
					
		DIV.leftnav2	{width: 125px;						
						font: bold 11px Verdana,Arial,Times New Roman,Helvetica,sans-serif;
						color: white;
						line-height: 20px;
						background: #000066;}			

	DIV.subnav	{position: absolute;
				width: 140px;								
				margin: 15px 0px 6px 10px;							/*top, right, bottom, left*/
				font: bold 11px Verdana,Arial,Times New Roman,Helvetica,sans-serif;
				color: #000066;
				line-height: 20px;}
					
DIV.footer	{height: 35px;
			margin: 0px;									
			font: 10px Verdana,Arial,Times New Roman,Helvetica,sans-serif;
			color: #9D9ABD;
			text-align: right;
			line-height: 33px;
			border-bottom: 1px solid #000000;			
			background: #000066 url('BG_footer.jpg') repeat-x;}