		/**position the content to the middle of the screen**/
			body{
				margin:0 5px 5px 5px;
				padding:0;
			}	
			#main{
				position:relative;
				width:980px;
				height:100%;
				margin-left:10px;
				background-color:#ffffff;	
			}
		
		/**top menu and images**/
			#top{
				display:none;
			}
			#top #logo{
				display:none;
			}
			#top #banner{
				display:none;
			}
			#top #menucontainer{
				display:none;
			}
		/**below are the content divisions**/			
			#content{
			/*main content container*/
			
			}
			#left_column{
			/*left navigation*/
				display:none;
			}
			#middle_column{
			/*content*/
			background-color:#ffffff;
			width:614px;
			float:left;
			border:0;
			padding-top:15px;
			}
			#right_column{
			/*right content*/
			background-color:#ffffff;
			width:180px;
			float:right;
			border:0;
			padding-top:25px;
			}
		/**bottom footer**/
			#bottom{
			width:980px;
			max-width:795px;
			heigth:20px;
			float:left;
			background-color:#ffffff;
			padding:10px 0px 5px 0px;
			}			
			.clearfloat{
				clear:both;
			}
		/**left column layout**/
			#left_column ul{
			margin:0;
			padding:0 0 0 20px;
			}
			#left_column li{
			background-repeat:no-repeat;
			width:54px;
			height:65px;
			padding-left:60px;
			padding-top:19px;
			margin:0;
			list-style:none;
			cursor:pointer;
			}
			
		/**right column portlets**/
			.portlet{
				display:none;
			}
				
		/**the line**/
			#line{
				display:none;
			}
		/**Font styles!**/
		/*default content font*/
		#middle_column{
			font-family:verdana;
			color:#000;
			weight:normal;
			font-size:12px;
		}
		/*left column font(these are pseudo links!)*/
		#left_column{
			font-family:verdana;
			color:#336799;
			weight:normal;
			font-size:12px;
		}
		/*right column font( these are the fonts of the portlets )*/
		#right_column .header{
			font-family:verdana;
			color:#ffffff;
			weight:normal;
			font-size:12px;
		}
		#right_column .body{
			font-family:verdana;
			color:#517ca3;
			weight:normal;
			font-size:12px;
		}
		/*footer font( these are the fonts of the portlets )*/		
		#bottom{
			font-family:verdana;
			color:#000;
			weight:normal;
			font-size:10px;
		}
/****************************************************************************************************/
/*Breadcrum layout*/
/****************************************************************************************************/
		.breadcrums{
			margin-bottom:10px;
			visibility:hidden;
		}
	
/****************************************************************************************************/
/*Document title layout*/
/****************************************************************************************************/
		.title{
			font-family:verdana;
			font-size:14px;
			font-weight:bold;
			color:#000000;	
		}
		#helptext{
			display:none;
		}
/**********************************************************************************************************/
		#printheader{
			width:100%;
			display:block;
			font-family:verdana;
			font-size:10px;
			font-weight:normal;
			color:#000000;	
			margin-bottom:20px;
			margin-left:10px;
		}
/*********************************************************************************************************/
/**********************************************************************************************************/
		#printfooter{
			width:100%;
			display:block;
			font-family:verdana;
			font-size:10px;
			font-weight:normal;
			color:#000000;	
			margin-top:20px;
			margin-left:10px;
		}
/*********************************************************************************************************/
