body {
	margin:0px;
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#333333;
	text-decoration:none;
	}
/*##################################
COMMON WIDTH CSS
##################################*/
#onecolum1024 #main,
#twocolum-leftbar1024 #main,
#twocolum-rightbar1024 #main,
#threecolum1024 #main {
	width:973px;
	margin:auto;
	}
#onecolum800 #main,
#twocolum-leftbar800 #main,
#twocolum-rightbar800 #main,
#threecolum800 #main {
	width:748px;
	margin:auto;
	}
#onecolum #main,
#twocolum-leftbar #main,
#twocolum-rightbar #main,
#threecolum #main {
	width:auto;
	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 190px;
	}

/*##################################
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 190px 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 190px;
	}
/*  TOPBRA CSS START FOR DIFFERENT LAYOUTS 
============================================= */
#twocolum-rightbar1024 #topbarbg #topbar, 
#twocolum-leftbar1024 #topbarbg #topbar, 
#threecolum1024 #topbarbg #topbar, 
#onecolum1024 #topbarbg #topbar {
	width:973px;
	margin:0 auto;
}
#twocolum-rightbar800 #topbarbg #topbar,
#twocolum-leftbar800 #topbarbg #topbar, 
#threecolum800 #topbarbg #topbar, 
#onecolum800 #topbarbg #topbar {
	width:748px;
	margin:0 auto;
}
#twocolum-rightbar #topbarbg #topbar, 
#twocolum-leftbar #topbarbg #topbar, 
#threecolum #topbarbg #topbar, 
#onecolum #topbarbg #topbar {
}

/*  NAVIGATION BRA CSS START FOR DIFFERENT LAYOUTS 
============================================= */
#onecolum1024 #navigationbar,
#twocolum-leftbar1024 #navigationbar,
#twocolum-rightbar1024 #navigationbar,
#threecolum1024 #navigationbar {
	width:973px;
	margin:auto;
	}
#onecolum800 #navigationbar,
#twocolum-leftbar800 #navigationbar,
#twocolum-rightbar800 #navigationbar,
#threecolum800 #navigationbar {
	width:748px;
	margin:auto;
	}
#onecolum #navigationbar,
#twocolum-leftbar #navigationbar,
#twocolum-rightbar #navigationbar,
#threecolum #navigationbar {
	width:auto;
	margin:auto;
	}

/*##################################
TOPBAR CSS
##################################*/
#topbarbg {
	background-image:url(../images/topbg.gif);
	background-repeat:repeat-x;
	background-position:left top;
}
#topbar {
	position:relative;
	margin:0 auto;
	height:75px;
}
/*##################################
NAVIGATION CSS
##################################*/
#navigation{
	background-image:url(../images/navbg.gif);
	background-repeat:repeat-x;
	height:31px;
	position:relative;
}
/*##################################
MIDDLEBAR CSS
##################################*/
#middlebar{
	margin-bottom:10px;
	margin-top:15px;
}
/*##################################
CONTAINER CSS
##################################*/
#container {
	margin:0px 0px 15px 0px;
	}
#contentarea {
	}
.contenttxt {
	display:table;
	width:100%;
	}
/*##################################
SIDEBAR CSS
##################################*/
.sidebar {
	width:175px;
	color:#000000;
	}
/*##################################
FOOTER CSS
##################################*/
.clearfloat {
	font-size:0px;
	line-height:0px;
	height:1px;
	clear:both;
	}
#footer {
	padding-top:10px;
	height:1px;	
	color:#666666;
	background-color:#FFFFFF;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/horlineimg.gif);
	background-repeat:repeat-x;
	background-position:left top;
	position:relative;
	}