﻿body                {
	margin:0px; 
	margin-top:10px; 
	font-family:verdana, arial
}
a                   {
	color:white; 
	text-decoration:none;
}
a:visited           {
	color:white; 
	text-decoration:none;
}
a:hover             {
	color:#FFD200; 
	text-decoration:none;
}
.panel              {
	height:800px; 
	padding:0px; 
	text-align:center; 
	overflow:hidden;}
.header             {
	width:900px; 
	height:30px; 
	margin:0px auto; 
	background-color:#222222; 
	font-family:Verdana, arial; 
	color:white; 
	text-align:right; 
	font-size:8pt; 
	line-height:30px;
}
.content            {	
	width:900px; 
	margin:0px auto; 
	text-align:left; 
	background-color:#999999;
}
.top-panel          {
	width:100%; 
	height:150px; 
	border-bottom:1px solid black; 
	background-color:#414141; 
	text-align:center;
}
.footer             {
	width:900px; 
	height:30px; 
	margin:0px auto; 
	background-color:#222222; 
	font-family:Verdana, arial; 
	color:white; 
	font-size:8pt; 
	line-height:30px;
}
.menu-bar           {
	width:900px; 
	height:30px; 
	background-color:#222222; 
	text-align:right; 
	background-image:url('images/bar.jpg'); 
	line-height:30px;
}
.menu-item          {
	width:100px; 
	font-size:10pt; 
	font-weight:bold; 
	color:white; 
	float:left; 
	text-align:center;
}
.selected           {
	color:#FFD200;
}
.content-container  {	
	width:900px; 
	height:540px; 
	overflow:hidden;
}
.content-panel      {
	width:645px; 
	background-color:white;
}
.illuminated        {
	float:left; 
	padding-left:10px; 
	font-size:80px; 
	font-weight:bold; 
	text-align:center;
}
.right-side-panel   {
	width:255px; 
	height:100%; 
	background-color:#444444; 
	text-align:center; 
	padding:5px; 
	vertical-align:top;
}
.info-panel         {
	width:200px; 
	padding-left:20px; 
	padding-right:20px; 
	background-image:url('images/panelTitle.jpg'); 
	background-repeat:no-repeat; 
	background-position:top center;
}
.info-panel-title   {
	font-size:9pt; 
	font-weight:bold; 
	color:#333333; 
	text-align:center;
}
.info-panel-body    {
	font-size:8pt; 
	color:#BBBBBB; 
	text-align:left; 
	padding-top:5px; 
	line-height:12px;
}
