#static-container {
	}
	
/*	anchor-links
--------------------------------------------------*/
#anchor-links {
	padding: 0 0 30px 0;
	font-size: 14px;
	background-color: inherit;
	color: #000;
	line-height: 24px;
}

	#anchor-links a {
		font-size: 14px;
		padding: 0 12px 0 0;
		background-color: inherit;
		color: #666;
	}
	
	#anchor-links a:hover {
		background-color: inherit;
		color: #000;
	}
		
#static-content {
	width: 578px;
	float: left;
	}
	
	#static-content img {
		margin: 0 0 25px 0;
		}
	
#static-sidebar {
	width: 400px;
	float: left;
	}
	
	#blue-box {
		position: relative;
		color: #fff;
		background-color: #154d9f;
		background-image: url("/i/blue-box-bottom.png");
		background-position: 0 100%;
		background-repeat: no-repeat;
		padding: 20px 0 30px 0;
		margin: 0 0 30px 0;
		}
		
		#blue-box h2 {
			margin: 0 0 10px 0;
			font-size: 32px !important;
			font-family: georgia, arial, sans-serif;
			font-style: italic;
			text-align: center;
			}
			
		#blue-box p {
			font-size: 16px;
			line-height: 22px;
			font-family: georgia, arial, sans-serif;
			margin: 0;
			padding: 0 20px;
			font-style: italic;
			color: #bbcbe3;
			background-color: inherit;
			text-align: center;
			}
			
			#blue-box p a {
				font-size: 16px;
				color: #bbcbe3;
				background-color: inherit;
				font-family: georgia, arial, sans-serif;
				font-weight: bold; 
				}
				
			#blue-box p a:hover {
				color: #fff;
				background-color: inherit;
				}
	
	#green-box {
		position: relative;
		color: #fff;
		background-color: #14911d;
		background-image: url("/i/green-box-bottom.png");
		background-position: 0 100%;
		background-repeat: no-repeat;
		padding: 30px 0 20px 0;
		}
		
		#green-box h2 {
			font-size: 18px;
			margin: 0 0 15px 0;
			padding: 0 20px;
			}
			
		#green-box h3 {
			font-size: 14px !important;
			margin: 0 0 3px 0;
			padding: 0 20px;
			font-weight: normal;
			}
			
		#green-box ul {
			background-color: #3ca443 !important;
			color: #fff;
			border-bottom: 2px #127f19 solid !important;
			border-top: 2px #127f19 solid !important;
			width: 320px;
			margin: 0 0 15px 20px !important;
			}
			
			#green-box ul li {
				background-image: url("/i/li-dot-green.png") !important;
				}
			
			#green-box ul li a {
				color: #002e72;
				background-color: inherit;
				}
				
			#green-box ul li a:hover {
				color: #fff;
				background-color: #002e72;
				text-decoration: none;
				}
			
		#green-box p {
			font-size: 14px;
			line-height: 16px;
			color: #afd9b2;
			background-color: inherit;
			padding: 0 20px;
			margin: 0 40px 15px 0;
			}
		
		img.box-top-corner {
			position: absolute;
			top: 0;
			left: 0;
			display: block;
			width: 400px;
			height: 7px;
			}

h1 {
	font-size: 20px;
	margin: 0 0 20px 0;
	}		
			
h2 {
	font-size: 18px !important;
	margin: 0 30px 15px 0;
	font-weight: normal;
	}
	
h3 {
	font-size: 16px;
	margin: 0 30px 10px 0;
	font-weight: bold;
	}
	
h4 {
	font-size: 16px;
	margin: 0 30px 10px 0;
	}
	
p {
	font-size: 14px;
	line-height: 20px;
	margin: 0 50px 15px 0;
	color: #666;
	background-color: inherit;
	}
	
p.hight-content {
	font-size: 16px !important;
	color: #000;
	background-color: inherit;
	}
	
.go-to-top {
	display: block;
	font-size: 14px;
	margin: 0 0 30px 0 !important;
	}
	
	.go-to-top a {
		color: #afafaf;
		background-color: inherit;
		}
		
	.go-to-top a:hover {
		color: #000;
		background-color: inherit;
		}
		
#static-container ul {
		padding: 20px;
		margin: 0 0 15px 0;
		color: #666;
		background-color: #eee;
		border-top: 2px #ccc solid;
		border-bottom: 2px #ccc solid;
	}
	
	#static-container ul li {
		font-size: 14px;
		line-height: 20px;
		color: #666;
		background-color: inherit;
		background-image: url("/i/li-dot-2.png");
		background-position: 0 6px;
		background-repeat: no-repeat;
		padding: 0 0 0 15px;
		}