body {
	margin:0px;
	padding:0px;
	font: 100.1% verdana, tahoma, helvetica, arial, sans-serif;
	color: #00c;
	background: #fff;
	}
	
h1 {
	font: italic 600 175% verdana, tahoma, helvetica, arial, sans-serif;
 	text-transform: uppercase;
	color: #063;
     }

#Header {
	border-bottom: 2px green solid;
	background: #ffc;
	}
#Content_LSCS {
	width: 600px;
	padding:10px;
	float:left;
	}
	
#Content_LSCS p {	text-align:left; /* instead of using plain div */
}

/*
#Menu_Right {
	position:absolute;
	top:145px;
	right:10px;
	width:175px;
	padding:10px;
	background-color:#ffc;
	border: 2px solid green;
//	line-height:110%;
	line-height:10px;
	text-align:left;
	}
*/

#Menu_Right {
	width:175px;
	padding:5px;
	text-align:left;
	background-color:#ffc;
	border: 2px solid green;
	float: right;
	clear: right;
	}

.memberMenu {
	list-style-type: none;
	width: 201px;
}
.memberMenu li {
	position: relative;
}
.memberMenu a, .memberMenu a:visited {
	display: block;
	width: 160px;
	font-size: 60%;
	height: 25px;
	line-height: 24px;
	text-decoration: none;
	text-indent: 0px;
	background: #ffc;
	border: 1px solid green;
	border-width: 0px 0px 1px 0px;
}
.memberMenu li:hover > a {
	background: green;
	color: #ffc;
}
.memberMenu li ul {
	display: none;
}
.memberMenu li:hover > ul {
	display: block;
	position: absolute;
	top: -15px;
	left: -205px;
}



#Error {
	color:#FF0033;
	font-size:14px;
	}


