/* CSS Document */

body{
	font-family: Arial Unicode MS, Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFCC;
	margin: 0px;
	padding: 0px;
	background-color:#000000;
}

body h2
{
	text-align:center;
}

body h3
{
	text-align:center;
}

body h4
{
	text-align:center;
}

#header
{
	position: absolute;
	left: 0px;
	right: 2%;
	width:700px;
	z-index: 1;
	top: 0px;
}



/* Language bar information */

#languages
{
	position: absolute;
	right:30px;
	top: 10px;
	width: auto;
	font-size: small;
	color: #FFFFFF;
	z-index:50;
}

#languages a
{
	color: #FFFFFF;
	text-decoration: none;
}

#languages a:hover
{
	text-decoration: underline;
}


#middlepart
{
	width: 975px;
	text-align: center;
	z-index:2;
}

/* Navigation Bar */
#navbar
{
	position: absolute;
	left: -290px;
	top: 210px;
	width: 185px;
	z-index: 1;
	margin:0px;
	padding: 5px 0px 5px 5px;
	border-style:solid;
	border-color:#FFFFFF;
	border-width: 1px;
	background-color:#333333;
	height: 620px;
}

#navbar a
{
	font-size:14px;
	text-decoration:none;
	color:#00FFFF;
	cursor:pointer;
}

#navbar a:hover
{
	color:#0099FF;
}

#navrightcorner
{
	position: absolute;
	right:-1px;
	top:-1px;
	z-index: 100;
	background-color: #000000;
}

#navbottomrightcorner
{
	position: absolute;
	right:-1px;
	bottom:-1px;
	z-index: 100;
}

#geartopleft
{
	position:absolute;
	top:-10px;
	left:-3px;
}

#gearbottomleft
{
	position:absolute;
	bottom:-10px;
	left:-3px;
}

#menutable
{
	padding-top:10px;
}

/* subMENUS using DHTML */
.DivMenu	{
	position:absolute;
	left: 180px;
	z-index:100;
	visibility:hidden;
	background-color: #666666;
	background-image: url("images/nav/gradient.gif");
	background-repeat:repeat-y;
	border: 1px solid #FFFFFF;
	border-left-style:none;
	padding: 2px 5px 2px 5px;
	top: 174px;
	z-index:100;
			}
			
.TDMenu	{
		color: #00CCFF;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:70%;
		cursor:default;
		text-align:right;
		width: 100px;
		}
		
/* Main information box */
#main
{
	position: absolute;
	left: 20px;
	top: 235px;
	width: 625px;
	margin:0px;
	padding: 5px;
	color:#FFFFFF;
	border: 1px solid #333333;
	
	text-align:left;
}

#main a
{
	color:#00FFFF;
}

#main a:hover
{
	font-weight:bold;
}

/* Toolbar */
#toolbar
{
	position:absolute;
	font-size:12px;
	right: 6px;
	top:-22px;
	height: 19px;
	padding: 1px 5px 0px 5px;
	
	border: 1px solid #333333;
	border-bottom-color:#000000;
}

#toolbar a
{
	color:#FFFFFF;
	text-decoration:none;
}

#toolbar a:hover
{
	text-decoration:underline;
}

/* Location information */
#location
{
	position: absolute;
	left: 6px;
	top: -24px;
	height: 20px;
	z-index: 50;

	padding: 1px 5px 0px 5px;
	
	border: 1px solid #333333;
	border-bottom-color:#000000;
}

#location a
{
	text-decoration:none;
}

#location a:hover
{
	text-decoration:underline;
}

