.canvas, div {
	margin:0px;
	padding:0px;
}
/* header styles */
.header1 {
	height: 115px;
	text-align: center;
	clear:both;
}
.hrule {
		margin:10px auto 0px auto;
}
.navbarTop {
	font-family: Verdana;
	font-weight: normal;
	font-size:x-small;
	text-align: center;
	color: #0000FF;
}
.navbarTop ul {
	margin:0px auto ;
	padding:0px;
	text-decoration:none;
	list-style:none;
	}
.navbarTop ul li {
	display:inline;
	text-indent:0px;
	margin:0px auto;
}

/* main content area styles */
.midsection {
	clear:both;
}
.leftSidebar1 {
	float:left;
	width: 90px;
	font-family: Verdana;
	font-weight: bold;
	font-size:x-small;
}
.leftSidebar1 ul {
	list-style:none;
	text-indent:0px;
	margin:0px;
	padding:0px;
}
.leftSidebar1 li {
	margin: 0px 0px 12px 0px;
	color: red; 
	font-style: italic; 
	font-weight: bold;		
}
.leftSidebar1 a {
  font-style: normal;
}
.content_wrapper {
	float:left;
	width:85%;
	background-image:url('probkgnd.gif');
	background-repeat:repeat;
	border: 1px black solid;
}
.content {
	margin:35px 30px;
	padding:5px;
	background-color:white;
	border: 1px black solid;
	font-family:Verdana;
	font-size:small;
	font-weight:400;
}

/* footer styles */
.footer1 {
	clear:both;
}
.footer1 p {	
	margin:0px auto;
	text-align:center;
	font-size:small;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	
	
	
}
