@charset "UTF-8";
body  {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	height: 100%;
	color: #333333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
body h3 {
	font-size: 18px;
	color: #007E84;
	height: 10px;
}
body h2 {
	font-size: 14px;
	color: #333;
	height: 8px;
}
body a {
	color: #014D94;
	text-decoration: none;
}
body a:hover {
	color: #014D94;
	text-decoration: underline;
}
.accordion {
	padding: 0 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	height: 100%;
	color: #E41937;
	float: left;
	margin-left: -14px;
} 
.accordion a {
	color: #014D94;
	text-decoration: none;
}
.accordion a:hover {
	color: #014D94;
	text-decoration: underline;
}
.footer {
	padding: 0 19px 0 19px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	height: 100%;
	color: #666666;
} 
.footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.footer a {
	color: #666666;
	text-decoration: none;
}
.footer a:hover {
	color: #000;
	text-decoration: underline;
}
.redtext {
	color: #F00;
}

