@charset "utf-8";
/* CSS Document */

#wrapper .footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: center;
}
#wrapper #content {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
#content h3 {
	color: #666666;
	font-size: 16px;
}
#content .description {
	background-color: #CDD5DF;
	border: thin dashed #F28230;
	color: #333333;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 1px;
	font-size: 14px;
}
#content li {
	list-style-position: outside;
	list-style-image: url(images/list.gif);
	color: #2E4E77;
	font-size: 14px;
}
#content hr {
	color: #F28C37;
	width: 70%;
	line-height: .3em;
	text-align: center;
}
#content h1 {
	display: inline;
}
#content h2 {
	text-align: center;
}

#wrapper .footer a {
	color: #666666;
	text-decoration: none;
}
#wrapper .footer a:hover {
	color: #999999;
}
#content  .heading  {
	display: inline;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #F06807;
}
.heading h2 {
	text-align: center;
}
#content #form {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #F06C12;
}
#content #form a {
	color: #000066;
}
