/*Top nav items style*/
.globalnav ul{
margin: 0;
padding: 0;
list-style-type: none;
}
.globalnav ul li{
position: relative;
display: inline;
float: left;
}
.globalnav ul li a{
display: block;
width: 130.8px; /*Width of top nav link items*/
padding: 2px 8px;
border: 1px solid #202020;
border-left-width: 0;
text-decoration: none;
background: url(menubg.gif) center center repeat-x;
color: black;
font: bold 13px Tahoma;
}
.globalnav ul li a:hover{
background: url(menubgover.gif) center center repeat-x;
}
/*Top sub Nav menu*/
.globalnav ul li ul{
	left: 0;
	top: 0;
	border-top: 1px solid #202020;
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 100;
}
.globalnav ul li ul li{
	display: inline;
	float: left;
}
.globalnav ul li ul li a{
	width: 160px; /*width of sub menu levels*/
	font-weight: normal;
	padding: 2px 5px 2px 15px;
	background: #D8D8D8;
	border-width: 0px 1px 1px 1px;
	text-align: left;
}
.globalnav ul li ul li a:hover{
background: #BCBCBC;
}


/*Footers items*/
#footer {
	text-align:center;
	font:normal 11px Tahoma;
}
#footer a:link,#footer a:visited,#footer a:active {
	color: #333;
}
#footer a:hover {
	color: #000066;
}
.Headline{
	COLOR:#666666;
	FONT-SIZE:22px;
	FONT-FAMILY:Arial,Helvetica,sans-serif;
	TEXT-DECORATION:none;
	padding-top: 10px;
	padding-bottom: 10px;
}
.bodytext{
FONT-SIZE:13px;
FONT-FAMILY:Arial,Helvetica,sans-serif;
LINE-HEIGHT:17px
}
.bodybold{
FONT-WEIGHT:bold;
FONT-SIZE:13px;
FONT-FAMILY:Arial,Helvetica,sans-serif;
LINE-HEIGHT:17px
}