		body {
			padding: 0;
			margin: 0;		
			font-family: Arial, "Verdana", Georgia, Times, serif;
			font-size: 12px;
			font-weight: normal;		
		}
		
		h2 {
			font-size: 14px;
		}

		#pagewrapper {
			margin: 0 auto;     /* this centers wrapper */
			max-width: 780px;
			min-width: 780px;       /* LC fullwidth + CC padding */	
			width: 780px;
			background: #f7f7f7;
		}
		
		#container {
		
		}
		
		#header {
			height: 160px;
			background-image: url('/images/header.jpg');
			background-repeat: no-repeat;
		}
		
		#footer {			
			background: #000;
			color: #FFF;
			padding-bottom: 10px;
		}
		
		#navigation {
			padding: 8px 0px 0px 6px;
			background-image: url('/images/navigation_background.gif');
                        background-repeat: repeat-x;
			font-family: Prototype, Verdana, Tahoma;
			font-weight: bold;
			height: 29px;
			color: #FFF;
		}
		
		#navigation a {
			color: #FFF;
		}
		
		#navigation_links {
			display: inline;
		}
		#search {
			display: inline;
			float: right;
		}
		
		#scroller {
			background: #000;
			color: #FFF;
		}

		.column {

			float: left;
			padding-top: 1em;
			text-align: left;
		}

		#center {
			padding: 10px;
			float: left;
			width: 59%;
		}

		#left {
                       width: 20%;
		}

		.leftrow {
		       padding: 0px 10px 10px 10px;
		       margin: 0px 0px 10px 0px 
		}
		
		#jobseekers {
			background: #007D39;
		}
		
		#resources {
			background: #FFCC00;
		}
		#statistics {
			background: #FFCC00;
		}
		#statistics p {
			color: #FFF;
		}
		.statistics_number {
			font-weight: bold;
		}

		#right {
			float: right;
			width: 15%;           /* RC width */
			padding: 10px ;        /* RC padding */
			margin-top: 10px;
			margin-bottom: 10px;
			background: #DADBDA;
		}
		.clearer {
			height: 20px; 
			clear: both;
		}
		#footer {
			margin-top: 20px;
			text-align: center;
			clear: both;
		}
                /*** Textual Styling ***/
		
		.odd {
			padding: 20px;
			margin-top: 5px;
			background: #ECECEC;;
			color:#000
		}
		
		.even {
			padding: 20px;
			margin-top: 5px;
			background: #DAE6FE;
			color:#000
		}
		
		/*** Links ***/
		a {
		color: #009ed2;
		font-weight: bold;
		text-decoration: underline;
		}
		
		a:hover {
			text-decoration: none;
		}
		
		a.bar{
		    font-family: Arial, "Verdana", Georgia, Times, serif;
		    font-size: 13px;
		    color: #FFFFFF;
		    font-weight: bold;
		    text-decoration: none;
		}
		
		a:hover.bar {
		    color: #000000;
		    text-decoration: none;
		}
		
		a.banner {
		    font-family: Arial, "Verdana", Georgia, Times, serif;
		    font-size: 13px;
		    color: #76A3BD;
		    font-weight: bold;
		    text-decoration: none;
		}
		
		a:hover.banner {
		    color: #000000;
		    text-decoration: none;
		}
		.textcolor_yellow {
			color: #FFCC00;
		}
		
		.textcolor_red {
			color: #CE0022;
		}
		
		.textcolor_white {
			color: #FFFFFF;
		}
		
		/*** IE Fix ***/
		*html #container {
		}
		
		* html #center {
			padding-top: 20px;
		}	
		* html #left {

		}
		
		* html #right {

		}
		
		* html #navigation {
			padding-bottom: 13px;
			height:auto;          
		}
