                #layout {
                        width:100%;
                }

                #header {
                        width:980px;
                        height:207px;
                }

                #header .top {
                        width:100%;
                        height:66px;
                }

                #header .middle {
                        width:100%;
                        height:96px;
                        float:left;
                }

                #header .bottom {
                        width:100%;
                        height:45px;
                }

                #header .top div {
                        float:left;
                        height:66px;
                }

                #header .bottom div {
                        float:left;
                }

                #header .top .nav {
                        margin-top:39px;
                        height:0px;
                }

                #header .bottom .nav a, #header .bottom .nav a img {
			border:0;
                }


		#content {
			width:800px;
			padding:10px;
			margin-top:10px;
		}

		#content_splash {
			width:930px;
			padding:0;
			margin:0;
		}

		h1,h2,h3,p,span,li {
			font-weight:normal;
			margin:0;
			padding:0;
			font-family:Verdana,Arial,sans-serif;
		}

		p,dl dd {
			font-size:0.9em;
			letter-spacing:0.03em;
			line-height:150%;
			margin-bottom: 10px;
			color:#747474;
			font-family:Verdana,Arial,sans-serif;
		}
		td {
			letter-spacing:0.03em;
			line-height:150%;
			margin-bottom: 10px;
			color:#747474;
			font-family:Verdana,Arial,sans-serif;
			font-size:0.9em;
		}		
		ul li {
			font-family:Verdana,Arial,sans-serif;
			font-size:0.9em;
			letter-spacing:0.03em;
			color:#747474;
			line-height:150%;	
		}

		p img.right, p img.left {
			border:5px solid #cecece;
			padding:1px;
			margin-top:8px;
		}

		p img.right {
			float: right;
			margin-left:8px;
		}

		p img.left {
			float: left;
			margin-right:8px;
		}

		p img.noborder {
			border:0;
		}

		h1 {
			font-size:1.8em;
			margin-top:15px;
			margin-bottom:10px;
			color:#ff2b06;
		}

		h2 {
			font-size:1.4em;
			margin-top:25px;
			margin-bottom:5px;
			color:#2755ac;
		}
		
		h3 {
			font-size:1.1em;
			margin-top:20px;
			margin-bottom:5px;
			color:#169963;
		}

		a img {
			border:0;
		}
		
		.kblist {
			border-top: 1px solid #d1d1d1;
		}
		
		.kblist tr td {
			padding:5px;
			color:#505050;
			border-bottom: 1px solid #d1d1d1;
		}
		
		.kblist tr.altrow td {
			border-bottom: 1px solid #dfdfdf;
		}
		
		.kblist tr td a {
			color:#2755ac;
			text-decoration: none;
		}
		
		.kblist tr td a:hover {
			text-decoration: underline;
		}
		
		.kblist tr td span.related {
			font-size: 0.7em;
			color: #505050;
			line-height: normal;	
		}
		
		.kblist tr.altrow {
			background-color:#efefef;
		}

		select.search_filters {
			width: 300px;			
		}
		
		table.paging tr td, table.paging tr td a {
			color:#000;
		}
		
