body{
margin:0;
padding:0;
line-height: 1.5em;
background: #4c483f;
}

a:link {
	font-weight: bold;
	color: #95918d;
        text-decoration: none;
        border-bottom: 1px dotted #4c483f;
}

a:active {
	font-weight: bold;
	color: #FFFFFF;
        text-decoration: none;
        border-bottom: 1px dotted #4c483f;
}

a:visited {
	font-weight: bold;
	color: #95918d;
        text-decoration: none;
        border-bottom: 1px dotted #4c483f;
}

a:hover { 
	color: #4c483f; 
        cursor: help;
	text-decoration: none; 
	font-weight: bold;
        border-bottom: 1px dotted #4c483f;
}

#maincontainer{
width: 754px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
position: absolute;
left: 125px;
border: 4px solid #000000;
background: #000000;
font-family: verdana, helvetica, sans-serif;
font-size: 10pt; 
color: #95918d;
line-height: 20px;
}


#topsection{
background: #000000;
width: 750px;
height: 287px; /*Height of top section*/
margin-bottom: 10px;
border: 2px solid #000000;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#navcontainer ul {
padding: 0em 0;
margin: 0;
position: absolute; 
top: 275px;
left: 20px;
list-style-type: none;
background-color: transparent;
color: #95918d;
width: 700px;
height: 20px;
font-family: arial, helvetica, sans-serif;
font-size: 10pt;
text-align: center;
}
		
ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 4px 16px; 
margin: 2px;
}

#navlist a:link, #navlist a:visited
{
color: #000000;
background-color: #95918d;
text-decoration: none;
text-transform: uppercase;
}

#navlist a:hover
{
color: #95918d;
text-decoration: none;
background-color: #4c483f;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-right: 0px; /*Set right margin to RightColumnWidth*/
}

#rightcolumn{
float: left;
width: 200px; /*Width of right column*/
margin-left: -202px; /*Set left margin to -(RightColumnWidth) */
background: #FFFFFF;
border: 0px;
font-size: 10pt; 
color: #000000;
line-height: 15px;
}

#footer{
clear: left;
width: 100%;
line-height: 11pt;
font-size: 7pt; 
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #404040;
text-align: center;
padding: 0px 0;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

input, textarea, option, select {
	background-color: #4c483f;
        font-family: Verdana, arial, helvetica, sans-serif;
        font-size: 10pt;
        color: #95918d;
	letter-spacing: 1px;
        border: 1px dotted #95978C;
	padding: 2px; }

h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14pt;  
font-weight: bold; 
color: #95978C;
text-align: right;
text-transform: uppercase;
border-bottom: 1px dotted #95978C;
margin: 10px 10px 10px 10px;
padding: 0px 5px 5px 5px;
}


td {font: 8pt Arial, Verdana, Tahoma, sans-serif;}

b  {font-size: 10pt; color: #4c483f;}

em {font-size: 7pt; 
color: #95978C;
line-height: 15px;
}


.stats {
  margin: 15px;
  padding: 5px;
  width: 480px;
  border: 1px dotted #95978C;
  background-color: #4c483f;
  text-align: right;
  line-height: 11pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt; 
  color: #000000;
  }

li.bulletcontent {
list-style-image:url(arrow.gif);
}

li {
margin-top: 1em;
}

hr {display:none}
