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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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 */
	color: #191919;
	background-color: #191919;
	background-image: url(../images/tpl/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.oneCol #container {
	width: 800px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}
.oneCol #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFFFFF;
	background-image: url(../images/tpl/hdr.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 130px;
	margin: 0px;
}
.oneCol #topnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-image: url(../images/tpl/nav-bg.jpg);
	clear: both;
	height: 30px;
	background-color: #286BB6;
}
.oneCol #logo {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 95px;
}
.oneCol #mainContent h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 0;
	color: #EF9400;
	line-height: 26px;
}
.oneCol #mainContent {
	background: #FFFFFF;
	padding-top: 25;
	padding-right: 30px;
	padding-bottom: 4;
	padding-left: 30px;
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}
.oneCol #footer {
	background-image: url(../images/tpl/ftr.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 60px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneCol #footer p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6C6C6C;
	text-align: center;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.oneCol #toplinks {
	float: right;
	margin-top: 12px;
	margin-right: 10px;
	text-align: right;
	width: 200px;
}
.oneCol #footer a:hover {
	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 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6C6C6C;
	text-align: center;
	text-decoration: underline;
}
.oneCol #footer a {
	color: #6C6C6C;
	text-decoration: none;
}
.oneCol #mainContent h2 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	color: #999999;
	line-height: 18px;
}
.oneCol #mainContent h3 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
	color: #042A75;
	line-height: 14px;
}
.oneCol #mainContent th {
	background-color: #F5B342;
}
.oneCol #mainContent ul {
	list-style-image: url(../images/bullet.gif);
	margin-bottom: 6px;
	margin-top: 3px;
}
.oneCol #mainContent li {
	padding-bottom: 6px;
}

.oneCol #narrowerContent {
	margin-right: 50px;
	margin-left: 50px;
}
.bluetext {
	color: #042A8E;
}
.bullet2 li {
	list-style-type: circle;
	margin-top: 4px;
}
.oneCol #mainContent a {
	color: #333333;
	text-decoration: none;
}
.oneCol #mainContent a:hover {
	color: #333333;
	text-decoration: underline;
}
.oneCol #mainContent-home {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 4;
	padding-left: 20px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}
.oneCol #home-btm {
	width: 800px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
}
.oneCol #steps h2 {
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	color: #EF9400;
	padding-top: 16px;
	padding-bottom: 0px;
	margin-bottom: 6px;
}
.oneCol #home-btm h2 {
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 1px;
	padding-bottom: 0px;
}

.oneCol #steps a {
	font-weight: bold;
	background-color: #215FAA;
	color: #FFFFFF;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 6px;
	margin-bottom: 10px;
}
.oneCol #moredetails a {
	font-weight: bold;
	color: #E60000;
	text-decoration: none;
	float: right;
	font-style: italic;
}
.oneCol #homepanel {
	vertical-align: top;
	background-image: url(../images/home-panel-grey-BG_f01.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #666666;
	padding-bottom: 10px;
}
.oneCol #homepanel a {
	color: #CF0034;
	text-decoration: underline;
}
.oneCol #homepanel-red {
	padding: 10px;
	vertical-align: top;
	background-image: url(../images/home-panel-red.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #FFFFFF;
}
#mainContent-home h1 {
	font-weight: normal;
	color: #CC0033;
	margin-bottom: 26px;
	margin-top: 20px;
	font-size: 22px;
	line-height: 24px;
}
#homepanel p {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 6px;
	padding-top: 0px;
	margin: 0px;
}
.oneCol #steps  td {
	background-color: #F5EE94;
}
.oneCol #steps2 td {
	text-align: right;
	vertical-align: top;
}
.oneCol #steps2 h2 {
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 22px;
	padding-bottom: 0px;
	margin-bottom: 6px;
	margin-right: 16px;
}
.oneCol #steps2 a {
	font-weight: bold;
	background-color: #0E3E88;
	color: #FFFFFF;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 6px;
	margin-bottom: 18px;
	line-height: 10px;
}
.oneCol #steps2 p {
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 8px;
	padding-bottom: 0px;
	margin-bottom: 12px;
	margin-right: 16px;
	padding-left: 158px;
}
.oneCol #steps2 a:hover {
	font-weight: bold;
	background-color: #71AE08;
	color: #FFFFFF;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 6px;
	margin-bottom: 6px;
	text-decoration: none;
}
.oneCol #steps a:hover {
	font-weight: bold;
	background-color: #215FAA;
	color: #FFFFFF;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 6px;
	margin-bottom: 10px;
	text-decoration: none;
}
#dividers h3 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#dividers {
}
#dividers h2 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.feature {
	font-size: 14px;
	line-height: 18px;
}
.tab  {
	font: bold 12px/14px Tahoma;
	color: #FFFFFF;
	background: url(../images/tab_148w.gif) no-repeat;
	height: 38px;
	width: 148px;
	text-align: center;
	padding-top: 6px;
}
.tab-off {
	font: bold 12px/14px Tahoma;
	color: #666666;
	background: url(../images/tab_148w_off.gif) no-repeat;
	height: 38px;
	width: 148px;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
	padding-top: 6px;
}
.tab-off:hover {
	color: #FFFFFF;
	background: url(../images/tab_148w.gif) no-repeat;
	height: 38px;
	width: 148px;
	text-align: center;
	text-decoration: none;
}
a.h2-a {
	color: #215BA4;
}
#mainContent-home p {
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 8px;
}
