body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5;
	font-size: 14px;
	height: auto;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
.wrapper {
	display: inline-block;
	position: relative;
	vertical-align: bottom;
	border-left-width: 220px;
	border-left-style: solid;
	border-left-color: #ffffff;
}
.leftmenu {
	float: left;
	width: 220px;
	margin-left: -220px;
	margin-right: -1px;
	border-right: 1px solid #888;
	position: relative;
}
.leftmenu .current {
	color: #FF0000;
}

.leftmenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.leftmenu li ul {
	margin-left: 10px;
}

.leftmenu li {
	margin-left: 10px;

}
.leftmenu li .current {
	color: #FF0000;
	background-color: #eeeeee;
}

.leftmenu a {
	color: #333333;
	display: block;
	height: 26px;
	text-decoration: none;
}
.leftmenu a:hover {
	color: #FF0000;
	background-color: #eeeeee;
}


.main-right {
	float: left;
	padding-left: 20px;
	border-left: 1px solid #888;
}
.blankline {
	height: 10px;
}
.footer {
	color: #000000;
	background-color: #dddddd;
	text-align: center;
	height: 56px;
	padding-top: 10px;
	display: block;
	float: left;
	width: 100%;
}
.main-middle{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	padding: 20px;
}
.two-column{
	width: 45%;
	padding: 30px 1%;
	float: left;
	overflow: hidden;
	text-align: left;

}
