﻿#mainContainer
{
	margin: 0 auto;
	width: 940px;
}
#leftColumn
{
	color: #fff;
	float: left;
	margin-right: 5px;
	width: 930px;
}
#contentColumn
{
	color: #00365B;
	float: left;
	width: 475px;
}
#footer
{
	clear: both;
	margin-top: 5px;
	width: 928px;
}
#header
{
	clear: both;
	color: #FFF;
	margin-bottom: 5px;
	width: 928px;
}
.clear
{
	clear: both;
}
p
{
	margin-bottom: 10px;
	margin-top: 0px;
}
div#hold
{
	height: 470px;
	overflow: hidden;
	position: relative;
	width: 899px;
	z-index: 100;
}
div#wn
{
	height: 470px;
	left: 0px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	width: 899px;
	z-index: 1;
}
div.content
{
	left: 0px;
	position: absolute;
	top: 0px;
	visibility: hidden;
}
div#scrollbar
{
	font-size: 1px;
	height: 160px;
	left: 0;
	position: relative;
	top: 0;
	visibility: hidden;
	width: 0px;
	z-index: 1;
}
div#track
{
	background-color: #fefefe;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	height: 136px;
	left: 0;
	position: absolute;
	top: 12px;
	width: 0px;
	z-index: 1;
}
div#dragBar
{
	height: 20px;
	left: 1px;
	position: absolute;
	top: 1px;
	width: 10px;
	z-index: 1;
}
div#up
{
	left: 0;
	position: absolute;
	top: 0;
	z-index: 1;
}
div#down
{
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: 1;
}
a img
{
	border: none;
}
table.main
{
	text-align: left;
	width: 915px;
}