* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Georgia, serif;
	color: #000000; 
	background-color: #ffffff; 
}

body.section-1 { }
body.section-2 { }
body.section-3 { }
	a:link { 
	text-decoration: none;
	color: #666666; 
	}
	
	a:active { 
	text-decoration: none;
	}
	a:visited { 
	text-decoration: none;
	color: #ccc;
	background: none; 
	}
	a:hover {
	color: #3d99fe;
	}
	a img { 
	border: none; 
	}
	
	
	.top-section {
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 8px;
		padding-left: 25px; 
		font-size: 24px;
		line-height: 24px;
		color: #0099ff;
		font-style: italic;
		font-family: Georgia, serif;
	}

	#menu {
		width: 225px; 		overflow: auto;
		top: 0;
		bottom: 0;
		left: 0;
		position: fixed; 
		height: 100%;
		background-color: #ffffff;
		padding-top: 10px; 
		padding-bottom: 25px;
		font-size: 11px;
	text-align: center;
} 
	#menu ul {
		list-style: none;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 10px; 
		margin-left: 0px;
		
		padding-right: 25px;
		padding-left: 25px;
	}

	#menu ul li {
		margin-top: 0px;
		margin-bottom: 4px;
	text-align: left;
}
	#menu ul li.section-title {
		padding-top: 5px;
		padding-right: 0px;
		padding-bottom: 2px;
		padding-left: 0px;
		color: #3d99fe;
		border-top-color: #000000;
		border-top-style: dotted;
		border-top-width: 1px;
	text-transform: uppercase;
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 5px;
	text-align: left;
}	
		
		#menu ul.built {
			margin-bottom: 0;
		}
		
		#copy {
			font-size: 9px;
			color: #cccccc;
			font-family: Georgia, serif;
			font-style: italic;
			margin-top: 5px;
			padding-top: 10px;
			border-top-color: #cccccc;
			border-top-style: dotted;
			border-top-width: 1px;
		}

	#content {
		height: 100%;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 225px;
		top: 0;
	    padding-top: 135px;
		padding-right: 5px;
		padding-bottom: 25px;
		padding-left: 40px;
	}

	.container {
		margin-bottom: 25px;
	}

	#content p { 
		width: 600px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 20px; 
		margin-left: 0px; 	
	    line-height: 18px;
	}

	p { 
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 9px;
    margin-left: 0;


	}
	
	#once { clear: left;
	text-align: center;
}
