* {
  padding: 0;
  margin: 0;}
body { 
  background-color: #999;
  font: 12px/1.75em verdana, arial, sans-serif;
  text-align: center;
  color: #444;
}
h1, h2, h3, h4, h5, h6 {
  text-transform: capitalize;
  line-height: 1.25em;
}
h2 {
  margin-bottom: .5em;
  font: bold 24px "trebuchet ms", verdana, arial, sans-serif;
  color: #c00;  
}
h2 span {
  color: #535353;
}
h3 {
  color: #c00;
  font: bold 20px "trebuchet ms", verdana, arial, sans-serif;
  margin: 1em 0;
  border-bottom: 1px solid #bbb;
}
p {
  margin: 0 0 1em 0;
}
ul {
  margin: 0 0 1em 30px;
}
li {
  margin: 0 0 1em 0;
}
strong {
  color: black;
}

/* Layout
================================================================= */

#wrapper {
  text-align: left;
  margin: 20px auto;
  width: 760px;
}
#content {
  background: white url(/images/content_bg.gif) bottom left no-repeat;
}
#header {
  width: 760px;
  line-height: 1em;
  background: transparent url(/images/header_bg.gif) top left no-repeat;
}
#header img {
  border: none;
  padding: 25px;
}
#side_content {
  float: left;
  width: 160px;
  margin: 0 30px 0 0;
  padding: 0 0 40px 0;
}
#side_content ul {
  list-style-type: none;
  padding: 0 0 0 20px;
  margin: 0;
  line-height: 1em;
  text-transform: capitalize;
}
#side_content ul li {
  border-bottom: 1px solid #ddd;
  padding: 8px 5px;
  margin: 0;
  color: #c00;
}
#side_content ul li.last {
  border: none;
}
#side_content ul a {
  display: block;
  padding: 8px 5px;
  margin: -8px -5px;
  color: black;
  text-decoration: none;
}
#side_content ul a:hover {
  background: #eee;
}
#main_content {
  float: left;
  width: 545px;
  margin: 0 20px 0 0;
  padding: 0 0 40px 0;
}
#main_content a:link,
#main_content a:visited {
  color: #c00;
}
#main_content a:hover {
  background-color: #eee;
}
#footer {
  text-align: center;
  color: white;
  padding: 5px;
}
#footer a:link,
#footer a:visited {
  color: white;
}
#footer a:hover {
  background: #888;
}

/* Data
================================================================= */

.data {
  empty-cells: show;
  border-collapse: collapse;
  line-height: 1.25em;
  width: 100%;
}
.data td,
.data th {
  padding: 8px 5px;
  vertical-align: top;
}
.data thead th {
  background: black;
  color: white;
  text-align: center;
  padding: 5px;
}  
.data tbody td {
  border-bottom: 1px solid #eee;
}
.data a {
  text-decoration: none;
}

/* Lists
================================================================= */

.rssLists td {
  padding: 0 30px 10px 0;
}
.rssLists a {
  padding: 0 0 0 15px;
  background: transparent url(/images/icon_rss.gif) center left no-repeat;
}

.typeLists td {
  padding: 0 30px 10px 0;
}

/* Forms
================================================================= */

.button {
  background: #c00;
  padding: 2px 5px;
  color: white;
  border: none;
  font: inherit;
}
.text,
select,
textarea {
  border: 1px solid #bbb;
  padding: 4px;
  font: inherit;
}

/* Messages
================================================================= */

#notice {
  border: 2px solid red;
  padding: 1em;
  margin-bottom: 2em;
  background-color: #f0f0f0;
  font: bold smaller sans-serif;
}
.fieldWithErrors {
  margin: -1em 0 1em 0;
}
.fieldWithErrors input {
  border: 2px solid #c00;
}
#ErrorExplanation {
  border: 2px solid #c00;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
  display: none;
}
#ErrorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}
#ErrorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}
#ErrorExplanation ul li {
  font-size: 12px;
  list-style: square;
  margin-bottom: 0;
}

/* Misc
================================================================= */

div.clear {
  clear: both;
  height: 1px;
}
a.rss {
  padding: 0 0 0 15px;
  background: transparent url(/images/icon_rss.gif) center left no-repeat;
}