@charset "utf-8";
body, #header, #sidebar1, #footer {
	margin: 0; 
	padding: 0;
}
body  {
	font: 100% Arial, Helvetica, sans-serif;
	text-align: center; 
	color: #000000;
	background-color:#cccccc;
}
p {
	text-align:justify;
}
h1 {
	font-size:1.25em;
	margin: 0;
}
h2 {
	font-size:1.125em;
	margin:10px 0;
}
h3 {
	font-size:1em;
	margin:0;
}
.template #container { 
	background-image:url(../images/960.jpg);
	background-repeat:repeat-y;
	width: 960px;  
	margin: 0 auto; 
	text-align: left; 
} 
li {
	list-style-image:url(../images/list.png);
	padding-left:10px;
}
.template #leftcol {
	float: left; 
	width: 480px; 
}
.template #leftcol .textbox {
	padding: 0 10px 0 35px;
}
.template #rightcol { 
	margin: 0 0 0 480px; 
} 
.template #rightcol .textbox {
	padding: 0 35px 0 10px;
}
.template #headerbar {
	background-image:url(../images/headerbar.jpg);
	background-repeat:no-repeat;
	height:46px;
	line-height:46px;
}
.template #headerbar h1 {
	padding-left:35px;
}
.template #footer { 
  background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	height: 42px;
} 
.template #footer p {
	text-align:center;
	font-weight:bold;
	margin: 0; 
	padding: 14px 0 0 0; 
}
.template #footer p a {
	text-decoration:none;
}
.template #footer p a:hover {
	text-decoration:underline;
}
.fltrt { /* this class can be used to float an element right. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}
.center {
	text-align:center;
}
.footertext {
	text-align:center;
	font-size:.75em;
	height:30px;
	line-height:30px;	
}