body
{
	background-color: black;
	color: white;
}

a
{
	font-weight: bold;
	/*color: #c0c0ff;*/
	color: #aaaaff;
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
}

a:active
{
	text-decoration: none;
}

a:focus
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.header
{
	background-image: url(../e99_header.gif);
	background-repeat: repeat-x;
	padding: 0px;
}

.header table
{
	width: 100%;
	height: 100px;
	padding: 0px;
}

.footer
{
	padding: 10px;
	text-align: center;
}

.menu a
{
	color: white;
}

.menu
{
	background-color: #040296;
	border: 2px solid #040296;
}

.menu table
{	
	padding: 0px;
	border-collapse: collapse;
}

.menuitem
{
	font-family: helvetica, arial;
	font-size: 18px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.menuspacer
{
	width: 2px;
	background-color: #000000;
	padding: 0px;
}

.wrap_table
{
  width: 100%;
  background-color: #040296;
	padding: 0px;
}

.wrap_cell
{
  background-color: #000000;
  padding: 0px;
}

#content_table
{
	width: 100%;
}

#content_cell
{
	width: 100%;
	padding: 20px;
}

.table_nospace
{
	padding: 0px;
	border-collapse: collapse;
}

.table_cell_nospace
{
	padding: 0px;
}

.table_cell_nospace_top
{
	padding: 0px;
	vertical-align: top;
}

#indexpage
{
	font-family: helvetica, arial;
	font-size: 24px;
	font-weight: normal;
	padding: 0px;
}

#content
{
	font-family: helvetica, arial;
	font-size: 16px;
	font-weight: normal;
	padding: 0px;
}

.header_ad
{
  position: absolute;
  top: 35px;
  right: 30px;
}

.main_boxes
{
	width: 400px;
	border: 2px solid #040296;
}

.main_boxes table
{
	width: 100%;
	padding: 2px;
	border-collapse: collapse;
	
}

.main_boxes_title
{
	font-size: 18px;
	padding: 4px;
	text-align: center;
	font-weight: bold;
	background-color: #040296;
}

.main_boxes_content
{
	font-size: 16px;
	padding: 4px;
	text-align: left;
	background-color: #000000;
}

.event_box
{
	border-collapse: collapse;
	width: 380px;
	overflow: auto;
}

.events td
{
	padding: 3px;
	font-family: helvetica, arial;
	font-weight: normal;
	font-size: 16px;
}
