@charset "utf-8";
/* ---------------------------------------------------------------
	Dana Software Development, Inc.
	All rights reserved.
--------------------------------------------------------------- */
	
/* ---------------------------------------------------------------
	GLOBAL STYLES
--------------------------------------------------------------- */

div,h1,h2,h3,h4,h5,h6,p,pre,address,blockquote,span,ul,ol,li,dl,dd,dt,img {
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100.1%;
	background-color: #dfdfdf;
}

table {
	border-collapse: collapse; /* Removes the default "fat" table borders. */
}

img#printIcon {
	display:none;
}

/* ---------------------------------------------------------------
	AREA-SPECIFIC STYLES
--------------------------------------------------------------- */

#wrapper {
	width:1047px;
	background-color: #FC6;
	position: absolute;
	visibility: visible;
}

#header {
	position:relative;
	height: 100px;
	float: left;
	clear: both;
	width: 1047px;
}

#header img {
	padding-top: 35px;
}

div#navContainer {
	display:none;
}

#main {
	background:#FFF; /* This allows the #main DIV to be a container. */
	width:740px;
	float: left;
	padding: 0;
	/*clear: right;*/
}

#main img {
	margin: 20px;
}

#main table {
	margin: 0 0 20px 10px;
}

#main table p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.2;
	text-align: left;
}

#links {display:none;
}
