/*----main styles----*/
body 
{
	margin: 0;
	border: 0;
	padding: 0;
	font: 12px arial, geneva, verdana, sans-serif;
	height: 100%;
	background-color:#000000;
	background-image: url(../images/background.gif);
}
a:link {color: #CC6600}
a:visited {color: #CC6600}



/*----div styles----*/

#wrapper
{
	margin: 0;
	border: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color: #999966;
	text-align: center;
}
#body
{
	border-top: black thin solid;
	border-right: black thin solid;
	border-bottom: black thin solid;
	border-left: black thin solid;
	width: 800px;
	height: 100%; 
	background-color: #e8e8ee;
	/* These next three properties are needed to center #body in Firefox, Do Not Remove */
	text-align: center; 
	margin-left:auto;
	margin-right:auto;
	/* Do Not Remove Previous 3 Lines */
}
	
	
	
/*----font styles----*/

.title 
{
	color: #000000;
	font: 18px arial, geneva, verdana, sans-serif;
	font-weight: bold
}
.heading 
{
	color: #000000;
	font: 14px arial, geneva, verdana, sans-serif;
	font-weight: bold
}
.infoprint
{
	color: #000000;
	font: 10px arial, geneva, verdana, sans-serif;
	text-align: justify;
}
