.maintable {
	background: #E5E5E5 url(images/logobw.gif) no-repeat center center;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bolder;
        -moz-border-radius: 8px;
	border-radius: 8px;
}
body {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-left:auto;
        margin-right:auto;
	background-color: #E5E5E5;
        -moz-box-shadow: 0px 1px 2px 2px #999;
	-webkit-box-shadow: 0px 1px 2px 2px #999;
	box-shadow: 0px 1px 2px 2px #999;
        width: 1000px;
}
a {
	color:#DC143C;
}
.smlogobg {
	background-image: url(images/logobwsm.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.smlogobgbottom {
	background-image: url(images/logobwsm.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#left {
	padding:0px;
	float:none;
	margin-left: 0px;
	margin-right: 0px;
	background-color:#E5E5E5;
	text-align:center;
}
#left h2 {
	text-align:center;
	margin:0px;
	padding:0px;
}
#left ul {
	padding-left:0px;
	padding-right:0px;
	list-style:none;
}
#content {
	margin-left:20px;
	margin-right:20px;
}
.error {
	text-align:center;
	color:#FF0000;
	font-size: 18px;
	font-weight:bold;
}

