@charset "utf-8";
/* CSS Document */

	<!--
		body {
			background-color: #1b3a56;
			margin-left: 0px;
			margin-top: 0px;
			margin-right: 0px;
			margin-bottom: 0px;
			text-align: center; /* for IE */
		}

/* Koby IT Header */
		.kithdr {
			margin-top: 24px;
			margin-left: 29px;

		}
/* Caption on Mouse Over*/		
		.caption {
			font-family:Verdana, Geneva, sans-serif;
			font-size:10px;
			color: #ffffff;
			padding-left: 1.2em;
			z-index:6;
		}


		.caption p{
			left:0;
			padding:0;
		}

		.pformat {

		}
		
		#container {
			margin-left:auto;
			margin-right:auto;
			width:1150px;
			text-align: left; /* counter the body center */
	 
			border: none;
		}
		
		.divrows {
			width:1150px;
			position:absolute;
			z-index:5;
		}
/* Nuv Stuff */
#slider {
    position:relative;
    width:450px; /* Change this to your images width */
    height:171px; /* Change this to your images height */
    background:url(js/loader.gif) no-repeat 50% 50%;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}
/* Caption Stuff */
		.noticetitle {
			color:#94BCE0;
			font-weight:bold;
		}
		.noticemsg {
			color:#D9E7F4;
			font-weight:bold;
			
		}
		.noticefooter {
			color:#94BCE0;
			font-weight:bold;
			
		}		
		
/* Very Footer Links */
		
		
		.noticeftitle {
			color:#D9E7F4;
			font-weight:bold;
		}
		
		.ftrlnk {
		 	text-decoration:none; 
		}

				  }
