/* We use a Background Image for Netscape 4 because*/ 
/*it cannot span the entire window with a div bg color */
body {
	background-color: #99CCCC;
	margin: 0px 36px 0 240px;
	padding: 0;
	/*background-image: url(images/graf_pbg.gif);*/
	background-repeat: repeat-x;
}
h1, h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	}

/* Netscape 4 will not honor font styles on the body selector very well */
p, div {font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}

#header {
	margin: 0;
	/*background-image: url(file:///D|/UD_Sites/BonitaSpringsBuyersAgent/images/bgTOP.gif);*/
}
#header p {
	margin: 0;
	font-size: 12px;
	text-align: right;
}
#mainwrapper {
	margin: 0;
}

/*Sidebar is absolutely posititioned for NN4 because it's more stable than floating*/
#sidebar {
	position: absolute;
	left: 24px;
	width: 180px;
	top: 136px;
	bottom:4px;
	color: #666666;
	
}
#maincontent p {
	font-size: 14px;
	}
#maincontent h1 { margin: 0 0 12px 0;}
#sidebar h2 { margin: 0 0 12px 0;}
#sidebar p {
	font-size: 12px;
	color: #666666;
}
#footer {
	margin: 48px 0 0 0;
	/*background-image: url(file:///D|/UD_Sites/BonitaSpringsBuyersAgent/images/brownswirl.gif);*/
}
#footer p {
	margin: 0;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#sidebar a:link, #sidebar a:visited  {color: #000;}
/*Hover is used because MSIE4 supports it*/
#sidebar a:hover, #sidebar a:active  {
	color: #000;
	background-image: url(file:///D|/UD_Sites/BonitaSpringsBuyersAgent/images/brownswirl.gif);
}

#picleft  {
	float: left;
	text-align: right;
	padding: 2;
}
#linkspecial	{
	A:link 
	color: purple;
	font-style: normal;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-color: 6FB7B7;
	float: none;
}
#links	{float:left;
	margin: 0 0 10px 0;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	

