/* replace #4d897a with #4d897a */

/* and bg_pre_MM.jpg with bg.jpg */

body {
margin: 0;
padding: 0;
background-color: #fff;
font-family: arial, helvetica, sans-serif;
font-size: small;
text-align: left;

}

#wrap {
height:800px;
margin: 0;
text-align: left;
background-image: url(/images/bg.jpg);
background-repeat: no-repeat;
border: 1px #4d897a none;
border-left: 0px #4d897a solid;

}

#left
{
	float: left;
	width: 150px;
	padding: 5px 10px 15px 10px;

}

#main
{
	margin: 0 0 0 180px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 5px;

} 

.header
{
	font-size: medium;
	font-weight: bolder;
}
a:link {
	font: bold;
	color : #4d897a;
}
a:active {
	font: bold;
	color : #4d897a;
}
a:visited
{
	color: #4d897a;
	font-weight: bold;
}
a:hover {
	font: bold;
	color : #4d897a;	
	text-decoration:underline;
}
a {
	text-decoration:none;
}

.sub_menu_link
{
	font-weight: bold;
	font-size: x-small;
	color: #600;
	font-family: arial;
	text-decoration: none;
}
.menu_link
{
	font-weight: bold;
	font-size: small;
	color: #4d897a;
	font-family: arial;
	text-decoration: none;
}
a.menu_link:visited
{
	font-weight: bold;
	font-size: small;
	color: #000;
	font-family: arial;
	text-decoration: none;
}
a.menu_link:link
{
	font-weight: bold;
	font-size: small;
	color: #4d897a;
	font-family: arial;
	text-decoration: none;
}
a.menu_link:hover
{
	font-weight: bold;
	font-size: small;
	color: #4d897a;
	font-family: arial;
	text-decoration: underline;
}a.menu_link:active
 { 
 	font-weight: bold;
	font-size: small;
	color: #4d897a;
	font-family: arial;
	text-decoration: underline;
}
#benny
{
 float:right;
 width: 260px;
}
#benny img
{
	padding: 10px;
}
#benny ul
{
	list-style-type: none;
}
#benny ul li
{
	padding: 5px;
	font-size: 0.8em;
	text-align: center;
}
.list
{
	margin: 0 0 2px 5px;
}
.ppos
{
	list-style: none;
	float:left;
	width: 30%;

}
.ppos_right
{
	list-style: none;

}
.ppos li
{
	padding-bottom:10px;
}
.ppos_right li
{
	padding-bottom:6px;
}
label
{
width: 20em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}
table.union_web td
{
	vertical-align:top;
	text-align:center;
	padding:1.5em;
}
a img
{
	border:0;
}
.error
{
	color: #F00;
}