#subNavigation {
	float: left;
	margin: 0 27px 0 0;
	width: 10em;
	min-height: 200px;
	height: auto !important;
	height: 200px;
}

	#subNavigation ul {
		list-style-type: none;
	}

		#subNavigation ul li {
			
		}
		
			#subNavigation ul li a {
				padding: 15px 0 15px 15px;
				display: block;
				color: #af2f21;
				text-decoration: none;
				text-transform: uppercase;
				font-style: italic;
				font-size: 0.9em;
			}
			
				#subNavigation ul li.active a,
				#subNavigation ul li a:hover {
					font-weight: bold;
				}
		
				#subNavigation ul li:first-child a {
					padding: 0 0 15px;
				}
			
			#subNavigation ul li.heading {
				background: #af2f21 url("/a/img/global/subNavLeft.gif") no-repeat top left;
				line-height: 45px;
			}
			
				#subNavigation ul li.heading h3 {
					background: url("/a/img/global/subNavRight.gif") no-repeat top right;
					color: #fff;
					font-size: 1em;
					padding: 0 10px 0 19px;
				}

#content {
	float: left;
	width: 62.8em;
}

	#content #download {
		min-height: 35px;
		height: auto !important;
		height: 35px;
		margin: 0 10px 0 0;
		clear: both;
	}
	
		#content #download a {
			display: block;
			line-height: 35px;
			float: right;
			border-bottom: 1px dotted #fff;
			text-transform: uppercase;
			font-size: 0.9em;
			color: #333;
			text-decoration: none;
			font-weight: bold;
		}
		
			#content #download a.pdf {
				background: url("/a/img/global/pdf.gif") no-repeat center left;
				padding-left: 37px;
			}
		
			#content #download a span,
			#content #download a:hover {
				color: #ff6666;
				text-decoration: none;
			}
	
	#content #copy {
		padding: 20px 0 0 0;
		width: 42em;
		float: left;
	}

		#content #copy h3,
		#content #copy h4 {
			color: #333;
		}
		
		#content #copy ul {
			color: #af2f21;
			margin: 0 0 20px 14px;
		}
		
			#content #copy ul strong {
				color: #666;
			}
			
			#content #copy ul li {
				margin: 0 0 10px 0;
			}
			
				#content #copy ul#currentOppsLinks li a {
					color: #666;
					font-weight: bold;
					text-decoration: none;
				}
				
					#content #copy ul#currentOppsLinks li a:hover {
						color: #af2f21;
						text-decoration: none;
					}
					

		#content #copy a {
			white-space:nowrap;
		}

		#content #copy a.apply {
			display: inline-block;
			padding-left: 17px;
			margin-bottom: 20px;
			font-size: 0.9em;
			color: #AF2F21;
			text-decoration: none;
			font-weight: bold;
			background: url("/a/img/global/applyBg2.gif") no-repeat center left;
			text-transform: uppercase;
		}
		
			#content #copy a.apply:hover {
				color: #ff6666;
				text-decoration: none;
			}
		
		#content #copy table {
			background: #fff;
			border: 1px solid #333;
			border-collapse: collapse;
			margin-bottom: 20px;
			text-align: left;
		}
		
			#content #copy table thead tr th {
				background: #af2f21;
				padding: 15px 10px;
				border: 1px solid #333;
				color: #fff;
			}
			
			#content #copy table tbody tr td {
				padding: 10px;
				border: 1px solid #333;
				padding: 10px;
			}
			
			#content #copy table ul {
				margin: 0 0 0 14px;
			}
			
				#content #copy table ul li {
					margin: 10px 0;
				}
					
		#content #copy .opportunity {
			margin: 20px 0 50px -14px;
		}
		
			#content #copy .opportunity p,
			#content #copy .opportunity ul {
				color: #666;
			}
			
			#content #copy .opportunity a {
				color: #af2f21;
			}
			
				#content #copy .opportunity a:hover {
					color: #333;
				}
	
	#content #images {
		float: right;
		width: 228px;
		margin-top: -35px;
	}
	
		#content #images p {
			padding: 13px 0;
			color: #333;
		}
		
			#content #images p strong {
				display: block;
			}
