/* CSS Document */

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000;
background: #FFF;
text-align: center;
min-width:800px;
}

* {
margin: 0;
padding: 0;
}

/* ------------------------------------------------------------- */

#wrapper {
width: 760px;
margin: 0 auto;
text-align: left;
}

#header {
background: url(../images/bg-header.jpg) right top no-repeat;
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 1px dotted #1b1464;
}

#header1 {
background: url(../images/bg-header.jpg) right top no-repeat;
}

#header h1, #header1 h1 {
font-weight: bold;
font-size: 18px;
width: 520px;
line-height: 22px;
margin: 0 0 4px 0;
}

#header h2, #header1 h2 {
font-weight: normal;
font-size: 16px;
width: 520px;
line-height: 20px;
margin: 0 0 4px 0;
}

#header .logo, #header1 .logo  {
margin: 20px 0 20px 0;
}

#main p {
line-height: 18px;
font-size: 14px;
margin: 0 0 4px 0;
}

#main td.steps {
text-align: center;
width: 220px;
}

#main td.line {
text-align: center;
width: 50px;
background: url(../images/bg-td-line.gif) left top repeat-y;
}

#main td.steps img {
margin: 0 0 5px 0;
}

#main img.right {
float: right;
margin: 2px 2px 2px 6px;
}

#faq img.right {
float: right;
margin: 2px 0px 2px 6px;
}

#footer {
border-top: 1px dotted #1b1464;
text-align: center;

margin: 20px 0 5px 0;
}

#faq {
margin: 0 0 10px 0;}

#faq a {
color: #ccc;
text-decoration: none;
}

#faq a:hover {
color: #aaa;
text-decoration: underline;
}

#faq h3 {
color: #000;
font-size: 14px;
line-height: 18px;
font-weight: normal;
margin: 0 0 4px 0;
}

#faq h4 {
color: #ccc;
font-size: 14px;
line-height: 18px;
font-weight: bold;
}

#faq p {

line-height: 16px;
}

#faq .faqs {
background:#e6e6e6;
padding: 3px;
margin: 0 0 5px 0;
}

#faq .faqs a {
color: #000;
text-decoration: underline;
}

/* ------------------------------------------------------------- */

a {
color: #1b1464;
}

.clearer {
clear: both;
}

.footnote {
font-weight: normal;
font-size: 14px;
}

.lighter {
color: #999;
}


