body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0;padding:0;}
table {	border-collapse:collapse; border-spacing:0;}
fieldset,img { 	border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
ol,ul {	list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym { border:0;}

/* SHARED STYLES */

body {
  background-color: #000;
  font-family: arial;
  font-size: 80%;
}

#wrapper {
  width: 759px;
  border: 1px solid #fff;
  margin: 10px auto;
  background: #620000 url(/images/bg.jpg) no-repeat top center;
}

#header {
  height: 160px;
}

#header h1 a {
  width: 757px;
  height: 130px;
  display: block;
}

#header h1 span {
  display: none;
}

#leftMenu {
  width: 170px;
  padding-left: 40px;
  float: left;
}

#leftMenu ul li a {
  text-decoration: none;
  font-size: 85%;
}

#leftMenu ul li a:hover {
  text-decoration: underline;
}

#sectionMenu {
  margin-bottom: 20px;
}

#sectionMenu li a {
  color: #fc3;
  font-weight: bold;
}

#pageMenu li {
  background: url(/images/menu_divider.gif) no-repeat bottom center;
  padding-bottom: 1px;
}

#pageMenu li a {
  color: #fff;
}

#content {
  margin-left: 210px;
  margin-top: 37px;
}

#footer {
  width: 759px;
  margin: 5px auto;
  color: #fff;
  font-size: 85%;
  text-align: center;
}

#footer p.copyright {
  font-size: 90%;
  margin-top: 5px;
}

#footer a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}


/* END SHARED STYLES */

/* HOME PAGE */

#home {
  height: 332px;
  padding-top: 70px;
  background: url(/images/home_background.jpg) no-repeat top right;
}

#home span.orange {
  color: #fc3;
}

#homeLeft {
  width: 210px;
  float: left;
  border-right: 1px solid #604d4d;
  height: 310px;
}

#homeLeft p {
  padding: 0 10px 0 100px;
  color: #fff;
  line-height: 150%;
  font-size: 120%;
  text-align: right;
}

#homeLeft p span {
  font-weight: bold;
}

#homeMain {
  margin-left: 210px;
  padding: 0 50px 0 10px;
}

#homeMain p {
  font-weight: bold;
  color: #fff;
  margin: 0 0 20px 0;
  font-size: 85%;
  line-height: 160%;
}

#homeMain p span {
  font-size: 130%;
}

#homeMain p.nextStep {
  font-size: 130%;
}

/* END HOME PAGE */

/* ARTICLE PAGES */

#article {
  border-left: 1px solid #fff;
  margin: 0 40px 0 130px;
  padding-left: 10px;
}

#article h2, #article h3 {
  color: #f60;
  font-weight: bold;
  margin-bottom: 5px;
}

#article h2 {
  font-size: 110%;
}

#article h3 {
  font-size: 90%;
}

#article ul {
  list-style-type: disc;
  list-style-position: inside;
  color: #fff;
  margin-bottom: 10px;
  font-size: 90%;
}

#article ol {
  color: #fff;
  list-style-position: inside;
  list-style-type: decimal;
  font-size: 90%;
  margin-bottom: 10px;
}

#article ol li {
  padding-bottom: 2px;
  line-height: 150%;
}

#article ol ol li {
  padding-bottom: 0;
}

#article ol ol {
  font-size: 100%;
  margin: 0 0 0 10px;
  list-style-type: lower-alpha;
}

#article table th {
  color: #f60;
  font-weight: bold;
  padding-bottom: 5px;
}

#article table {
  color: #fff;
  vertical-align: top;
  width: 400px;
}

#article table .col1 {
  padding: 0 15px 15px 0;
}

#article table .col2 {
  padding: 0 0 15px 0;
}

#article table td {
  padding: 2px 3px;
  vertical-align: top;
  font-size: 90%;
}

#article table td p {
  font-size: 100%;
}

#article table td ol {
  font-size: 100%;
}

#article p {
  color: #fff;
  position: relative;
  margin-bottom: 15px;
  font-size: 90%;
  line-height: 150%;
}

/* END ARTICLE PAGES */