/*
styles for web site
*/
body {
  margin: 0px 0px 0px 0px;
	font-size: 14px;
	font-family: tahoma;
	line-height: 24px;
	color: #666666;
}

/*  LAYOUT  */
#topBarShadow {
		position: absolute;
		top: 145px;
		left: 0px;
		width: 100%;
		height: 10px;
		z-index: -1;
    background-image:url(images/shadow_background.png);
}

#topBar {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 145px;
    background-image:url(images/top_background_home.png);
}

#content {
	position: absolute;
	top: 145px;
	left: 180px;
	width: 595px;
	height: 90%;
}

/*  NAVIGATION  */
.menuClass {
	position: absolute;
	top: 184px;
	left: 0px;
	width:100px;
	float:left;
}
.menuHeader {
	font-weight:bold;
	cursor: pointer;
}
.menuList {
	display:none;
}
.menuItem {
	display:block;
}

.copyright {
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-size: 12px;
	color: #999999;
}


/*  HTML  */
a {   
    color: #484848;
}

td {
	font-size: 14px;
	font-family: tahoma;
	line-height: 24px;
}

img {
	border: 0;
}

/*  OTHER  */
