@charset "utf-8";
/* CSS Document */
	/* <!-- */
	/* General styles */
body {
	font:Tahoma, Verdana, sans-serif;
	font-size:0.75em;
	}
	
.sitemap h1 {
	margin:0;
	padding:.4em 15px 0 15px;
	font: Tahoma, Verdana, sans-serif;
	margin:0;
	line-height:1em;
	font-family: Tahoma, Geneva, sans-serif;
	}	

.sitemap h1 {
	font-size:2em;
	padding:5px;
	margin:0.25em;
	color: #000;
	font-weight: bold;
	}

.colmask h2 {
	clear:both;
	background:#F3961F;
	margin:0;
	padding:6px 18px !important;
	text-align:left;
	font-size:1em;
	font-weight: bold;
	color: #fff;
	}
.colmask ul {line-height:inherit; margin:1em 0 1em 0; padding:0;}
.colmask ul ul{margin:0;}
.colmask li{
	margin:0 0 0 2em;
	display:list-item;
	font:1em Tahoma, Verdana, sans-serif;
	line-height:2em;
	color:#333;
	list-style-image: url(http://www.policylink.org/atf/cf/{97c6d565-bb43-406d-a6d5-eca3bbf35af0}/ARROW.GIF);
	}	
	
.colmask li a {
	text-decoration: none;
	color:#333
	}

.colmask li a:link {
	text-decoration: none;
	color:#333
	}
	
.colmask li a:visited {
	text-decoration: none;
	color:#333;
	}
	
.colmask li a:hover {
	text-decoration: underline;
	color:#D03232;
	}


	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:900px;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
		border:1px dotted #333;
		margin-bottom: 20px;
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}
	/* Full page settings */
	.fullpage {
		background:#fff;		/* page background colour */
	}
	.fullpage .col1 {
		width:45%;			/* page width minus left and right padding */
		left:2%;
		margin-right:40px;
	}

	.fullpage .col2 {
		width:45%;			/* page width minus left and right padding */
		left:2%;
	}
	

	/* --> */


