@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #aabdc3;
	/*background-image: url("images/tree.gif");*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.thrColElsHdr #container { 
	width: 52em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background:#dfdfdf;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height: 39em;
} 

.thrColElsHdr #header { 
	background: #336699; 
	padding: 0;  
	height: 100px;
} 

.menubar {
	height: 39px;
	background:	#0066FF;
	padding: 0;
}

.thrColElsHdr #column1 {
    margin: 0px;
    padding: 0px;
    /*background-image: url(images/bgl.jpg);
    background-repeat: repeat-y;*/
	background-color: #336699;
    width: 100%;
	position:relative;
}

.thrColElsHdr #column2 {
	margin: 0px;
    padding: 0px;
    /*background-image: url(images/bgr.jpg);
    background-repeat: repeat-y;*/
	background-position: right;
	background-color: #336699;
    width: 100%;
}

	
.thrColElsHdr #sidebar1 {
	margin: 0;
	float: left; 
	width: 188px;
	text-align:center;
	position: relative;
}

.thrColElsHdr #sidebar2 {
	margin: 0;
	float: right; 
	width: 120px;
	padding-top: 20px;
}

.thrColElsHdr #sidebar1 h3, .thrColElsHdr #sidebar1 p, .thrColElsHdr #sidebar2 p, .thrColElsHdr #sidebar2 h3 {
	margin-left: 8px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 8px;
}

.thrColElsHdr #mainContent {
 	margin-left: 188px;
	width: 31.1em;
	background:#dfdfdf;
	padding:0 12px;
	min-height: 40em;
	border-right: 1px solid #02021E;
	border-left: 1px solid #02021E;
	vertical-align: top;
} 

.thrColElsHdr #footer {
  /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#4596cb;
	height: 38px;
	width: 100%;
} 

.footerText {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
    text-align:center;
	color: #FFCC66; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
	vertical-align:middle;
	line-height: 18px;
	 /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.pageName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style:oblique;
	font-weight:bold;
	color: #d5100a;
	letter-spacing:.1em;
	line-height:32px;
}

