@charset "UTF-8";
/* CSS Document */

body,td,th {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px ;
}
#centered_main {
    width: 700px;
   
    text-align: left;
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -350px;
	margin-top: -200px;
}
#xyz_body {
	color: #b06cb2;
	background-color: #F8F4DD;
	padding: 30px;
}
#left-foot {
	width: 550px;
	color: #b06cb2;
	padding: 5px;
	margin-top: 10px;
	float: left;	
}
#right-foot {
	width: 75px;
	color: #F8F4DD;
	background-color: #A79069;
	padding: 5px 5px 5px 5px;
	margin-top: 10px;
	float: right;
}
#right-foot a:link {
	color: #F8F4DD;
	font-weight:bold ; 
	text-decoration: none;
	
}
#right-foot a:visited {
	color: #F8F4DD;
	font-weight:bold ; 
	text-decoration: none;
}
#right-foot a:hover {
	color: #ccff66;
	font-weight:bold ; 
	text-decoration: none;
}
#right-foot  .menulist {
	margin: 0px 0 0px 0px;
	font-size: 1em;
	color: #F8F4DD;
	background:#A79069/*url(img/darkbro-sample.jpg)*/;
	padding: 5px;
	font-weight:bold ; 
	text-decoration: none;
	list-style-type: none;
}
#right-foot  .menulist a:link {
	color: #F8F4DD;
	background-color: #A79069;
	padding: 5px;
	text-decoration: none;
}
#right-foot  .menulist a:link {
	color: #F8F4DD;
	background: #A79069 /*url(img/darkbro-sample.jpg)*/;
	padding: 5px;
	text-decoration: none;
}
#right-foot  .menulist a:active {
	color: #B18167;
	background-color: #F8F4DD;
	padding: 5px;
	text-decoration: none;
}
#right-foot  .menulist a:hover {
	color: #B18167;
	background-color: #F8F4DD;
	padding: 5px;
	text-decoration: none;
}
