		body {
			margin: 0;
			padding: 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;
			margin-left: 0px;    /* LC fullwidth */
			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 {
			position: relative;
			float: left;
			padding-top: 1em;
			text-align: left;
		}

		#center {
			padding: 10px;
			width: 75%;
		}

		#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;
		}

		#footer {
			text-align: center;
			clear: both;
		}
                /*** Textual Styling ***/
		/*** 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 6 Fix ***/
		* html #navigation {
			padding-bottom: 13px;
			height:auto;          
		}
			
		* html 	h2 {
			font-size: 14px;
		}	
