.menu A:link    {text-decoration: none; color: RED;}
.menu A:visited {text-decoration: none; color: RED;}
.menu A:active  {text-decoration: none; color: RED;}
.menu A:hover   {text-decoration: none; color: red;   background:white; }

.LatestUpdates { COLOR: BLUE; FONT: 7pt Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none }
.LatestUpdates A:link    {font: 8pt Verdana; text-decoration: none; color: RED;}
.LatestUpdates A:visited {font: 8pt Verdana; text-decoration: none; color: RED;}
.LatestUpdates A:active  {font: 8pt Verdana; text-decoration: none; color: RED;}
.LatestUpdates A:hover   {font: 8pt Verdana; text-decoration: none; color: red;   background:white; }

.updated {text-decoration: none; background:red; color: white;}
.body {
	COLOR: #000000; FONT: 10pt Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
P {
	FONT: 10pt Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
H2 {
	FONT: 14pt Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 9pt; FONT-STYLE: normal; FONT-WEIGHT: bold
}
TD {
	FONT: 10pt Verdana, Arial, Helvetica, sans-serif
}
.small-link {
	COLOR: #663366; FONT: 9pt Arial, Helvetica, sans-serif
}
.head-link {
	COLOR: #ffffff; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 10pt; FONT-STYLE: normal; FONT-WEIGHT: bold; TEXT-DECORATION: none
}
.header1 {
	FONT: 12pt Verdana, Arial, Helvetica, sans-serif; FONT-WEIGHT: bold; COLOR: blue; TEXT-DECORATION: none
}
.header2 {
	FONT: 14pt Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.smalltext {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 8pt; FONT-STYLE: normal; FONT-VARIANT: normal; LINE-HEIGHT: normal; TEXT-DECORATION: none
}
.medium {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 12pt; FONT-STYLE: normal; FONT-VARIANT: normal; FONT-WEIGHT: normal
}

	#logo{
	position: absolute;
        top: 0px;
        left: 0px;
	width: 121px;
	height: 120px;
	border: none;
        background: GREEN;
	padding: 10px;
	color: #ffffff;
	}

	#pageheader{
	position: absolute;
        top: 0px;
        left: 121px;
	height: 130px;
	width: 90%;
	border: none;
        background: GREEN;
	padding: 10px;
	color: #ffffff;
	}

	#menublock{
	position: absolute;
        top: 129px;
        left: 0px;
	height: 300%;
	width: 120px;
	border: none;
	        background: GREEN;
	padding: 10px;
	color: #ffffff;
	}

	#menu{
	position: absolute;
        top: 150px;
        left: 0px;
	width: 114px;
	border: none;
	background: GREEN; 
	padding: 10px;
	color: WHITE;
	}


	#newsletter{
	position: absolute;
        top: 290px;
        left: 3px;
	width: 107px;
	border: solid RED 2px offset;
        background: LIGHTBLUE;
	padding: 10px;
	color: BLACK;
	}


	#LatestUpdates{
	position: absolute;
        top: 450px;
        left: 3px;
	width: 107px;
	border: solid RED 2px offset;
        background: LIGHTBLUE;
	padding: 10px;
	color: BLACK;
	}


	#images{
	position: absolute;
        top: 10px;
        right: 10px;
	height: 120px;
	border: none;
        background: GREEN;
	padding: 10px;
	color: #ffffff;
	}


        #news{
	position: absolute;
	visibility:hidden;
	top: 10px;
	left: 20px;
	width: 90%;
	height: 120px;
	border: none;
        background-color: lightblue;
	padding: 10px;
	}
 	
	
	#pagebody{
	position: absolute;
	top: 140px;
	left: 120px;
        width:90%;
        height:100%;
<!--        background-image: url(LCH_Logo_bach.jpg);   background-fixed:fixed;       -->
        background: WHITE;

	padding: 10px;
	color: BLACK;
	}

	#welcome{
	width: 91%;
	height: 5px;
	border: none;
        background-color: GREEN;
	padding: 10px;
	}

	#footer{
	width: 90%;
	border: none;
        background-color: #fffff0;
	padding: 10px;
	}

	#newsitem{
	width: 80%;
	border: solid GREEN 3px off-set;
	background-color: White;
	padding: 10px;
	color: BLUE;
        }
        
   