body
{
background: black;
color: #ffffff;
text-align: center;
margin: 0;
padding: 0;
}

#container {
margin-left: auto;
margin-right: auto;
text align: center;
color: #ffffff;
width: 1086px;
margin-top: 0px;
margin-bottom: 0px;
}

a {
color: #999999;
}

a:hover {
color: #ffffff;
}

#footer 
{
  font: 8pt arial, sans-serif;
	text-align: center;
	color: #999999;
}

h3.title {font: 14pt arial, sans-serif; color: #999999; margin-bottom: 0; margin-top: 20px; test-transform: uppercase;}

p.newsItem {font: 10pt arial, sans-serif; color: #ffffff; text-align: left;}

p.newsSig {font: 10pt arial, sans-serif; color: #666666; font-style: italic; text-align: left; }

img {border: 0;}

img a {border: 0;}


/*------- CUSTOM SCROLL ----------------*/



#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 400px;
height: 500px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
padding: 15px;
}



.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
background-color: #666666;
}
.vscrollerbar {
width: 10px;
background-color: #999999;
}
.hscrollerbase {
height: 10px;
background-color: white;
}
.hscrollerbar {
height: 10px;
background-color: #666666;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}


