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

/*---------------------------------------
          TYPOGRAPHY & CONTENT
 ---------------------------------------*/


body {
	/* From the Thenoodleincident.com - font sizing in ems, baby. if you want to change anything, just change this.*/
	font-size: 62.5%;
	/* And 62.5% equals 10px which makes... font-size: 1.1em = 11px */
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}
#letterhead-wrapper p {
	line-height: 1.2em;
	margin: 0.5em 0;
}
#letterhead-wrapper li, #letterhead-wrapper ul {
	margin: normal;
	padding: normal;
}
#letterhead-wrapper li {
	margin-left: 1.5em;
	}
#faq-definitions dt {
	font-weight: bold;	
}
#faq-definitions dd {
	padding-bottom: 15px;
}
h1 {
	color: #A00202;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	margin-left: -8px;
}
h2 {
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
}
h3 {
	color: #990000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	clear: both;
}
h4 {
	color: #990000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h5 {
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h6 {
	color: #12867C;
	font-family: Georgia, "Times New Roman", Times, serif;
}
ol li {
	padding-bottom: 8px;
}
li {
	padding-bottom: 8px;
}
a {
	text-decoration: underline;
	Xfont-size: 0.95em;
	font-weight: bold;
}
a:link {
	color: #CC0000;
}
a:hover {
	color: #333;
}
a:visited {
	color: #990000;
}
a:active {
	color: #4B4B4B;
}
a.linkalt001 {  
	font: bold 1.1em Arial, Helvetica, sans-serif; 
	text-decoration: underline; 
}
a.linkalt001:link {  
	color: #272766; 
	text-decoration: underline; 
}
a.linkalt001:visited {
	color: #272766;
}
a.linkalt001:active {  }
a.linkalt001:hover {
	color: #FFFFFF;
	background-color: #272766;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #FFFFFF;
	background-color: #990000;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}
.mainlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#formtext {
	margin: 0px 15px 10px 25px;
}
#formtext p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 10px 0px;
}
.style1 {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
}
.centered {
  text-align: center;
}
.column_row {
clear: both;
padding: 0 0 8px;
}
.column_el {
float: left;
margin: 5px;
padding: 3px;
Xlist-style: none;
}
.img_border {
	background-color: #FFF;
	padding: 5px;
	border: 1px dotted #999;
}
.form_el {
float: left;
margin: 5px;
padding: 3px;
}
.form_row {
clear: both;
padding: 0 0 8px;
}
