* { margin: 0; padding: 0;}

body {
  color: #505050;
  font: 12px Arial,sans-serif;
}

h1 { color: #333; font-weight: normal; font-size: 22px; }
h2 { color: #c3343e; font-weight: normal; font-size: 20px; }
h3 { margin-top: 10px; color: #c3343e; font-weight: bold; font-size: 12px; }
h4 , h5 { margin-top: 10px; }

p { padding: 5px 0 10px 0; line-height: 130%; }

hr { height: 1px; color: #dedede; background-color: #dedede; border: 0; }

img { border: 0; }

a {
  color: #002c62;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
}

/* Layout */

#container {
  width: 100%;
  margin: 0 auto;
}

#navbar {
  display: none;
}

#top-border-top {
  display: none;
}

#logo span {
  color: #333;
  font-weight: normal;
  font-size: 22px;
  font-variant: small-caps;
}

#top-border-bottom {
  height: 2px;
  margin: 10px 0 0 0;
  border-top: 1px solid #c3343e;
  border-bottom: 4px solid #c3343e;
}

#content {
  width: 100%;
}

#content .module {
  padding: 10px 0;
}

#sidebar {
  display: none;
}

#footer {
  margin: 20px 20px 0 20px;
  padding: 10px 0;
  color: #a1a1a1;
  font-size: 10px;
  text-align: center;
  border-top: 1px solid #dedede;
}

#footer a { color: #a1a1a1; font-weight: normal; }

/* Navigation */

#top-nav { display: none; }

/* Misc */

/* reset list elements for content */
#content ul, #content ol { margin: 10px 15px; }
#content ul ol, #content ul ul, #content ol ol, #content ol ul { 	margin: 0 15px; }
#content ul li, #content ol li { margin-left: 10px; }

#content b { color: #c3343e; }

.border-top { border-top: 1px solid #dedede; }
.border-left { border-left: 1px solid #dedede; }
.border-right { border-right: 1px solid #dedede; }

.form { margin: 4px 0; }
.form label { display: block; float: left; width: 100px; }
.form input[type="text"], .form textarea {
  width: 295px;
  padding: 2px;
  background: #f4f4f4;
  border: 1px solid #dedede;
}
.form-buttons { float: right; margin: 5px 0; }

table.list { margin: 10px 0; border-collapse: collapse; }
table.list tr.row1 { background: #f4f4f4; }
table.list td {
  padding: 5px 10px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.thumb img { float: left; margin: 9px; border: 1px solid #2f4b86; }

.clear { clear: both; }
