@charset "UTF-8";
/* CSS Document */

body {
	background: #067f69;
	background-image: url(backgroundgradient.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 25px;
	color: #FFFFFF;
}

	#flash-container {
		width: 800px;
		margin: auto;
	}

	#skip a {
		text-decoration: none;
		color: #FFFFFF;
	}
	
	#skip a:hover {
		text-decoration: none;
		color: #FFFFFF;
		font-size: 24px;
	}

#container {
	width: 800px;
	margin: auto;
	padding: 30px;
}

#content-container {
	width: 648px;
	margin: auto;
	padding: 20px 0px 0px 0px;
}

	#content-nav {
	}
	
		#content-nav .active {
			background-image: url(images/active.png);
			background-repeat: no-repeat;
			height: 49px;
		}
	
			#content-nav ul {
				list-style-type: none;
				width: auto;
				position: relative;
				display: block;
				height: 49px;
				background: url(images/active.png);
				background-repeat: no-repeat;
				margin: 0;
				padding: 0;
			}
					
			li {
				display: block;
				float: left;
				margin: 0;
				padding: 0;
				width: 162px;
				height: 49px;
				text-align: center;
				text-decoration: none;
				color: #FFFFFF;
			}
			
			li a {
				text-decoration: none;
				color: #FFFFFF;
			}
			
			li a:hover {
				text-decoration: none;
				color: #FFFFFF;
				font-size: 24px;
				font-weight: bold;
			}
			
				li.active {
					background: url(images/active.png);
					background-repeat: no-repeat;
					padding: 12px 0 0 0;
					font-size: 24px;
				}
				
				li.active a {
					text-decoration: none;
				}
				
				li.active a:hover {
				
				}
				
				li.inactive {
					background: url(images/inactive.png);
					background-repeat: no-repeat;
					padding: 12px 0 0 0;
				}
				
				li.inactive a {
				
				}
				
				li.inactive:hover {
					text-decoration: none;
					color: #FFFFFF;
				}
  
	#content-main {
		background: #37b34a;
		background-image: url(images/contentgradient.png);
		background-repeat: repeat-x;
		padding: 25px 30px 0px 30px;
		border-left: 4px solid #231f20;
		border-right: 3px solid #231f20;
	}
	
		#content-main p {
			padding: 0px 0px 20px 0px;
		}
	
		#content-main a {
			text-decoration: underline;
			color: #FFFFFF;
		}
		
		#content-main a:hover {
			text-decoration: none;
			color: #10562b;
		}
		
		#content-main h1 {
			font-size: 24px;
			font-weight: bold;		
		}
				
	#content-footer {
		background-image: url(images/footer.png);
		height: 48px;
	}