	#innersContent {
		
	}

	@font-face {
		font-family: 'ChunkFiveRoman';
		src: url('../chunkfive-webfont.eot');
		src: url('../chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
			url('../chunkfive-webfont.woff') format('woff'),
			url('../chunkfive-webfont.ttf') format('truetype'),
			url('../chunkfive-webfont.svg#ChunkFiveRoman') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	
	#alertsContent{
		
	}
	
		#alertsContent #alerts {
			margin: 25px auto 0;
			width:620px;
			color:#27195E;
			background-image:url('../../images/alertsLanding.png');
			background-repeat:no-repeat;
			background-position:right top;
		}
	
			#alertsContent .header {
				font-weight:bold;
				width:300px;
				display:block;
			}
	
				#alertsContent .header  span{
					font-family:ChunkFiveRoman;
					margin:0px;
					line-height:95%
				}
	
					#alertsContent .header  #first{
						font-size:50px;
					}
	
					#alertsContent .header  #second{
						color:#E56717;
						font-size:66px;
					}
	
					#alertsContent .header  #third{
						font-size:34px;
					}
	
			#alertsContent p {
				font-family:Arial;
				font-size:16px;
				width:350px;
				line-height:150%;
			}
	
	#alertsContent .options {
		width: 540px;
		margin: 25px auto 0;
	}
	
		#alertsContent .options .oneOption {
				float:left;
				width: 240px;
				margin: 10px auto 0;
				padding: 0px;
				text-align: center;
				border: 1px solid #165d1c;
				background: #007104 !important;
				background: -moz-linear-gradient(top, #007104 0%, #041a05 100%)  !important;
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007104), color-stop(100%,#041a05)) !important;
				background: -webkit-linear-gradient(top, #007104 0%,#041a05 100%) !important;
				background: -o-linear-gradient(top, #007104 0%,#041a05 100%) !important;
				background: -ms-linear-gradient(top, #007104 0%,#041a05 100%) !important;
				background: linear-gradient(top, #007104 0%,#041a05 100%) !important;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px;	
				cursor: pointer;
		}
		#alertsContent .options .oneOption .innerOption {
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			border: 1px solid #fff;
			margin: 0px;
			padding: 4px 0px;
			text-align: center;
		}
						
		#alertsContent .options .oneOption .innerOption a {
			display: block;
			color: #fff;
			padding: 4px 0;
			text-decoration: none;
		}
		
		#alertsContent .options .oneOption .innerOption a span {
			display: block;					
			text-shadow: 0px 3px 5px #082909;
			font-weight: bold;
			margin: 2px 0px;
		}

#body #bodyInner #innerContent #theContent.NoAds {
	background: none repeat scroll 0 0 #F1F1F1;
	float: left;
	margin: 0 0 20px;
	padding: 0 0 20px;
	width: 100%;
}