html
{
	background-image: url(../images/background.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat:
}

A
{
	color: #990033;	
}

A:visited
{
	color: #990033;
}

A:active
{
	color:#990033;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#wrap
{
	width: 750px;
	margin: auto;
	border-style: groove;
	border-color: #FFFFFF;
	color: #FFFFFF;
}

#content
{
	/* background-color: #00FFCC;/* for testing purposes */
	width: auto;
	float: right;
	color: #FFFFFF;
	list-style-image: url(../images/smalldroplet.gif);
}

#content h2
{
	color: #000000;
	font-family:"Times New Roman", Times, serif;
	font-style: italic;
	margin-left: 5px;
	width: 500px;
}

#content h3
{
	color: #FFFF00;
}

#content li
{
	font-weight: bold;
}

#content #homePage h2
{
	color: #66FFFF;
	width: 750px;
}

#content #salesPage h3
{
	color: #66FFFF;
	width: 700px;
	font-style: italic;
}

#content #salesPage A
{
	color: #FFFFFF;
	text-decoration: none;
}

#content #salesPage A:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

#content #salesPage A:active
{
	color: #FFFFFF;
	text-decoration: none;
}

#content #salesPage #outline table
{
	border: 1px;
	border-style: solid;
	width: 90%;
}

#content #salesPage #outline td
{
	border: 1px;
	border-style: solid;
	text-align: left;
}

#content #salesPage #outline th
{
	border: 1px;
	border-style: solid;
	color: #FFFF00;
}

#form
{
	/* background-color: #00FFCC;/* for testing purposes */
	width: auto;
	float: left;
	color: #FFFFFF;
	list-style-image: url(../images/smalldroplet.gif);
	align:right;
}

#form h2
{
	color: #000000;
	font-family:"Times New Roman", Times, serif;
	font-style: italic;
	margin-left: 5px;
	width: 500px;
}

#form h3
{
	color: #FFFF00;
}

#form li
{
	font-weight: bold;
}

#form td
{
	text-align:right;
	height:16pt;
}

#content #designPage h2
{
	color: #66FFFF;
	width: 750px;
}

#content #designPage A
{
	color: #FFFFFF;
	text-decoration: none;
}

#content #designPage A:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

#content #designPage A:active
{
	color: #FFFFFF;
	text-decoration: none;
}

#content #operationsPage h2
{
	color: #66FFFF;
	width: 750px;
}

#content #installationPage td
{
	font-size: 12px;
}

#content #installationPage #products table
{
	border: 1px;
	border-style: solid;
	width: 75%;
}

#content #installationPage #products td
{
	border: 1px;
	border-style: solid;
	text-align: left;
}

#content #installationPage #products th
{
	border: 1px;
	border-style: solid;
	color: #FFFF00;
}

#content #installationPage #products A
{
	color: #FFFF00;	
}

#content #installationPage #products A:visited
{
	color: #FFFF00;
}

#content #installationPage #products A:active
{
	color: #FFFF00;
}