body {
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}


/*##################################
COMMON WIDTH CSS
##################################*/
#onecolum1024 #main,
#twocolum-leftbar1024 #main,
#twocolum-rightbar1024 #main,
#threecolum1024 #main {
	width:998px;
	/*border:1px solid #dfdfdf;*/
	margin:auto;
	}
#onecolum800 #main,
#twocolum-leftbar800 #main,
#twocolum-rightbar800 #main,
#threecolum800 #main {
	width:778px;
	/*border:1px solid #dfdfdf;*/
	margin:auto;
	}
#onecolum #main,
#twocolum-leftbar #main,
#twocolum-rightbar #main,
#threecolum #main {
	width:auto;
	/*border:1px solid #dfdfdf;*/
	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;
	}
* html #twocolum-leftbar1024 #leftbar,
* html #twocolum-leftbar800 #leftbar,
* html #twocolum-leftbar #leftbar {
	margin-right:-3px;
	}

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

#twocolum-leftbar1024 #contentarea,
#twocolum-leftbar800 #contentarea,
#twocolum-leftbar #contentarea {
	margin:0 0 0 200px;
	}
* html #twocolum-leftbar1024 #contentarea,
* html #twocolum-leftbar800 #contentarea,
* html #twocolum-leftbar #contentarea {
	margin:0 0 0 197px;
	}
/*##################################
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;
	}
* html #twocolum-rightbar1024 #rightbar,
* html #twocolum-rightbar800 #rightbar,
* html #twocolum-rightbar #rightbar {
	margin-left:-3px;
	}

#twocolum-rightbar1024 #contentarea,
#twocolum-rightbar800 #contentarea,
#twocolum-rightbar #contentarea {
	margin:0 200px 0 0;
	}
* html #twocolum-rightbar1024 #contentarea,
* html #twocolum-rightbar800 #contentarea,
* html #twocolum-rightbar #contentarea {
	margin:0 197px 0 0;
	}


/*##################################
THREE-COLUM CSS
##################################*/
#threecolum1024 #leftbar,
#threecolum800 #leftbar,
#threecolum #leftbar {
	float:left;
	}
* html #threecolum1024 #leftbar,
* html #threecolum800 #leftbar,
* html #threecolum #leftbar {
	margin-right:-3px;
	}
	
#threecolum1024 #rightbar,
#threecolum800 #rightbar,
#threecolum #rightbar {
	float:right;
	}
* html #threecolum1024 #rightbar,
* html #threecolum800 #rightbar,
* html #threecolum #rightbar {
	margin-left:-3px;
	}

#threecolum1024 #contentarea,
#threecolum800 #contentarea,
#threecolum #contentarea {
	margin:0 200px;
	}
* html #threecolum1024 #contentarea,
* html #threecolum800 #contentarea,
* html #threecolum #contentarea {
	margin:0 197px;
	}

/*##################################
TOPBAR CSS
##################################*/
#topbar {
	min-height:31px;
	}
.innertopbar{
	height:81px;
	position:relative;
	background-image:url(../images/topbarbg.gif);
	background-repeat:repeat-x;
	background-position:left top;
	/*background-color:#DDDDDD;*/
	border-bottom:1px solid #CC0000;
	margin:0px 15px;
	color:#666666;
	}
/*##################################
NAVIGATION CSS
##################################*/
#navigation {
	background-color:#0099FF;
	height:35px;
	}

/*##################################
CONTAINER CSS
##################################*/
#container {
	margin:0 20px;
	padding:20px 0;
	}
#contentarea {
	}
.contenttxt {
	display:table;
	width:100%;
	}
/*##################################
SIDEBAR CSS
##################################*/
.sidebar {
	width:180px;
	color:#000000;
	}

/*##################################
FOOTER CSS
##################################*/
.clearfloat {
	font-size:0px;
	line-height:0px;
	height:1px;
	clear:both;
	}
#footer {
	min-height:25px;
	}
.innerfooter{
	height:45px;
	clear:both;	
	position:relative;
	margin:0 20px;
	border-top:1px solid #E6E6E6;
	}
