/* CSS recreated on 2010.04.01 by Ryan Sawyer */

body	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-color:#180e05;}

a:link    {color: #ffffff; text-decoration: none;}	
a:visited {color: #FFFF99; text-decoration: none;}
a:hover   {color: #FF9999; text-decoration: none;}
a:active  {color: #FFFFFF; text-decoration: none;}

.Unicorn_Banner {
	height: 110px;
	background-image: url('images/Top_Marquee.gif');
	background-repeat: no-repeat;}

.Top_Menu {
  text-align: right;
  height: 20px;
  padding-right: 15px;
	padding-top: 5px;
  background-color: #390101;}

.Top_Menu span { /* spread out each top menu item using "Nested Selector" */
	margin-left: 10px;
	margin-right: 10px;}

.Header {
  height: 135px;}

.Sidebar {
	width: 140px; /* from 650 */
	text-align: right;
	padding-top: 20px;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 30px;
	background-color: #390101;
	font-weight: bold;}

.Sidebar ul {
  line-height: 90%;
  padding: 0px; /* Without this, ul automatically assigns a padding, especially left padding. */
  list-style-type: none;}

.Sidebar li {
  margin-top: 10px;
  margin-bottom: 10px;}

.Main {
	width: 620px; /* from 650 */
	padding: 15px;
	background-color: #083317;}

.Bottom_Spacer { /* between the body and the bottom menu */
	height: 25px;
	background-color: #083317;}
  
.Bottom_Menu {
  font-size: 0.75em;
	height: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;}

.Bottom_Menu span { /* spread out each bottom menu item using "Nested Selector" */
	margin-left: 2px;
	margin-right: 6px;}

.Footer {
  height: 60px;}

table {
  width: 800px;}

table, td {
  margin: 0px;
  padding: 0px;
  border: none;
  border-spacing: 0px;
  vertical-align: top;}
