/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
h1	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #99C;
	letter-spacing: .1em;
	font-weight: 900;
}
h2	{
	font-family: "Courier New", Courier, monospace;
	font-size: 30px;
	color: #9999CC;
	text-transform: uppercase;
	font-weight: bold;
	background-position: top;
}
ul {
	font-variant: small-caps;
	color: #663366;
	list-style-position: inside;
	list-style-type: square;
}

h3	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #663366;
	letter-spacing: .1em;
	font-weight: 900;
	text-transform: uppercase;
}
h4	{
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #9999CC;
	text-transform: uppercase;
	font-weight: bold;
	background-position: top;
}
h5	{
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	color: #663366;
	letter-spacing: .1em;
	font-weight: 900;
}
h6	{
	font-family: "Courier New", Courier, monospace;
	font-size: 34px;
	color: #9999CC;
	text-transform: uppercase;
	font-weight: bold;
	background-position: top;
}
body {
	margin:0px;
	}
#TrowelBackground	{
	background-image:url(../Graphics/trowel.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	vertical-align: top;
	text-align: justify;
	}

#BrushBackground	{
	background-image:url(../Graphics/brush.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	vertical-align: top;
	text-align: justify;
}
#topNavigation {
	background-color: /*#663366*/ /*#9999CC*/#FFFFFF; /* Sets the bottom border properties for an element using shorthand notation */
	height: 2em;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;*/
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}
#disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
}
#telno	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #663366;
	letter-spacing: .1em;
	font-weight: bolder;
	background-position: center bottom;
}	

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	border: 0;
	border-width: 0;
	padding: 0;
	color: #663366;
	}
	
a:hover {
	color: #9999CC;
	}
	
#Copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight: lighter;
	font-variant: small-caps;
	color: #663366;
	}
