@import url(layout.css);

body {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 0.8em;
  color: #000000;
  background-color: #000000;
}

h3 {
	font-style: italic;
	font-weight: bold;
	text-align: left;
}

img {
	margin: 1;
	padding: 1;
}

img.floatRight {
	float:right;
	margin: 1px;
}
ul {
	line-height: 1.5;
	font-weight: bold;
}

#container {
  margin: 0 auto;
  width: 700px;
  background-color: #fff;
}
#masthead {
  border-bottom: 2px solid #c0c0c0;
  background: #ffffff none repeat scroll 0%;
  text-align: right;
  width: 700px;
  overflow: auto;
  color: #000000;
  font-style: normal;
  font-family: Verdana;
  font-size: medium;
  font-weight: bold;
  text-decoration: blink;
  border-top-style: solid;
  border-top-width: 2px;
}
#sidebar {
  float: left;
  width: 125px;
  background-color: #000000;
  position: relative;
  clear: both;
  display: inline;
  color: #ffff00;
  
}

#content {
  margin: 0px;
  padding: 15px;
  float: left;
  width: 500px;
  overflow: auto;
  background-color: #ffffff;
  position: relative;
}

#footer {
  padding: 0;
  clear: both;
  width: 700px;
  background-color: #ffff00;
  overflow: auto;
  margin-top: 0px;
}
#masthead img {
  float: left;
}
#masthead p {
  margin: 5px 10px 0 0;
  padding: 0;
  background: #ffffff none repeat scroll 0%;
  text-align: right;
  color: #000000;
}
#sidebar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  display: block;
  color: #000000;
}
#sidebar li {
  border: 1px solid #ccddff;
  display: block;
}
#sidebar a {
  border-bottom: 1px solid #f9f9f9;
  padding: 5px;
  font-weight: bold;
  text-decoration: none;
  color: #ffff00;
  display: block;
}
#sidebar a:hover {
  border-bottom: 1px solid #f9f9f9;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  background-color: #ffff00;
}
#footer p {
  margin: 0px;
  padding: 2px;
  font-size: 0.9em;
  text-align: center;
}
#footer a {
  color: #333333;
  text-decoration: underline;
}
#footer a:hover {
  color: #333333;
  text-decoration: none;
}
a {
  color: #000000;
  text-decoration: underline;
}
a:hover {
  color: #333333;
  text-decoration: underline;
}
.style_bold {
  font-weight: bold;
}
.style_italic {
  font-style: italic;
}
