
/* href="http://www.quackit.com/css/properties/" target="_blank">CSS PROPERTIES */
/* href="http://css.maxdesign.com.au/floatutorial/tutorial0613.htm" target="_blank">CSS FLOAT */
/* href="http://www.barelyfitz.com/screencast/html-training/css/positioning/" target="_blank">CSS POSITIONING */
/* href="http://www.w3schools.com/css/css_reference.asp" target="_blank">CSS REFERENCE */
/* href="http://www.hooverwebdesign.com/templates/table-generator.html" target="_blank">Table Generator */
/* href="http://www.w3schools.com/PHP/php_mysql_intro.asp" target="_blank">W3 Schools */
/* href="http://php.about.com/" target="_blank">About.com */
/* href="http://www.colorhunter.com/" target="_blank">Colors */

/* BODY * BODY * BODY * BODY * BODY * BODY * BODY * BODY * BODY */

/* START HTML LAYOUT GRID */
layoutgrid {
	margin: 0;
	padding: 0;
	background: url(http://www.usaens.com/images/layoutgrid/layoutgrid.png);
}
/* END HTML LAYOUT GRID */


/*  START HTML TOP BOTTOM RIGHT LEFT */
html {
	margin: 0px 0px; 0px; 0px;
	color: #000033;
	background-color: #ffffff;
	font-family: "tahoma", "arial", "ms sans serif", "verdana", "sans-serif";
	text-align: left;
}
/* END HTML TOP BOTTOM RIGHT LEFT */


/*  START BODY */
body {
	margin: 0px 0px; 0px; 0px;
	padding: 0px 0px; 0px; 0px;
	color: #000033;
	background-color: #ffffff;
	font-family: "tahoma", "arial", "ms sans serif", "verdana", "sans-serif";
	text-align: left;
}
/*  END BODY */

/*  START BODY FRAMESET */
body.frameset {
	color: #000033;
	background-color: #ffffff;
}
/*  END BODY FRAMESET */

