body {
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#E4F1F9;
	}


/*##################################
COMMON WIDTH CSS
##################################*/
#onecolum1024 #main,
#twocolum-leftbar1024 #main,
#twocolum-rightbar1024 #main,
#threecolum1024 #main {
	width:998px;
	border:1px solid #cccccc;
	margin:auto;
	background-color:#FFFFFF;
	}
#onecolum800 #main,
#twocolum-leftbar800 #main,
#twocolum-rightbar800 #main,
#threecolum800 #main {
	width:778px;
	border-left:1px solid #C8D5E5;
	border-right:1px solid #C8D5E5;
	margin:auto;
	background-color:#FFFFFF;
	}
#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;
	}
* 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 220px;
	}
* html #twocolum-leftbar1024 #contentarea,
* html #twocolum-leftbar800 #contentarea,
* html #twocolum-leftbar #contentarea {
	margin:0 0 0 217px;
	}
/*##################################
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 {
	position:relative;	
	width:778px;
	}
/*##################################
NAVIGATION CSS
##################################*/
#navigation {
	/*background-image:url(../images/navifull.gif);
	background-repeat:repeat-x;
	background-position:left bottom;	*/
	position:absolute;
	bottom:-6px;
	right:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	width:494px;
	display:block;
	background-image:url(../images/navibg.jpg);
	background-repeat:repeat-x;
	background-position:right top;
	height:49px;
	margin:0 5px 0 12px;
	
	
	}

/*##################################
CONTAINER CSS
##################################*/
#container {
	margin:0px;
	padding:0px;
	}
.home #container {
	margin:0 20px;
	padding:20px 0;	
	}
#contentarea {
	padding:20px 20px 20px 0;
	
	}
.home #contentarea {
	padding:0px;
	}
.contenttxt {
	display:table;
	width:100%;
	font-size:12px;
	color:#333333;
	background-color:#ffffff;
	
	
	}
/*##################################
SIDEBAR CSS
##################################*/
.leftbg{
	background-image:url(../images/leftbarbg.jpg);
	background-repeat:repeat-y;
	background-position:left top;
	}
.sidebar {
	width:200px;
	/*height:300px;*/
	color:#ffffff;
	/*background-color:#B4D6F3;
	background-image:url(../images/leftbarbg.jpg);
	background-repeat:repeat-y;
	background-position:right top;*/
	border-top:1px solid #90B4D6;
	}




/*##################################
FOOTER CSS
##################################*/
.clearfloat {
	font-size:0px;
	line-height:0px;
	height:1px;
	clear:both;

	}
#footer {
	font-size:9px;
	height:61px;
	
	background-color:#3070B2;
	background-image:url(../images/footerbgbig.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	color:#FFFFFF;
	clear:both;	
	position:relative;
	}

