
/*
colors

*/

/* ---------------- html tags ---------------- */
html
{
	min-height: 100%;
	height: auto;
}

 /*
  USAGE: All you have to do is include this one line in your CSS file, with the
  tag names to which you want the script applied:
 */

 /* img, div { behavior: url(/css/iepngfix.htc) } */

 
 /* Alternatively, you can specify that this will apply to all tags like so: */
   * { behavior: url(/css/iepngfix.htc) }


body
{
	margin: 0;
	font-family: Arial, Verdana, "sans-serif";
	font-weight: normal;
	background: url('../siteimages/background.jpg');
	/* Added fix for hover over anything, not just <a> in ie6 , csshover.htc
	from http://www.xs4all.nl/~peterned/csshover.html */
	behavior: url(/css/csshover.htc)
}

p
{

}

h1, h2, h3, h4, h5, h6
{
	font-family: verdana, helvetica, "sans-serif";
	font-weight: bold;
	margin: 0;
	color: MediumSlateBlue;
}

h1
{
	font-size: 160%;
}

h2
{
	font-size: 140%;
}

h3
{
	font-size: 120%;
}

ol
{
	margin-left: 55px;
	padding-bottom: 10px;
	list-style: decimal;
}

hr
{
	width: 98%;
	margin: 0 10px 5px 0;
}

input
{
	margin: 5px 0px;
}

/* ---------------- END html tags ---------------- */

