@import url("page_def.css");

h5 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #993333;
	text-align: left;
	margin: 10px 0 0 30px;
}
h4 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #993333;
	text-align: left;
	margin: 10px 0 0 0;
}
.contentxtA{
	padding: 5px 15px 10px 20px;
	text-align: justify;
}
.contentxtB{
	color: #535353;
	font-size: 11px;
	padding: 5px 25px 0px 40px;
	text-align: justify;
}
#twocols {
 	width: 770px; 
 	float: left; 
 	position: relative; 
  }
#pageleft{
	background: url(../img/bgmenu_lft.gif) repeat;
	float: left;
	width: 178px;
	height: 372px;
 	position: relative;
}
#pageright {
	background: url(../img/bg_logo.jpg) no-repeat bottom right;
	clear: none !important;
	clear: left;
	float: right;
	width: 590px;
	height: 340px;
	text-align: left;
 }
 #coldir1 {
 	float: left;
	border-right: solid 1px #808080;
 }
 #coldir2 {
 	float: left;
 }
 #coldir1, #coldir2 {
 	font-size: 12px;
 	margin: 0 10px 0 15px;
	text-align: left;
	width: 260px;
 }
.bordbot {
	border-bottom: solid 1px #006699;
}