body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	width: 100%;
	background-image: url(images/bg10.gif);
}

a:link {
	color:#0033FF;
	text-decoration: none;
	text-align: center;
}
a:visited {
	color:#0033FF;
	text-decoration: none;
	text-align: center;
}
a:hover {
	color:#FF0066;
	text-decoration: none;
	text-align: center;}

a:active {
	color: #CC00FF;
	text-decoration: none;
	text-align: center;
}

p.link
	{
	font-size:12pt;
	color: #0033FF;
	font-family: "Trebuchet MS";
	text-align: center;
	text-decoration: none;
	}

p.name	
	{
	font-size:12pt;
	color: #808080;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	}	
	
p.description	
	{
	font-size:12pt;
	color: #111111;
	font-family: "Trebuchet MS";
	text-align: center;
	font-style: italic;
	}
p.description-justify	
	{
	font-size:12pt;
	color: #111111;
	font-family: "Trebuchet MS";
	text-align: justify;
	font-style: italic;
	}
	
p.more {
	font-size:18pt;
	color: #0000FF;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

.oneColLiqCtrHdr #container {
	width: 80%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 36pt;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	height: 30pt;
	padding-top: 0;
	padding-bottom: 0;
}
.oneColLiqCtrHdr #footer {
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 1px;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0;
	padding: 10px 0;
}
h1 {
	font-family: Garamond;
	font-size: 24pt;
	font-weight: bold;
	color: #808080;
	letter-spacing: 21pt;
	text-transform: none;
	text-align: center;
}
h2 {
	font-family: Garamond;
	font-size: 18pt;
	color: #FF9933;
	font-weight: bold;
	line-height: 18pt;
	letter-spacing: 24pt;
	text-align: center;
}
.copyright {
	font-family: "Times New Roman";
	font-size: small;
	font-style: normal;
	color: #000000;
	text-align: center;
}
div.center {
	margin: 3em auto 0 auto;
	width: 600px;
	text-align:justify;
	font:"Trebuchet MS";
}
div.center-text {text-align:center; font:"Trebuchet MS"
}