body {
	background-color: #333333;
	text-align:center;
	margin:0 auto;
	padding: 0;
	scrollbar-3dlight-color:#000000;
	scrollbar-arrow-color:#cccccc;
	scrollbar-base-color:#222222;
	scrollbar-darkshadow-color:#222222;
	scrollbar-face-color:#494643;
	scrollbar-highlight-color:#cccccc;
	scrollbar-shadow-color:#000000
        behavior:url("csshover.htc");	
}

table {
	width: 760;
	padding: 0 auto;
	margin: 0 auto;
	border: 0 auto; 
	text-align: center;

	margin-left: auto;
	margin-right: auto;  
}

img 	{
	border: 0;
}

a {
	font-family: Aria, Helvetica, sans-serif;
	font-size: 10px;
}	
a:link {
	color: lightgrey;
	text-decoration: none;
}
a:visited {
	color: lightgrey;
	text-decoration: none;
}
a:active {
	color: lightgrey;
	text-decoration: none;
}
a:hover {
	color:  #ffffff;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: lightgrey;
	font-weight: normal;
	line-height: normal;
	background-color: #222222;
}


.bodytextURL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #02BBFF;
	font-weight: normal;
	line-height: normal;
	background-color: #222222;
}

.bodyheaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: lightgrey;
	font-weight: normal;
	line-height: 33px;
	letter-spacing: -1px;
	height: 22px;

}

.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: lightgrey;
}

.date {
	font-family: Arial, Helvetica, sans-serif;
	color: #02BBFF;
	font-size: 12px;
        font-weight: bold;
}

#menu {
	width: 100%;
	background: #eee;
	float: left;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 12em;
	float: left;
}

#menu a, #menu h2 {
	font-family: Aria, Helvetica, sans-serif;
	font-size: 10px;
	display: block;
	margin: 0;
	padding: 1px 1px;
}

#menu h2 {
	color: #fff;
	background: #000;
	text-transform: uppercase;
}

#menu a {
	color: #000;
	background: #efefef;
	text-decoration: none;
}

#menu a:hover {
	color: #a00;
	background: #fff;
}

#menu li {
	position: relative;
}



#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

#menu ul ul {
	position: absolute;
	z-index: 500;
}

div#menu ul ul {
	display: none;
}

div#menu ul li:hover ul {
	display: block;
}


