@charset "utf-8";

* {
  font-family: arial, helvetica, sans-serif;
}

code, textarea {
  font-family: monospace;
}

body {
  background-color: #CCC;
  margin: 0px;
  padding: 0px;
}

div {
  font-size: 0.92em;
}

h1 {
  margin-top: 5px;
}

h2 {
  
}

h3 {
  margin-bottom: 5px;
}

p, samp, dfn, abbr, q, cite {
  font-size: 0.95em;
}

dfn, samp {
  display: block;
}

p, dfn, samp {
  margin-top: 0px;
  margin-bottom: 10px;
}

q {
  quotes: "„" "“" "‚" "‘";
}

hr {
  border-style: none;
  background-color: #888;
  height: 4px;
}

a:link {color: #B51919;}
a:visited {color: #950909;}
a:hover {color: #D53939;}

dl, dt, dd {
  margin: 0px;
}

fieldset {
  border: 1px solid #888;
  padding: 10px;
}

legend {
  font-weight: bold;
}

input, textarea, select {
width: 98%;
}

input[type="checkbox"] {
  width: auto;
}

button {
  margin-top: 2px;
}

table {
  border-collapse: collapse;
}

tr:hover {
  background-color: #EEE;
}

th {
  color: white;
  background-color: #B51919;
  border: 1px solid #800;
  padding: 6px;
}

td {
  border: 1px solid #DDD;
  padding: 5px 5px;
}

#body {
  width: 85%;
  min-width: 950px;
  background-color: white;
  margin: auto;
  padding: 10px;
  border-left: 10px solid #AAA;
  border-right: 10px solid #AAA;
}

#header {
  margin-bottom: 20px;
}

#title {
  color: white;
  background-color: #B51919;
  font-size: 3.2em;
  letter-spacing: -2px;
  line-height: 1.0em;
  font-family: Georgia, Times, serif;
  margin-bottom: 10px;
  padding: 20px;
  padding-top: 24px;
}

#title > h1 {
  font-size: 1.0em;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  font-family: Georgia, Times, serif;
}

#shortnav {
  color: white;
  background-color: #404040;
  padding: 10px;
}

#navigation {
  float: left;
  width: 19%;
}

#content {
  float: left;
  width:60%;
  margin: 0% 1%;
  margin-bottom: 20px;
  min-height: 1000px;
}

#sidebar {
  float: left;
  width: 19%;
}

#footer{
  clear: both;
  color: white;
  background-color: #B51919;
  padding: 15px;
}

#content dl dt {
  font-weight: bold;
  float: left;
}

#content > dl dd {
  font-size: 0.95em;
  margin-left: 100px;
  margin-bottom: 8px;
}

#impress > dl dt {
  font-size: 1.13em;
}

#impress > dl dd {
  font-size: 1.13em;
  margin-left: 80px;
  margin-bottom: 0px;
}

#navigation ul, #sidebar ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#navigation div, #sidebar > ul > li > div {
  color: white;
  background-color: #B51919;
  font-weight: bold;
  padding: 10px;
  padding-top: 12px;
}

#sidebar > ul  > li  > ul > li > div {
  font-weight: bold;
  font-size: 0.95em;
}

#navigation > ul > li , #sidebar > ul > li {
  margin-bottom: 20px;
}

#navigation > ul > li > ul > li {
  display: block;
  border-bottom: 1px dashed #999;
}

#sidebar > ul > li > ul > li {
  display: block;
  padding: 10px;
  font-size: 0.95em;
  border-bottom: 1px dashed #999;
}

#navigation a {
  display: block;
  color: #B51919;
  font-size: 0.95em;
  text-decoration: none;
  padding: 10px;
}

#sidebar a {
  display: block;
  color: #B51919;
  font-size: 1.0em;
  text-decoration: none;
  padding: 10px;
  margin: -10px;
}

#navigation a:visited, #sidebar a:visited {
  color: #950909;
}
#navigation a:hover, #sidebar a:hover {
  color: #D53939;
  font-weight: bold;
}

#navigation a:before, #sidebar a:before {content: "»"; font-family: verdana; margin: 4px;}

#news h3 {
  display: block;
  padding: 4px;
  border-top: 1px dashed #999;
  border-bottom: 1px dashed #999;
}

#news h3 span {
  float: right;
}

#news ul, #news li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#news li {
  margin-bottom: 5px;
}

#news p {font-size: 1.05em;}

#portal > ul, #portal > ul > li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#comments, #comments > li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#comments > li  {
  border-bottom: 2px dotted #888;
}

.none {
  display: none;
}

.separator {
  font-family: verdana;
}

.block {
  
}

.bold {font-weight: bold;}
.center {text-align: center;}
