body{
margin:0;
padding:0;
line-height: 1.5em;
background: #40444c;
}

a:link {
	font-weight: bold;
	color: #31b5f2;
        text-decoration: none;
        border-bottom: 1px dotted #ffb80f;
}

a:active {
	font-weight: bold;
	color: #FFFFFF;
        text-decoration: none;
}

a:visited {
	font-weight: bold;
	color: #c0c0c0;
        text-decoration: none;
        border-bottom: 1px dotted #31b5f2;
}

a:hover { 
	color: #ffb80f; 
        cursor: help;
	text-decoration: none; 
	font-weight: bold;}

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


#topsection{
background: #FDFDFD;
height: 415px; /*Height of top section*/
}

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

#navcontainer ul {
padding: 0em 0;
margin: 0;
margin-left: 0px;
margin-top: 352px;
position: absolute; 
list-style-type: none;
background-color: transparent;
color: #FFF;
width: 700px;
height: 20px;
font-family: arial, helvetica, sans-serif;
font-size: 12pt;
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: 8px 16px; 
margin: 2px;
}

#navlist a:link, #navlist a:visited
{
border-bottom: 2px solid #40444c;
color: #ededed;
background-color: transparent;
text-decoration: none;
text-transform: uppercase;
}

#navlist a:hover
{
border-bottom: 2px solid #31b5f2;
color: #ffb80f;
text-decoration: none;
}

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

#contentcolumn{
margin-right: 205px; /*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: 8pt; 
color: #000000;
line-height: 15px;
}

#footer{
clear: left;
height: 50px;
background: #40444c;
line-height: 10pt;
font-size: 7pt; 
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #ededed;
text-align: center;
padding: 0;
margin: 0;
}

#footer a:link, #footer-note a:visited {
  color: #ededed;
  text-decoration: none;
}

#footer a:hover, #footer-note a:active {
  border-bottom: 1px dotted #ededed;
}

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

input, textarea, option, select {
	background-color: #ededed;
        font-family: arial, helvetica, sans-serif;
        font-size: 10pt;
        color: #000000;
	letter-spacing: 1px;
	border-right: 0px solid #42578e;
	border-left: 0px solid #42578e;
        border-top: 0px solid #42578e;
        border-bottom: 2px solid #31b5f2;
	padding:2px; }

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

h1  {font-family: Verdana; font-size: 15pt; color: #31b5f2; font-style: italic;}

h2  {font-family: Verdana; font-size: 11pt; color: #31b5f2;}

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

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


.stats {
  margin: 15px;
  padding: 5px;
  width: 400px;
  border-top: 2px solid #40444c;
  border-bottom: 2px solid #40444c;
  background: #ededed;
  text-align: center;
  line-height: 11pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt; 
  color: #404040;
  }

.indent {
  text-indent: 20px;
}


li.bulletcontent {
list-style-image:url(film_bullet.png);
}

li {
margin-top: 1em;
}

hr {display:none}