/************************ Elements and IDs ************************/
{border:none;font-family:Arial,Verdana,sans-serif;font-size:12px;}

body{margin:0px;text-align:center;background:#7f7f7f;}

#mainTab{margin:0px auto;width:1010px;background:#fff;}

#borderL{background:url('./img/border-left.png') repeat-y;}
#borderR{background:url('./img/border-right.png') repeat-y;}
#borderB{background:url('./img/border-bottom.png') repeat-x;}
#cornerL{background:url('./img/corner-left.png') no-repeat;}
#cornerR{background:url('./img/corner-right.png') no-repeat;}
#main_container{text-align:left;width:970px;}

#header{background:url('./img/header.jpg');height:245px;}
#central_container{line-height:18pt;}
#footer{background:url('./img/footer.png') bottom center no-repeat;text-align:center;padding-bottom:5px;margin-top:10px;}

#partL{width:200px;float:left;}
	#menuTitle{background:url('./img/orange-line.png') repeat-x;}
	#menuContent{border:solid 1px #f2a200; background:#ebbc4f;}
		#menuTab{width:95%;margin:3px auto;text-align:left;}
			#menuTab td{border-bottom:dotted 1px #fff;}
			#menuTab a{color:#fff;text-decoration:none;font-weight:bold;}
#partR{float:left;width:770px;}
	#welcomeTitle{background:url('./img/green-line.png') repeat-x;}
	#pageContent{padding:10px;}

/************************ Classes ************************/
.borderV {width:20px;}
.borderH {height:20px;}

.imgL{float:left; margin-right:5px;}
.imgR{float:right; margin-left:5px;}

.ecomtxt{color: rgb(9, 160, 222); text-decoration: none;}
.headertxt{color: rgb(51, 51, 51); text-decoration: bold; font-size:18px;}