body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
		margin:0;
		padding:0;
	}
	table {
		border-collapse:collapse;
		border-spacing:0;
	}
	fieldset,img { 
		border:0;
	}
	address,caption,cite,code,dfn,em,th,var {
		font-style:normal;
		font-weight:normal;
	}
	ol {
		list-style:none;
	}
	ul {
		list-style-type : circle;
		list-style-position : inside;
	}

	caption,th {
		text-align:left;
	}
	h1,h2,h3,h4,h5,h6 {
		font-size:100%;
		font-weight:normal;
	}
	q:before,q:after {
		content:'';
	}
	abbr,acronym { 
		border:0;
	}
 	

	body {
		font-family : Arial;
		font-size: 12px;
		color : #222222;
	}

	.related-links {
		font-family : Arial;
		font-size: 12px;
		color : #222222;
		margin-bottom: 7px;
		padding: 18px 30px;
	}

	a:link {
	color: #00649d;
	text-decoration: none;
}
	a:visited {
		color: #00649d;
	}
	a:hover {
		color: #00649d;
		text-decoration: underline;
	}
   a:active {
		color: #00649d;
	}

	.kc_welcome {
	    width: 95%;
	    margin: 15px;
	    display: inline-block;
	    overflow:auto;
    }
	
	.kc_welcome h1 {
		font-family: Georgia;
		font-style: italic;
		color: #00649d;
		font-size: 21px;
		margin-bottom: 7px;
	}
	
	.kc_welcome_header {
		border: 1px solid #e5e5e5;
		background-image: url('background_pattern.png');
		background-repeat: repeat;
		margin-bottom: 7px;
		padding: 18px 30px;
	}
	
	.kc_welcome_box {
	min-width: 181px;
	width: 23%;
	float: left;
	padding-right: 15px;
	margin-bottom: 30px;
}


.kc_welcome_box p {
		line-height: 12px;
		margin-bottom: 12px;
	}


.kc_welcome_box h2 {
		color: #00649D;
		font-weight: bold;
		font-style: italic;
		margin-top: 13px;
		margin-bottom: 10px;
		padding-left: 5px;
		padding-right: 15px;
	}

.kc_welcome_box h3 {
		color: #00649D;
		font-weight: bold;
		font-style: italic;
		margin-top: 13px;
		margin-bottom: 10px;
		padding-left: 5px;
		padding-right: 15px;
	}
	
strong.kc_welcome_category_head {
	color: #00649D;
	font-weight: bold;
	font-style: italic;
	padding-left: 0px;
	padding-right: 15px;
}

/* Add icons to IDWB-built h3 category heads */
/* Add icons to older, transformed strong category heads */
.kc_welcome_box:nth-of-type(1) h3 , div.kc_welcome_box:nth-child(1) strong.kc_welcome_category_head {
	background-image: url('gs24x24.png');
	background-repeat:no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-left: 30px;
}

.kc_welcome_box:nth-of-type(2) h3 , div.kc_welcome_box:nth-child(2) strong.kc_welcome_category_head {
	background-image: url('rolestasks24x24.png');
	background-repeat:no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-left: 30px;
}

.kc_welcome_box:nth-of-type(3) h3 , div.kc_welcome_box:nth-child(3) strong.kc_welcome_category_head {
	background-image: url('trouble24x24.png');
	background-repeat:no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-left: 30px;
}

.kc_welcome_box:nth-of-type(4) h3 , div.kc_welcome_box:nth-child(4) strong.kc_welcome_category_head {
	background-image: url('info24x24.png');
	background-repeat:no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-left: 30px;
}
	

	.kc_welcome_box_inner {
		border-left: 1px solid #e1e4e8;
		padding-left: 5px;
	   margin-left: 0em;
	}

.sublinklist, div.kc_welcome_link div.sublinklist {
		margin-top: 0.5em;
		margin-left: 0em; 
		margin-bottom: 0em;	
	}

.sublinklist .title {
		font-style: italic;
}

div.kc_welcome_link, div.kc_welcome_link div {
		line-height: 12px;
		margin-top: 6px;
		border-left: 0px none;
	}

	div.runningfooter, div#copyright div {
		clear : both;
		padding-top : 20px;
	}	