.sidebarText {
	color: #FFFFFF;
	font-weight:bold;
	line-height:14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

.navText {
	color: #FFFFFF;
	line-height:16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px 0px;
}

.guide {
	line-height:14px;
	color:#02021E;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left:7px;
	padding-top:7px;
}

.newsTitle {
	line-height:14px;
	color:#0033CC;
	text-align: justify;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.news {
	line-height:14px;
	color:#02021E;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.numbering {
	line-height:16px;
	color: #993399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 14px;
}

.pages {
	text-align:right;
	line-height:14px;
	color:#d5100a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
}

.tableText {
	line-height:14px;
	color:#02021E;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
}

.games {
	line-height:15px;
	color:#02021E;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom:3px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
}

.button {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2849b1/*#993399*/;
	padding-bottom:1px;
	padding-top:1px;
}

.smallTable {
	/*width: 9.952em;*/
	border:1px solid #02021E;
	background-color: #64748B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	height:75px;
	border-collapse:collapse;
}

.smallTable td.green  {
	color: #FFFFFF;
	font-weight:bold;
	background: #006699;
	border:none;
	line-height:16px;
	text-align: right;
	padding-right: 10px;
}
	
.smallTable td {
	color: #FFFFFF;
	border:1px solid #02021E;
	line-height:16px;
	text-align:center;
}

.detailTable {
	border:1px solid #02021E;
	background-color: #64748B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	border-collapse:collapse;
}

.detailTable tr.green
{
	background: #006699;
	font-weight:bold;
	text-align:center;
	line-height:22px;
	border:1px solid #02021E;
}

.detailTable td.green  {
	color: #FFFFFF;
	font-weight:bold;
	background: #006699;
	border:none;
	line-height:20px;
	text-align:right;
	padding-right:10px;
}

.detailTable td {
	color: #FFFFFF;
	border:1px solid #02021E;
	line-height:20px;
	text-align:left;
	padding-left:10px;
}

.hollowTable  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #02021E;
	font-weight:bold;
	background: #dfdfdf;
	line-height:20px;
	padding:0px;
	border:none;
}

.hollowTable td.hollow {
	text-align: right;
	padding-right: 10px;
	background:#dfdfdf;
	border:none;
	color:#02021E;
}

.hollowTable td {
	padding:0px;
	font-weight: bold;
	background:#006699;
	color:#ffffff;
	border-top:none;
	border-left:1px solid #02021E;
	border-bottom:1px solid #02021E;
	border-right:1px solid #02021E;
	text-align:center;
}

.statsTable {
	border:1px solid #02021E;
	background-color: #64748B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	border-collapse:collapse;
}

.statsTable tr.green
{
	background: #006699;
	font-weight:bold;
	text-align:center;
	line-height:16px;
	border:1px solid #02021E;
}

.statsTable td.green  {
	color: #FFFFFF;
	font-weight:bold;
	background: #006699;
	border:none;
	line-height:16px;
	text-align:right;
	padding-right:10px;
}

.statsTable td {
	color: #FFFFFF;
	border:1px solid #02021E;
	line-height:16px;
	text-align:left;
	padding-left:10px;
}


.historyTable {
	border:1px solid #02021E;
	background-color: #64748B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	border-collapse:collapse;
}

.historyTable tr.green
{
	background: #006699;
	font-weight:bold;
	text-align:center;
	line-height:20px;
	border:1px solid #02021E;
}

.historyTable td.green  {
	color: #FFFFFF;
	font-weight:bold;
	background: #006699;
	line-height:22px;
	font-size: 14px;
	text-align:center;
	padding-right:10px;
}

.historyTable td {
	color: #FFFFFF;
	border:1px solid #02021E;
	line-height:18px;
	text-align: center;
}


.emsTable{
	width: 31.1em;
}

.clockGadget {
	padding-top: 2px;
	padding-left: 1px;
	padding-right: 1px;
	width: 178px;
	height: 75px;
	background-color: #669999;
	position: absolute;
	top: 20px;
	left: 3px;
	border: 1px solid #FFFFFF;
}

.pollGadget {
	width: 180px;
	height: 370px;
	background-color: #FFFFFF;
	position: absolute;
	top: 180px;
	left: 3px;
	vertical-align: top;
	border: 1px solid #FFFFFF;
}

.santa {
	width: 150px;
	height: 150px;
	position: absolute;
	top: 170px;
	left: 20px;
}

.adGadget {
	padding: 2px;
	width: 176px;
	height: 35px;
	background-color: #669999;
	position: absolute;
	top: 118px; 
	left: 3px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	font-weight:bold;
	line-height: 16px;
}

.adGadget2 {
	padding: 2px;
	width: 176px;
	height: 85px;
	background-color: #669999;
	position: absolute;
	top: 520px; 
	left: 3px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	font-weight:bold;
	line-height: 16px;
}

.underage {
	height: 45px;
	position: absolute;
	bottom: 2px;
	width: 187px;
	left: 0px;
	text-align: center;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    display: block;
    height: 0px;
    overflow: hidden;
    margin: 0;
    padding: 0;
	visibility: hidden;
}

.adGadget3 {
	padding: 2px;
	background-color: #336699;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	font-weight:bold;
	line-height: 16px;
	margin-bottom: 10px;
}

.adGadget3 a {
	text-decoration: underline;
	color: white;
}

/* ID Styles */

#company a{
	line-height:16px;
	color:#993399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 14px;
	text-decoration:none;
	padding:0px;
}

#company a:hover{
	color:#9933FF;
}

#navigation a {
	color: #ffffff;
	text-decoration: none;
	line-height:16px;
	display:block;
	padding: 0px 10px;
	border-right:1px solid #4596cb;
	border-left: 1px solid #4596cb;
	border-top: 1px solid #4596cb;
	border-bottom: 1px solid #4596cb;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
	
#navigation a:hover {
	color:#02021E;
	background:#dfdfdf /* d5100a */;
	border:1px ridge #02021E;
}

#link a{
	text-align:right;
	line-height:14px;
	color:#006699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 11px;*/
	text-decoration:none;
}

#link a:hover{
	color: #d5100a;/*#66CCCC;*/
}
	
#pageLink a{
	text-align:right;
	line-height:14px;
	color:#006699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
}

#pageLink a:hover{
	color:#d5100a; /*#66CCCC*/
}

#tableLink a{
	color:#66CCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
}

#tableLink a:hover{
	color:#FFCC66;
}

#adLink a{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	line-height: 16px;
}

#adLink a:hover{
	text-decoration:underline;
}
