/* This file contains style information for most of the webpage. */

/* For navigation-bar-specific style information, see navigation.css */

/* For sidebar-specififc style information, see sidebar.css */

* {
	padding: 0;
	outline: 0;
}

body {
	margin: auto;
	font: 16px sans-serif;
	color: #ffffff;
	background: #760000;
	width: 1000px;
}

.navigation {
	height:40px;
	width: 1000px;
	background:#000000;
	color:#ffffff;
	text-shadow:1px 1px #3f3f3f;
	z-index:1000;
}

.mainContainer {
	float: left;
	width: 100%;
}

.sidebar {
	float: left;
	background: #5f0000;
	width: 200px;
}

.content {
	float: right;
	width: 790px;
	padding-right: 5px;
	padding-left: 5px;
}

.contentWithoutSidebar {
  float: left;
  width: 100%;
}

.content p, .contentWithoutSidebar p {
  padding-left: 30px;
  padding-right: 30px;
}

.content ul, .contentWithoutSidebar ul {
  padding-left: 60px;
  padding-right: 60px;
}

.footer {
  float:left;
  clear:both;
  background: #000000;
  text-align: center;
  font-size: 11px;
  padding-top: 10px;
  width: 1000px;
  /*height: 50px;*/
}

h1 {
  text-align: center;
}

a {
  text-decoration: none;
  color: #ffd700;
}

a:hover {
  text-decoration: underline;
}

ul.no-bullets {
  list-style-type: none;
}

ul.no-bullets-padded li {
  list-style-type:none;
  padding-top:1em;
}

table {
  border-collapse: collapse;
  border-color: #000000;
  margin: 2em auto;
}

th {
  padding: 7px;
  background-color: #ffd700;
  color: #000000;
}

td {
  padding: 7px;
}

span.extraIndent {
  padding-left: 45px;
}

table.colored {
  border-width: 1px;
  border-color: #000000;
}

table.colored td.head {
  font-weight: bold;
}

table.colored .red {
  background-color: #ff0000;
}

table.colored .orange {
  background-color: #ff8000;
  color: #000000;
}

table.colored .yellow {
  background-color: #ffff00;
  color: #000000;
}

table.colored .green {
  background-color: #00ff00;
  color: #000000;
}

table.colored .blue {
  background-color: #0000ff;
}

table.colored .purple {
  background-color: #8000ff;
}

table.colored .black {
  background-color: #000000;
}