/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	width: 800px;
	max-width: 800px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 800px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	height: auto;
}

.Header-Centered {
	margin: 10px 0px 15px 5px;
	font-family: Arial, Helvetica;
	font-size: 16px;
	font-style: normal;
	text-align: center;
}

p {
	font-size: 12px; 
	font-family: "Century Gothic", Verdana, Helvetica, Arial; 
	}
	
.p-Centered {
	font-size: 12px; 
	font-family: "Century Gothic", Verdana, Helvetica, Arial;
	text-align:center; 
	}
	
a { 
	color: blue; 
	font-size: 12px; 
	font-family: "Century Gothic", Verdana, Helvetica, Arial; 
	text-decoration: underline; 
	}
a:link { 
	color: blue; 
	font-size: 12px; 
	font-family: "Century Gothic", Verdana, Helvetica, Arial; 
	}
table { 
	font-size: 12px; 
	font-family: "Century Gothic", Verdana, Helvetica, Arial; 
	}
td { 
	font-size: 12px; 
	font-family: "Century Gothic", Verdana, Helvetica, Arial; 
	}
h1 { 
	font-size: 2em; 
	font-family: "century gothic", Verdana, Helvetica, Arial; 
	font-weight: bold;
	}
h2 { 
	font-size: 1.5em; 
	font-family: "century gothic", Verdana, Helvetica, Arial; 
	font-weight: bold; 
	}
h3 { 
	font-size: 1.25em; 
	font-family: "century gothic", Verdana, Helvetica, Arial; 
	font-weight: bold; 
	}
h4 { 
	font-size: 1em; 
	font-family: "century gothic", Verdana, Helvetica, Arial; 
	font-weight: bold; 
	}
h5 { 
	font-size: 0.83em; 
	font-family: "century gothic", Verdana, Helvetica, Arial; 
	font-weight: bold; 
	}
h6 { 
	font-size: 0.67em; 
	font-family: "century gothic", Verdana, Helvetica, Arial; 
	font-weight: bold; 
	}
#Main { 
	font-size: 12px; 
	font-family: "century gothic", Verdana, Helvetica, Arial; 
	visibility: visible; 
	position: absolute;
	}
.feature { 
	font-size: 12px; 
	font-family: "Century Gothic", Verdana, Helvetica, Arial; 
	line-height: 13px }
.body { 
	font-size: 12px; 
	font-family: "century gothic", Verdana, Helvetica, Arial;
	}
	
.Text {
	font-size: 12px;
	text-align: justify;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.Blocky {
	margin: 0px 40px 0px 40px;
	font-size: 12px;
	text-align: justify;
}
