		/*** The Essential Code ***/

		body {
			min-width: 798px;         /* 2 x (LC fullwidth + CC padding) + RC fullwidth */
		}

		#container {
			padding-left: 90px;      /* LC fullwidth */
			padding-right: 94px;     /* RC fullwidth + CC padding */
		}
		
		#container .column {
			position: relative;
			float: left;
		}
		
		#center {
			padding-left: 4px;        /* CC padding */
			width: 100%;
		}
		
		#left {
			width: 90px;              /* LC width */
			padding: 0 10px;          /* LC padding */
			right: 94px;             /* LC fullwidth + CC padding */
			margin-left: -100%;
		}
		
		#right {
			width: 90px;              /* RC width */
			padding: 0 10px;          /* RC padding */
			margin-right: -100%;
		}
		
		#footer {
			clear: both;
		}
		
		/*** IE Fix ***/
		* html #left {
			left: 150px;              /* RC fullwidth */
		}

		/*** Equal-height Columns ***/

		#container {
			overflow: hidden;
		}

		#container .column {
			padding-bottom: 0;     /* X + padding-bottom */
			margin-bottom: 0;     /* X */
		}

		/*** Footer Fix ***/

		* html body {
			overflow: hidden;
		}
		
		* html #footer-wrapper {
			float: left;
			position: relative;
			width: 100%;
			padding-bottom: 100px;
			margin-bottom: -100px;
			background: #363;         /*** Same as body background ***/
		}

		/*** Just for Looks ***/

		body {
			background: #363;
		    font-family: verdana, helvetica, arial, tahoma, sans-serif;
		    font-size: 9pt;
		    line-height: 12pt;
		}

		textarea {
			background-color: #FFF;
			border: black 1px solid;
			color: #000;
		    font-family: tahoma, verdana, helvetica, arial, sans-serif;
		    font-size: 9pt;
		    line-height: 14pt;
			font-weight: normal
		}

		.formElem {
			background-color: #FFF;
			border: black 1px solid;
			color: #000;
		    font-family: tahoma, verdana, helvetica, arial, sans-serif;
		    font-size: 9pt;
		    line-height: 14pt;
			font-weight: normal
		}

		.formBox{
			border:2px solid #3C3;	
			background-color: #363;
			color: #FFF;
		    line-height: 18pt;
		}

		#header, #footer {
			text-align: center;
			vertical-align: middle;
			padding: 0.3em 0;
			background: #363;
			color: #FFF;
		}

		#footer {
			font-size: 7pt;
			line-height: 9pt;
		}

		#left{
			background-color: transparent;
  			height: 20px;
		}

		#right {
			background-color: transparent;
  			height: 20px;
		}


		#center {
			background: #FFF;
			padding-left: 0;
			border: 2px solid #FF0;
		}

		.column {
			padding-top: 0;
			text-align: justify;
		}
		
		
/***** add-ons ******/

		#scroller
		{
			margin: 0;
			width: 100%;
			padding-top: 4px;
			padding-bottom: 2px;
			height: 26px;
			border-top: 1px solid #FF0;
			border-bottom: 1px solid #FF0;
			font-family: Arial, Helvetica, Verdana;
			font-size: 10pt;
			vertical-align: text-bottom;
			color: #FFF;
		}
		
		#scroller a
		{
			color: #FF0;
		}
		
		.content 
		{
			position: relative;			  
			text-align: justify;			  

		}
		
		.backgrnd{
			background-color: #363;
			position: absolute;
            top:0;
            left: 0;
			width:100%;
            height: 23px;
			border: 0;	
            z-index: 2;	
		}
		
/**** spacing ****/

		.content_left{
                        padding-top: 45px;
                        left: 0;
                        float: left;
                        width:69%;
		}
		
		.content_right{
                       padding-top: 45px;
                       top: 27px;
                       right: 0; 
                       float: right;
                       width:29%;	
		       font-family: tahoma, helvetica,sans-serif;
		       font-size: 8pt;
		       line-height: 10pt;
        }
        
/**** pretty stuff ****/


	.cell_topper{
		border-top: 2px solid;
		border-bottom: 0;
		border-left: 2px solid;
		border-right: 2px solid;
		border-color: #363;
	}
	
	.cell_gauntlet{
		border-top: 0;
		border-bottom: 0;
		border-left: 2px solid;
		border-right: 2px solid;
		border-color: #363;
	}
	
	.cell_bottom{
		border-top: 0;
		border-bottom: 2px solid;
		border-left: 2px solid;
		border-right: 2px solid;
		border-color: #363;
	}
		