.displayNone {
  display: none;
  visibility: hidden;
  width: 0px;
  height: 0px;}

html {
  font-family: verdana;
  font-size: 1em;
  line-height: 1em;
  color: black;}

body {}

h1, h2, h3, h4, h5, h6 {
	color: #314e76;
	margin: 0px 17px;
	padding-top: 0.2em;}

h1 {
  font-size: 1.2em;}

h2 {
  font-size: 1.1em;}

h3 {
  font-size: 1.0em;}

h4 {
  font-size: 0.9em;}

h5 {
  font-size: 0.8em;}

h6 {
  font-size: 0.8em;
  font-style: italic;}

p {
  font-size: 0.8em;
  padding: 0.5em 1.5em 0.5em 1.5em;
  line-height: 1.5em;
  margin: 0;}

ul {
  font-size: 0.8em;}

a {
	text-decoration: none;
	color: #2e91bc;}

  a:hover {
  	text-decoration: underline;
  	color: #67b8db;}
  
#pageContainer {}

	#headerContainer {}
	
		#headerNavigationContainer {}
		
  		#headerNavigationContent {}
  		
  			#headerNavigationContent ul {
  				margin: 0;
  				padding: 0;
  				line-height: 25px;}
  			
  				#headerNavigationContent ul li {
  					list-style-type: none;
  					float: right;
  					margin: 0 2px;
  					display: block;
  					border: 1px solid white;
  					border-bottom: none;
  					background: #4b4a46;}
  					
  					#headerNavigationContent ul li:hover {
  						background: #2e4e75;}
  				
  					#headerNavigationContent ul li a {
  						color: white;
  						font-weight: bold;
  						tect-decoration: none;
  						margin: 0 4px;
  						text-transform: uppercase;}
  						
  						#headerNavigationContent ul li a:hover {
  							text-decoration: none;}
	
	#navigationContainer {
		text-align: center;
		line-height: 1em;
		vertical-align: middle;}
	
		#navigationContentContainer {}
	
  		#navigationContentContainer ul {
  			margin: 0;}
  		
    		#navigationContentContainer ul li {
    			list-style-type: none;
    			float: right;
    			margin: 0.5em 0.5em auto 0;
    			border-right: 1px solid #4b4a46;}
    		
      		#navigationContentContainer ul li a {
      			color: #4b4a46;
      			font-weight: bold;
      			text-decoration: none;
      			padding-right: 0.5em;
      			text-transform: uppercase;}

        		#navigationContentContainer ul li a:hover {
        			color: #2e4e75;}
	
	#bodyContainer {
		text-align: left;
		padding-top: 10px;}
		
		#headerLogoPretender {}
		
			table.orange {
				font-size: 0.8em;}
		
			#quickLinksContainer {}
			
				#quickLinksContainer h1 {
					margin: 0;
					font-size: 1em;
					font-weight: bold;
					text-transform: uppercase;
					color: white;
					background: url(../images/quickLinksHeaderBg.gif) transparent repeat-x center top;
					line-height: 36px;
					border: 1px solid #325279;
					padding-left: 6px;
					overflow: visible;}
			
				#quickLinksContainer ul {
					border: 1px solid #f0e3d2;
					border-top: 0;
					margin: 0;
					padding: 0;
					background: #fffcf7;}
				
					#quickLinksContainer ul li {
						list-style-type: none;
						background: url(../images/triangleListItemBg.gif) no-repeat 0 center;
						margin: 0 10px;
						line-height: 35px;
						overflow: visible;
						padding-left: 20px;}
						
						#quickLinksContainer ul li a {
							color: black;
							font-weight: normal;
							text-transform: uppercase;}
		
  #brandingContainer {
  	text-align: left;}
  	
  	#brandingContainer p {
  		font-size: 0.7em;
  		color: black;
  		margin: 0;
  		line-height: 2em;}
  	
  	#brandingContainer a {
  		color: black;
  		text-decoration: none;}
  
  #footerContainer {
  	text-align: left;
  	font-size: 0.7em;}
  	
  	#footerContainer a {
  		color: black;}