#main {
	position: absolute;
	width: 70%;
}

#sidebar {
	position: absolute;
	width: 20%;
	margin-left: 72%;
	border-left-style: solid;
	border-left-width: 1px;
}
    
/* Global Body Style */
table, body {
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 13px;
	margin: 0;
}

table {
	border: solid;
	border-width: 1px;
}

.centretable {
	margin-left: auto;
	margin-right: auto;
}

h1 {
	color: #000;
	font-size: 16px;
	 text-align: center;
}

h2 {
	color: #000;
    font-size: 14px;
}

th {
	background-color: #5DA19F;
	color: #FFFFFF;
	text-align: center;
	border: solid;
	border-width: 1px;
}

td {
	border: solid;
	border-width: thin;
	border-color: #C8DEDE;
}
