body {
	margin:0px;
	font-family:"Trebuchet MS";
	font-size:13px;	
	color:#333333;	
	padding:0px;
	background-color:#EBEBEB;
}
/*##################################
COMMON WIDTH CSS
##################################*/
#onecolum1024 #main,
#twocolum-leftbar1024 #main,
#twocolum-rightbar1024 #main,
#threecolum1024 #main {
	width:940px;	
	margin:auto;
	background-image:url(../images/pagebg.gif);
	background-repeat:repeat-y;
	padding-left:23px;
	padding-right:23px;
}
#onecolum800 #main,
#twocolum-leftbar800 #main,
#twocolum-rightbar800 #main,
#threecolum800 #main {
	width:778px;
	border:1px solid #cccccc;
	margin:auto;
}
#onecolum #main,
#twocolum-leftbar #main,
#twocolum-rightbar #main,
#threecolum #main {
	width:auto;
	border:1px solid #cccccc;
	margin:auto;
}

/*##################################
ONE-COLUM CSS
##################################*/
#onecolum #leftbar,
#onecolum #rightbar,
#onecolum1024 #leftbar,
#onecolum1024 #rightbar,
#onecolum800 #leftbar,
#onecolum800 #rightbar {
	display:none;
}

/*##################################
TWO-COLUM LEFTBAR CSS
##################################*/
#twocolum-leftbar1024 #leftbar,
#twocolum-leftbar800 #leftbar,
#twocolum-leftbar #leftbar {
	float:left;
}

#twocolum-leftbar1024 #rightbar,
#twocolum-leftbar800 #rightbar,
#twocolum-leftbar #rightbar {
	display:none;
}

#twocolum-leftbar1024 #contentarea,
#twocolum-leftbar800 #contentarea,
#twocolum-leftbar #contentarea {
	margin:0 0 0 220px;
}
/*##################################
TWO-COLUM RIGHTBAR CSS
##################################*/
#twocolum-rightbar1024 #leftbar,
#twocolum-rightbar800 #leftbar,
#twocolum-rightbar #leftbar {
	display:none;
}

#twocolum-rightbar1024 #rightbar,
#twocolum-rightbar800 #rightbar,
#twocolum-rightbar #rightbar {
	float:right;
}

#twocolum-rightbar1024 #contentarea,
#twocolum-rightbar800 #contentarea,
#twocolum-rightbar #contentarea {
	margin:0 220px 0 0;
}

/*##################################
THREE-COLUM CSS
##################################*/
#threecolum1024 #leftbar,
#threecolum800 #leftbar,
#threecolum #leftbar {
	float:left;
}

#threecolum1024 #rightbar,
#threecolum800 #rightbar,
#threecolum #rightbar {	
	float:right;
}

#threecolum1024 #contentarea,
#threecolum800 #contentarea,
#threecolum #contentarea {
	margin:0 220px 0 220px;
}
/*##################################
TOPBAR CSS
##################################*/
#topbar {	
	height:63px;
	position:relative;
	background-image:url(../images/topbg.gif);
	background-repeat:repeat-x;
	border-bottom:1px solid #FFFFFF;
}
/*##################################
NAVIGATION CSS
##################################*/
#navigation {	
	height:32px;
	background-image:url(../images/navbg.gif);
	background-repeat:repeat-x;
	position:relative;
}
.navleftcurve {
	position:absolute;
	z-index:100;
	top:0px;
	margin:0px;
	padding:0px;
}
.navrightcurve {
	position:absolute;
	z-index:100;
	right:0px;
	top:0px;
	margin:0px;
	padding:0px;
}

/*##################################
CONTAINER CSS
##################################*/
#container {
	margin-top:20px;
	margin-bottom:20px;
}
#contentarea {
	background-color:#ffffff;
}
.contenttxt {
	display:table;
	width:99.99%;
}
#content {
	padding-top:15px;
	line-height:16px;
}
/*##################################
SIDEBAR CSS
##################################*/
.sidebar {
	width:200px;
	color:#72767F;
}
/*##################################
FOOTER CSS
##################################*/
.clearfloat {
	font-size:0px;
	line-height:0px;
	height:1px;
	clear:both;
}
#footer {
	height:40px;
	background-color:#ffffff;
	color:#666666;
	clear:both;	
	background-image:url(../images/horline.gif);
	background-repeat:repeat-x;
	background-position:left top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	position:relative;
}
/*scrollers css start*/
/*Example CSS for the two demo scrollers*/
#pscroller1{
width: 100%;
height: 132px;
}
#pscroller2{
width: 100%;
height: 110px;
}
#pscroller2 a{
text-decoration: none;
}
.someclass{ /*class to apply to your scroller(s) if desired*/
}
#pscrollerRight1{
width: 100%;
height: 110px;
}
#pscrollerRight2{
width: 100%;
height: 110px;
}
#pscrollerRight2 a{
text-decoration: none;
}
.someclassRight{ /*class to apply to your scroller(s) if desired*/
}

