body {
	background: #EEF4F7 url(images/back_all.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
input, textarea, button {
	background: #FFFFFF;
	border: 1px solid #000000;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #000000;
}
.main {
  position: relative;
  top: -10px;
  left: 13%;
  height: 806px;
  width: 1041px;
  background: url(images/table_back.jpg) no-repeat;
}
.middle {
  position: relative;
  left: 50px;
  top: 5px;
  width: 915px;
}
.topHeader {
  height: 225px;
  width: 915px;
  float: left;
  text-align: center;
  font-size: 20px;
}
#menu {
float: left;
height: 32px;
background: url(images/menu.png) no-repeat;
width: 900px;
padding-left: 35px;
padding-bottom: 5px;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	width: 140px;
	height: 26px;
	text-decoration: none;
	text-align: center;
	padding-top: 6px;
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;

}

#menu a:hover {
	background: url(images/menu_r.gif) repeat-x;
}

/* Content */

.content {
  width: 497px;
  float: left;
}
.content #top
{
width: 497px;
background: url(images/top.png) no-repeat;
height: 13px;
}

.content #middle_back
{
width: 477px;
background: #ffffff;
padding: 10px;
}

.content #bottom
{
width: 497px;
background: url(images/bottom.png) no-repeat;
height: 9px;
margin-bottom: 6px;
}

.sidebar #bottom_small
{
height: 11px;
background: url(images/bottom_small.png) no-repeat;
width: 202px;
margin-bottom: 6px;
}

.sidebar {
  width: 202px;
  float: left;
}

.sidebar #title {
  background: url(images/title.png) no-repeat;
  height: 28px;
}
#title #top {
  font-weight: bold;
  color: white;
  position: relative;
  top: 5px;
  left: 20px;
  font-size: 16px;
}
.sidebar #back {
  background: #ffffff url(images/title_back.png) no-repeat;
}

#leftBar {
  padding-right: 7px;
}
#rightBar {
  padding-left: 7px;
}
/* Calendar */

#calendar table {
	width: 100%;
	text-align: center;
}

#calendar tbody td {
	border: 1px solid #F1F1F1;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}

#calendar #now {
	background: #696969;
	border: 1px solid #ff0000;
	font-weight: bold;
	color: #ffffff
}

.more {
  display: none;
}
#left {
  float: left;
  width: 337px;
  font-weight: bold;
  font-size: 25px;
}
#right {
  float: left;
  height: 229px;
  width: 290px;
}
#center {
  color: purple;
  float: left;
  text-align: center;
  width: 288px;
  height: 80px;
  position: relative;
  top: 68px;
  font-weight: bold;
}
#tickerSpan {
  float: left;
  width: 915px;
}
#tickerSpan a {
  font-size: 30px;
  font-weight: bold;
}
.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
.sidebar li {
	padding: 4px 0 4px 20px;
}
#footer {
  float: left;
  width: 915px;
}
