
        body{
            background-color: #E6E6E6;
            padding-top: 15px;
			margin:0px;
			font-family: Trebuchet MS, Verdana, Arial, Sans-serif;
        }


		a{

			color: #525252;
			text-decoration: none;
		}

		h1{
			color: #2560a9;
			padding: 0px;
			font-size: 15px;
			font-weight: normal;

		}
		h2{
			color: #C62F00;
			padding: 0px;
			font-size: 13px;
		}
		.link1{
			color:#2560A9;
			font-size: 12px;
			text-decoration: none;
			font-weight: bold;
			margin-left: 15px;
		}
		.link2{
			color: #C62F00;
			font-size: 11px;
			text-decoration: none;
			font-weight: bold;
		}
		.link3{
			color:#2560A9;
			font-size: 12px;
			text-decoration: none;
			font-weight: bold;
		}

		.link1:hover .link3:hover{
			color: #959595;
			font-size: 12px;
			text-decoration: none;
			font-weight: bold;
		}
		.footer{
			color:#2560A9;
			font-size: 11px;
			text-decoration: none;
			font-weight: bold;
			margin-left: 15px;
			text-transform: uppercase;
		}
		.pagepath{
			color:#2560A9;
			font-size: 12px;
			text-decoration: none;
			text-transform: uppercase;
			font-weight: bold;
			margin-right: 15px;
		}
		.menubox{
			background-image: url('images/kip_menu_bg.gif');
			background-repeat: no-repeat;
			width: 213px;
			height: 500px;
			padding-top:36px;
		}
		.menuitemOut{
			background-image: url('images/kip_menuitem_out.gif');
			background-repeat: no-repeat;
			width: 168px;
			height: 28px;
			padding-left: 20px;
			padding-top: 5px;
			margin-left:17px;
			margin-bottom:12px;
			vertical-align: middle;
			color: #3b393d;
			font-size: 13px;
			text-decoration: none;
			text-transform: uppercase;
			font-weight: bold;
			cursor: pointer;
		}
		.menuitemOver{
			background-image: url('images/kip_menuitem_over.gif');
			background-repeat: no-repeat;
			width: 168px;
			height: 28px;
			padding-left: 20px;
			padding-top: 5px;
			margin-left:17px;
			margin-bottom:12px;
			vertical-align: middle;
			color: #3b393d;
			font-size: 13px;
			text-decoration: none;
			text-transform: uppercase;
			font-weight: bold;
			cursor: pointer;
		}
		.submenu{
			margin-top: -10px;
			margin-left: 42px;
			margin-bottom: 15px;
		}
		.submenu_item{
			background-image: url(images/kip_arrow.gif);
			background-repeat: no-repeat;
			background-position: left center;
			font-size: 12px;
			font-weight: bold;
			color: #464646;
			padding-left: 10px;
		}
		.content{
			width: 550px;

		}
		.content a{
			color:#2560A9;
		}
		.leftbox{
			width: 160px;
			float: left;
		}
		.submenubox_outer{
			background-image: url('images/kip_bgpattern.gif');
			width: 160px;
			padding: 5px;
		}
		.submenubox_inner{
			text-align: left;
			background-color: white;
			width: 150px;
			padding: 6px 5px 6px 5px;
			border-right: 1px solid #c6c6c6;
			border-bottom: 1px solid #c2c2c2;
			font-size: 11;
			color: #464646;
		}
		.submenubox_inner h1{
			font-size: 13px;
			font-weight: bold;
			color: #464646;
			padding-left:10px;
			background-image: url('images/kip_subtitle_bar.gif');
			background-repeat: no-repeat;

		}
		.submenubox_item{
			background-image: url(images/kip_arrow.gif);
			background-repeat: no-repeat;
			background-position: left center;
			margin: 5px;
			margin-left: 0px;
			padding-left: 10px;
		}
		.submenubox_inner a{
			font-weight: bold;
			color: #525252;
			text-decoration: none;
		}
		.submenubox_inner a:hover{
			font-weight: bold;
			color: #525252;
			text-decoration: underline;
		}
		.contentbox{
			text-align: left;
			padding: 5px;
			float: right;
			width: 365px;
		}
		.contentbox2{
			text-align: left;
			padding: 5px;
			float: right;
			width: 550px;
		}
		.question{
			text-align: left;
			padding-left: 15px;
			margin:15px;
		}
		p{
			font-size: 13px;
			color: #010101;
		}
