body {
	margin: 0px 0px 0px 0px;
	background-color: #000000;
	color: #FFFFFF;
	width: 700px;
	font-family: Arial, Helvetica, sans-serif;
}

div#MainMenu {
	background-color: #660000;
	position: relative;
	width: 691px;
	height: 24px;
	margin-bottom: 10px;
	border-bottom: 1px solid #BB0000;
	border-top: 1px solid #BB0000;
	z-index: 100;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

div#MainMenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#MainMenu ul li {
	position: relative;
	display: inline;
	float: left;
}

div#MainMenu ul li a {
	display: block;
	background: #770000;
	padding: 5px 10px;
	border-right: 1px solid #BB0000;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

div#MainMenu ul li a:hover {
	background: #BB0000;
}

div#MainMenu ul li a.selected {
	background: #990000;
}

h2 {
	font-size: 12pt;
	text-align: center;
}

p {
	font-size: 10pt;	
}

div#Header {
	height: 140px;
	z-index: 100;
}

div#Content {
	clear: both;
	background: #000000 url('images/backg.gif') no-repeat fixed left;
	height: 390px;
	width: 100%;
}

div#EventList {
	width: 270px;
	height: 380px;
	margin-left: 10px;
	margin-right: 0px;
	border: 0px solid #FFFFFF;
	float: left;
	overflow: auto;
	position: relative;
}

div#EventList ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#EventList ul li {
	position: relative;
	display: inline;
	float: left;
}

div#EventList ul li a {
	display: block;
	background: #333333;
	min-height: 20px;
	min-width: 230px;
	max-width: 230px;
	text-decoration: none;
	padding: 10px 10px 10px 10px;
	font-size: 10pt;
	color: #FFFFFF;
	margin-bottom: 2px;
	filter: alpha(opacity=80);
  	opacity: 0.8;
}

div#EventList ul li a:hover {
	background: #666666;
}

div#EventList ul li a.selected {
	background: #666666;
}

table#Calendar {
	font-size: 10pt;
	filter: alpha(opacity=80);
  	opacity: 0.8;
}

table#Calendar th { 
	font-weight: bold;
	background: #333333;
	height: 20px;
	width: 30px;
}

table#Calendar td { 
	text-align: center;
	height: 20px;
	width: 30px;
	background: #666666;
}

table#Calendar td.blank { 
	background: #333333;
}

table#Calendar td.event { 
	background: #999999;
	font-weight: bold;
	border: 1px solid #FFFFFF;
}

table#Calendar td.event:hover { 
	background: #AAAAAA;
	cursor: pointer;
}

table#Calendar td.selected { 
	background: #CCCCCC;
}

iframe {
	margin-left: 5px;
	margin-right: 10px;
	float: right;
}

div#Footer {
	width:692px;
	height: 30px;
	background-color: #333333;
	clear: both;
}

a#PoweredBy {
	height: 30px;
	background: url('images/poweredby.gif') no-repeat;
	width: 80px;
	float: right;
}
a#PoweredBy:hover {
	height: 30px;
	background: url('images/poweredby.gif') no-repeat;
	background-position: 0px -30px;
	width: 80px;
	float: right;
}
