/* CSS Document */
	body,
	html {
		margin:0;
		padding:0;
		background:#ededed;
		color:#000;
		background-image: url(images/bg_nu.png);
		font-family: Geneva, Arial, Helvetica, sans-serif;
	    font-size: 12px;
	}
	
	table {
		bordercolor="#CCCCCC";
	}
	
	table.smtext {
		bordercolor="#CCCCCC";
	}
	
	tr {
		bgcolor="#d8e3e9";
	}
	
	body {
		min-width:955px;
	}
	a {
	color:#333333;
	text-decoration:none;
	font-weight:bold
	}
	a:hover{
	color:#FC7619;
	}
	#wrap {
		background:#fff;
		margin:0 auto;
		width:1024px;
		z-index: 11001; /*ooveeerrrr nine thoussaaaannnd*/
	}
	#main {
		background:#fff;
		float:left;
		width:730px;
	}

	#main h1,#main h2, #main h3, #main p, #main ul{
		padding:5px 5px;
    }
	#main h1,#main h2, #main h3 {
	color:#666666;
    }
	#main h1{
	font-size:18px;
	    }
	#main h2{
	font-size:16px;
    }
	#main h3{
	font-size:14px;
    }
	h4{
	font-size:23px;
    }
	#main ul {	
	 	margin-top:.25em;
 		margin-left:0.25em;
		 padding-left:0px;
    }
	#main li {
	 list-style-image: url("images/arrow.gif");
	margin-left: 15px; 
 	padding-left:1em;
 	list-style-position : outside;

	 	 }
	#divider
	{
	float: left;
	width:3px;
	padding:0 0;
	background-image: url(images/dots.gif);
	background-repeat:repeat-y;
	}
	#sidebar {
		background:#fff;
		float:right;
		width:270px;
		padding-bottom:10px;
	}
	#sidebar ul {
		margin-bottom:0;
    }
    #sidebar h3, #sidebar p {
		padding:0px 10px 0 10px;
    }
	#sidebar h3 {
	color:#666666;
		font-size:14px;
    }
	#footer {
		background:#cfcfcf;
		clear:both;
		background-image: url(images/fotter_back.gif)	}
	#footer p {
		font-family: Geneva, Arial, Helvetica, sans-serif;
	    font-size: 10px;
		padding:2px;
		margin:0;
    }
	.hilight {
		color:#fc7619;
		font-weight:bold;
	}
		.outsourcinghilight {
		color:#1E559B;
		font-weight:bold;
	}
	
		.comshilight {
		color:#0499D3;
		font-weight:bold;
	}
			.prjhilight {
		color:#AF1F85;
		font-weight:bold;
	}
				.conshilight {
		color:#663399;
		font-weight:bold;
	}
				.smalltext {
		font-size: 11px;
		font-weight:normal;
	}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
				.whitetext {
		font-size: 12px;
		font-weight:normal;
/*		color:#FFFFFF;   */
		font-family: Arial, Helvetica, sans-serif;
	}
