html
{
	overflow: hidden;
	width: 100%;
	height: 100%;
}

body 
{
	font-family: Lucida Grande, Verdana, Sans-serif;
	font-size: 12px;
	color: #eeeeee;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
	
h1 {text-align: center; font-size: 24px; text-decoration: bold;}
h2 {font-size: 18px; text-decoration: bold;}
h3 {text-decoration: underline;}
p {text-indent: 5%;}

a:link {color: #0066FF; text-decoration: underline}
a:visited {color: #6666ff}
a:hover {background: #ffffff; color: #000000}

div.centered 
{
	text-align: center;
}

div.centered table 
{
	margin: 0 auto; 
	text-align: left;
}

img.center 
{
	padding: 6px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	display:block;
	margin-left:auto;
	margin-right:auto;
}	

#header
{
	height: 85px;
	position: relative;
	min-width: 600px;
	border-bottom: 4px solid #0c0c0c;
}

#main
{
	position: fixed;
	top: 87px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	overflow: auto;
	background-color: white;
}

* html body
{ /*IE6 hack*/
	padding: 87px 0 0 0; /*Set value to (HeightOfFrameDiv 0 0 0)*/
}

* html #main
{ /*IE6 hack*/
	height: 100%; 
	width: 100%; 
}

#devomenu{	background-color: #000000;	width: 100%;	position: absolute;	bottom: 0px;	left: 320px;}#devomenu ul{	margin: 0px;	padding: 0px;
	font-size: 11px;}	#devomenu li{	list-style: none;	float: left;}
	
#devomenu a
{
	display: block;
	color: #fff;
	text-decoration: none;
	background-color: #406DC2;
	padding: 8px 10px 8px 12px;
}


#newmenu
{
	position:absolute;
	margin-top:10px;
	top: 0px;	left: 320px;}

#newmenu ul .item{display:none;}
#newmenu ul:hover .item{display:block;background:#000;padding:1px;margin:1px;}

#newmenu ul:hover .item a{color:#fff;text-decoration:none;}
#newmenu ul:hover .item a:hover{color:#999;}

#newmenu ul
{
	/*width:100px;*/
	float:left;
	margin:0px;
	padding:2px;
	background:#b10000;
	list-style:none;
}
	

#newmenu a
{
	display: block;
	color: #fff;
	text-decoration: none;
	background-color: #406DC2;
	padding: 8px 10px 8px 12px;
}



