@charset "utf-8";
body, #header, #sidebar1, #footer {
	margin: 0; 
	padding: 0;
}
body  {
	font: 100% Arial, Helvetica, sans-serif;
	text-align: center; 
	color: #000033;
	background-color:#cccccc;
}
p {
	text-align:justify;
	margin: 10px 0;
}
h1 {
	font-size:1.25em;
	margin: 0;
}
h2 {
	font-size:1.125em;
	margin:10px 0;
}
h3 {
	font-size:1em;
	margin:0;
}
blockquote {
	font-style:italic;
	margin: 20px;
}
fieldset {
	margin-top: 10px;
}
legend {
	padding:0 10px;
	margin: 0 10px;
	border: 1px solid #000033;
}
.template #container { 
	background-image:url(../images/bodyrepeat.jpg);
	background-repeat:repeat-y;
	width: 915px;  
	margin: 0 auto; 
	text-align: left; 
} 
li {
	list-style-image:url(../images/list.png);
	padding-left:10px;
}
table p {
	text-align:left;
}
.template #leftcol {
	float: left; 
	width: 450px; 
}
.template #leftcol .textbox {
	padding: 0 10px 0 35px;
}
.template #rightcol { 
	margin: 0 0 0 480px; 
} 
.template #rightcol .textbox {
	padding: 0 35px 0 10px;
}
.template #buttonbar {
	background-image:url(../images/buttonbar.jpg);
	background-repeat:no-repeat;
	width: 915;
	height:40px;
	line-height:40px;	
	color:#FFFFFF;
	padding-left: 15px;
}
.template #buttonbar a {
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	padding: 0 20px;
}
.template #buttonbar a:hover {
	color:#e31c3b;
}
.template #headerbar {
	background-image:url(../images/headerbar.jpg);
	background-repeat:no-repeat;
	height:46px;
	line-height:36px;
	color:#ffffff;
}
.template #headerbar h1 {
	padding-left:35px;
}
.template #footer { 
  background-image:url(../images/footerbar.jpg);
	background-repeat:no-repeat;
	height: 40px;
} 
.template #footer p {
	color:#ffffff;
	font-weight:bold;
	margin: 0; 
	padding: 8px 0 0 35px; 
}
.template #footer p a {
	text-decoration:none;
	color: #cccccc;
}
.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;
}
.toppad {
	margin-top:12px;
}
.formlab, .forminp {
	margin:5px 10px;
}
.footertext {
	text-align:center;
	font-size:.675em;
	height:30px;
	line-height:0px;	
}
.footertext a {
	text-decoration:none;
	color:#666666;
}