@charset "utf-8";
body  {
	font: 75% Verdana, sans-serif;
	background: #cccccc url(../images/bodybg.jpg) repeat-x top left;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
.twoColFixRtHdr #container { 
	width: 900px;  
	background: #FFFFFF url(../images/contentbg.jpg) repeat-x;
	margin: 0 auto; 
	/*border: 1px solid #000000;*/
	text-align: left;
} 
.twoColFixRtHdr #header { 
	background: #3E0411 url(../images/topmostbar.jpg) repeat-x top center; 
	padding: 0 10px 0 20px;  
	height: 368px;
	
} 
.twoColFixRtHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}
.twoColFixRtHdr #header img {
	margin-left: -20px; 
	padding: 25px 0 0 0; 
}
.twoColFixRtHdr #header .flash {
	margin-left: -20px; 
	padding: 27px 0 0 0; 
}
.twoColFixRtHdr #mainContent .sidebar1 {
	float: right; 
	width: 300px; 
	/*background: #EBEBEB;*/ 
	padding: 15px 10px;
	margin-top:-20px;
}
.twoColFixRtHdr #mainContent .left{
	float:left;
	width:560px;
	padding-left:10px;
	padding-right:10px;	 
}
.left span{
	margin-top:15px;
}
.left p{
	padding:10px 15px;
	background-color:#FFF;
	text-align:justify;
	border:1px solid #CCC;
	margin-top:0px;
	font-weight:bold;
}
.twoColFixRtHdr #mainContent { 
	/*margin: 0 200px 0 0; 
	padding: 0 20px;*/	
	width:900px;
	background: #fafafa url(../images/contentbg.jpg) repeat-x;
} 
.twoColFixRtHdr #bottom{
	width: 900px;
	padding-left:40px;
	/*background-color:#fafafa;*/
	background:inherit;
}
#bottom .c1{
	float:left;
	width:280px;
}
#bottom .c2{
	float:left;
	width:280px;
}
#bottom .c3{
	float:left;
	width:280px;
}
.twoColFixRtHdr #middle{
	width: 900px;
	padding-left:40px;
	/*background-color:#fafafa;*/
	background:inherit;
}
#middle .m1{
	float:left;
	width:280px;
	/*border:1px solid #3E0411;
	background:url(../images/calbg.jpg) no-repeat left center;*/
}

#middle .m2{
	float:left;
	width:280px;
}
#middle .m3{
	float:left;
	width:280px;
}
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; 
	/*background:#DDDDDD url(../images/footerbg.jpg) repeat-x;*/ 
		background:#fff url(../images/footerimg.jpg) no-repeat;
	height: 110px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; 
	padding: 20px 0;
	color:#900;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
