@charset "utf-8";
/*CSS Document*/

/****************************************************************************************************

AUTHORS:
Mike Donovan

VERSION: 
1.0.0

DATE CREATED:
07/13/08

NOTES:
Resets the CSS framework to the baseline defaults. 

****************************************************************************************************/

div.panelWrapper div#panel_01, div.panelWrapper div#panel_02, div.panelWrapper div#panel_03
{
	behavior: url(js/iepngfix.htc); /*This path MUST be relative to the HTML document displaying the images, NOT the CSS document. This also relies on a path to the blank.gif image in the .htc file*/
}
/* Normalizes margin, padding */
html, body, div, dl, dt, dd, pre, form, fieldset, input, blockquote, th, td
{
	margin: 0;
	padding: 0;
}

/* Normalizes margin, padding */
li
{
	margin-left: 20px;
	margin-right: 20px;
	padding: 0px;
}

/* Normalizes margin, padding */
ul, ol
{
	margin-top: 0px;
	margin-bottom: 20px;
}

/* normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, th, var
{
	font-style: normal;
	font-weight: normal;
}

/* normalizes table and div borders */
table, div
{
	border-collapse: collapse;
	border-spacing: 0;
}

/* normalizes img borders */
img, a
{
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0px;
	padding: 0px;
}

/* removes border from fieldset and img */
fieldset, img
{
	border: 0;
}

/* left aligns text in caption and th */
caption, th
{
	text-align: left;
}
