* {
  padding: 0;
  margin: 0;
} 

body {
  font-family: Arial, "Century Gothic", "Trebuchet MS", "Arial Narrow", sans-serif;
  font-size: 12px;
  padding: 0;
  margin: 0;
  color: #444;
  line-height: 17px;
  text-align: center;
}

p {
  padding: 0 0 5px 0;
}

img {
  border: none;
}

a {
  color: #9D1A39;
}
a:hover { 
  text-decoration: none; 
  color : #111; 
}

h3 {
  border-bottom: 1px dotted #aaa;
  color: #666;
  padding-bottom: 4px;
  margin: 14px 0 7px 0;
  font-weight: 100;
  font-size: 22px;
  letter-spacing: -1px;
}
h3 a {
  text-decoration: none;
  font-size: 22px;
  letter-spacing: -1px;
}
h3 a:hover {
  color: #333;
}

h4 {
  color: #555;
  padding-bottom: 3px;
  margin: 14px 0 7px 0;
  font-weight: 100;
  font-size: 18px;
  letter-spacing: -1px;
}
h4 a {
  text-decoration: none;
  font-size: 18px;
  letter-spacing: -1px;
}
h4 a:hover {
  color: #333;
}

h5 {
  color: #444;
  padding-bottom: 2px;
  margin: 7px 0 0 0;
  font-weight: 100;
  font-size: 16px;
  letter-spacing: -1px;
}
h5 a {
  text-decoration: none;
  font-size: 16px;
  letter-spacing: -1px;
}
h5 a:hover {
  color: #333;
}

h6 {
  color: #333;
  padding-bottom: 2px;
  margin: 2px 0 0 0;
  font-weight: 100;
  font-size: 14px;
  letter-spacing: -1px;
}
h6 a {
  text-decoration: none;
  font-size: 14px;
  letter-spacing: -1px;
}
h6 a:hover {
  color: #333;
}

#wrap {
  background: #fff;
  padding: 10px;
  width: 100%;
  margin: 0 auto;
}

#header {
  height: 110px;
}
#header h1 {
  font-size: 38px;
  font-weight: 600;
  letter-spacing: -2px;
  padding: 35px 33px 0 0;
  text-align: center;
}
#header h1 a {
  color: #000;
  text-decoration: none;
}
#header h1 a:hover {
  color: #111;
  text-decoration: none;
}

#header h2 {
  font-size: 16px;
  color: #eee;
  padding: 15px 33px 0 0;
  text-align: center;
}

#menu { display: none; }
#menu li { }
#menu li a{ }
#menu li a:hover { }
#menu ul { }

#content { 
padding: 0 20px;
}

#page_body {
  margin-top: 10px;
  width: 100%;
  float: right;
  font-size: 12px;
  text-align: justify;
}
#page_body h3 {
  border-bottom: 1px dotted #aaa;
}
#page_body ul {
  text-align: left;
  margin-left : 25px;
  list-style-type: circle;
  list-style-position: outside;
  padding: 2px 0 5px 0;
}
#page_body ul li {
  display : list-item;
  padding: 0 0 0 0;
}
#page_body ul li a {
  color: #9D1A39;
  font-weight: 100;
  display: inline;
  text-decoration: none;
  font-size: 12px;
}
#page_body ul li a:hover {
  color : #111;
}
#page_body ul li ul {
  list-style-type: disc;
}
#page_body ol {
  text-align: left;
  margin-left : 25px;
  list-style-type: decimal;
  list-style-position: outside;
  padding: 2px 0 5px 0;
}
#page_body ol li {
  display : list-item;
  padding: 0 0 0 0;
}
#page_body img {
  padding: 0 0 0 0;
}
#page_body select {
  font-size: 9px;
}
#page_body input {
  font-size: 9px;
}
#page_body table {
  font-size: 12px;
  text-align: left;
}
#page_body table thead tr th {
  padding: 0 2px 0 2px;
}
#page_body table tbody tr th {
  padding: 0 2px 0 2px;
}
#page_body table tbody tr td {
  padding: 0 2px 0 2px;
}

#page_lists { display: none; }
#page_lists h3 { }
#page_lists ul { }
#page_lists ul li { }
#page_lists ul li a { }
#page_lists ul li a:hover { }
#page_lists ul li ul { }
#page_lists ul li ul li { }
#page_lists ul li ul li a { }
#page_lists img { }
#page_lists select { }
#page_lists input { }

#page_stats_and_valids { display: none; }
#valid_buttons { }
#page_stats { }

#footer {
  font-size: 11px;
  color: #eee;
  text-align: center;
  height: 30px;
  line-height: 30px;
}
#footer a { 
  color: #eee;
}
#footer a:hover {
  color: #aaa; 
  text-decoration: underline; 
}

.site_map_block {
  float: left;
  display: inline;
  padding: 10px 10px 10px 10px;
}

.pre {
  border: 1px dashed #2f6fab;
  color: black;
  background-color: #f9f9f9;
  display: block;
  padding: 10px 10px 10px 10px;
  font-family: "Counrier New", Courier, Terminal, Fixed;
  font-size: 14px;
}

.pre table tbody tr td{
  border-bottom: 1px dotted #aaa;
}

#last_updated_text {  
  display: block;
  font-size: 12px;
}

.important_font {
  color: red;
}
