* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: 0px;
  font-size: 100%;
}
ul {
  margin: 0 20px 12px;
  list-style-type: square;
}
#main_text ul {
  margin-left: 50px;
}
#main_text p {
  padding-bottom: 10px;
}
#secondary_wrapper p {
  padding: 5px;
	font-size:11px;
}
.secondary_hdr {
	color:#FFFFFF;
	background-color:	#EB6700;
	padding-top:5px;
	padding-bottom:7px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
.black_bg {
	padding:5px;
	color:#FFFFFF;
	background-color:	#000;
}
.clearboth {
  clear: both;
}
.center {
	text-align:center;
}
hr {
	border: 0;
	width: 80%;
	color: #999999;
	background-color: #999999;
	height:2px;
	margin-left:50px;
	margin-bottom: 20px;
	clear:both;
}
.hdr_bg {
	margin-top:20px;
	margin-bottom:12px;
	background-color:#EB6700;
}

/*header text*/
h1, h2, h3, h4, h5, h6 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #333333;
  background-color: transparent;
  margin: 0;
}
h1 {
  font-size: 175%;
  font-weight: normal;
  padding-bottom: 12px;
}
#header h1 {
	text-indent: -99999px;
}
h2 {
	color: #333333;
  font-size: 150%;
  font-weight: normal;
  line-height: 115%;
  padding-bottom: 4px;
	padding-top:10px;
}
h3 {
  font-size: 110%;
  font-weight: bold;
  color: #000000;
	padding-top:8px;
  padding-bottom: 8px;
}
.featured {
	font-size:14px;
	font-style:italic;
	color:#FF6600;
  margin-bottom: 5px;
}
/*images*/
img {
  border: 0px;
  margin: 0px;
}
.imgleft {
  float: left;
  margin: 8px 15px 8px 0px;
/*top right bottom left*/
}
.imgright {
  float: right;
  margin: 8px 0px 8px 15px;
/*top right bottom left*/
}

/* forms */
label {
	float:left;
	width:150px;
	margin-right:8px;
	vertical-align:top;
	font-weight:bold;
}
fieldset {
	border:#477295 1px dotted;
	background-color:#F9F4CD;
	padding:15px;
}
fieldset ul {
	list-style:none;
}
fieldset li {
	padding-top:12px;
	padding-bottom:5px;
}
.text {
	width: 200px;
	height: 16px;
	border:#999999 thin solid;
}
.textarea {
	width:300px;
	height:135px;
	border:#999999 thin solid;
}
.submit {
	margin-top:8px;
	margin-bottom:8px;
	padding-top:2px;
	padding-bottom:5px;
	width:115px;
	border:#999999 thin solid;
	color:#000;
	background-color:#EB6700;
}
.text:hover {
	background-color:#F4F4F4;
}
.textarea:hover {
	background-color:#F4F4F4;
}
.submit:hover {
	color: #fff;
}

/* tables */
table {
	margin-top:10px;
}
th {
	text-align:left;
}
td {
	padding: 4px 0 5px 5px;
}


/*links*/
a:link {
  color: #0B50BD;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
  color: #0B50BD;
}
a:hover {
  text-decoration: underline;
  color: #0B50BD;
  background-color: transparent;
}
a:active {
  text-decoration: none;
}
/*footer links*/
.footer_links {
  font-size: 12px;
  line-height: 18px;
  color: #FFFFFF;
  text-align: center;
}
.footer_links a:link {
  color: #FFFFFF;
  text-decoration: none;
}
.footer_links a:visited {
  text-decoration: none;
  color: #FFFFFF;
}
.footer_links a:hover {
  text-decoration: underline;
  color: #EB6700;
  background-color: transparent;
}
.footer_links a:active {
  text-decoration: none;
}

.copyright_line {
  font-size: 12px;
  color: #EB6700;
}
