/* CSS Document */
html, body 
		{
    	height: 100%;
		}
body
		{
		margin: 0 auto;
		background-color: #E5E5E5;
		/*width:1050px;*/
		/*
		background-image: url(../images/bg.gif);
		background-repeat: repeat-y;
		*/
		}
		
.main
		{
		height:100%;
		margin: 0px auto;
		text-align: left;
		background-image: url(../images/bgBARleft.png);
		background-repeat: repeat-y;
		background-color: #FFFFFF;
		}
		
.copyright	
		{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #717171;
		padding: 0px 0px 0 20px;
		text-align: left;
		vertical-align: middle;
		}
				
				
	/*
.buttons a, a:visited
		{
		display: inline;
		font-family: Arial, Helvetica, sans-serif; 
		font-weight: bold;
		font-size:12px;
		color: #FFFFFF;
		text-align: center;
		text-decoration: none;
		background-color: #06538c;
		padding: 1px 10px 1px 10px;
		border: 2px solid #06538c;
		}	
		
.buttons a:hover
		{
		background-color:#f2e08b;
		color: #06538c;
		}		
	*/
			
.quoteText 
		{
		color: #004b8e;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		padding: 10px;
		width: 200px;
		margin: 0 0 0 25px;
		}
	
.quoteSig 
		{
		color: #004b8e;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 10px;
		padding: 10px;
		margin: 0 0 0 25px;
		}	
		
.header 
		{
		background-color: #808184;
		color: #FFFFFF;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 11px;
		}
		
.headerTitle	
		{
		font-size: 18px;
		padding: 35px 0 5px 20px;
		border-bottom: 1px solid White;
		}		
		
.headerSubtitle	
		{
		font-size: 16px;
		padding: 5px 0 0 20px;
		}		
				
.headerTable 
		{
		border-left-width: 2px;
		border-left-style: dotted;
		border-left-color: #FFFFFF;
		margin: 5px;
		text-align: left;
		padding-top: 10;
		padding-right: 0;
		padding-bottom: 0;
		padding-left: 10px;
		}
		
.imageBorder 
		{
		border: 4px solid #FFFFFF;
		margin: 0 0 0 10px;
		}

.pageTITLE
		{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight: bold;
		color: #004b8e;
		padding: 20px 30px 0 20px;
		}
		
.pageSUBTITLE
		{
		width: 635px;
		font-size: 12px;
		font-weight: bold;
		border-bottom: 2px solid #004b8e;
		}

.pageContent
		{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		/* color: #06538c; */
		color: #000000;
		padding: 20px 50px 0 20px;
		text-decoration: none;
		}		

.pageContent a
		{
		text-decoration: none;
		color: #004b8e;
		}			
		
.pageContent a:hover
		{
		text-decoration: underline;
		}

.swoosh 
		{
		padding:0px;
		background-image: url('../images/bgSWOOSH.png');
		background-repeat: no-repeat;
		background-position: bottom right;
		height: 200px;
		vertical-align: bottom;
		}				
	