@charset "UTF-8";
/* Everyday Logix CSS Document */
body {
	margin: 0;
	padding: 0px;
	background-color: #FFFFFF;
}

body, h1, h2, h3, h4, h5, h6,ol, ul, li, p, input, textarea, select {
    font-size: 12px; 
    color: #55544A; 
    font-family: Arial, Helvetica, sans-serif;
}

p {
line-height:16px;
}

a {
color:#1f2275;
}
a:hover {
color:#1f2275;
text-decoration:none;
}


ul {
margin:0px;
padding:0px 0px 10px 1.9em;
}

li {
padding:10px 0px 0px 0px;
}

h1 {
	font-size:20px;
	font-weight: bold;
	color:#1f2275;
}

.faqList {

	padding: 0px;
	white-space: nowrap;
}

.faqList li {
	margin: 0px;
	padding:3px 0px;
	white-space: nowrap;
}

.faqList a { 
	padding: 3px 0px;
	color: #666666;
	font-size:12px;
}

h2 {
	font-size:16px;
	font-weight: bold;
	margin:0px;
	padding:0px;
	color:#1f2275;
}

#container {
	width:866px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

#content {
padding: 5px 20px 20px 20px;
}

#mainTable {
background-color:#FFFFFF;

}

.navContainer {
	width:866px;
	padding-top:10px;
	text-align:center;
	font-weight:bold;
}

.navList ul {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}

.navList li {
	display: inline;
	list-style-type: none;
}

.navList a { 
	padding: 5px 15px;
	color: #666666;
	font-size:12px;
	text-decoration: none;
}

.navList a:hover {
	color: #f78e1e;
	text-decoration: none;
}

a.selected {
	color: #f78e1e;
}

.footerNav {
	width:866px;
	padding:15px 0px 20px 0px;
	text-align:center;
	background-color: #FFFFFF;
}

.footerNav a {
	color: #666666;
	font-size:12px;
	text-decoration: none;
}


.footerNav a:hover {
	color: #000000;
	text-decoration: underline;
}
.faqQuestion {
	font-weight: bold;
	color:#1f2275;
}

.rtTop {
background-repeat:repeat-x;
background-image:url(images/rc_top.gif);
background-position:top;
}

.rtRight {
background-repeat:repeat-y;
background-image:url(images/rc_right.gif);
background-position:right;
}

.rtBottom {
background-repeat:repeat-x;
background-image:url(images/rc_bottom.gif);
background-position:bottom;
}

.rtLeft {
background-repeat:repeat-y;
background-image:url(images/rc_left.gif);
background-position:left;
}