		div, html, body, p,img,
		h1, h2, h3, h4, h5, h6, td
		form, fieldset, a, img, a img, br, button, input {
			margin: 0;
			padding: 0;
			border: 0;
			outline: 0;
		}
		
		*{
			outline-style:none;
			outline:none;
		}
		
		form {
			margin-bottom:0;
			padding:0;
			margin-top:0;
		}
		 
		 html {
			margin:0;
			padding:0;
			width:100%;
			height:100%;
			min-width:990px;
			font: 62.5%/1.4 Arial, Helvetica, Verdana, sans-serif;
			color: #404649;
			background:#fff

		}
		 
		 body {
			margin:0;
			padding:0;
			height:100%;
			background:transparent;
			font-size:1.2em;
			text-align:left;
			width:100%;
		}

		a, a:visited{
			color: #7d97a6;
			text-decoration: underline;
		}
		
		a:hover{
			text-decoration: none;
		}
		
		div	{
			zoom:1;
			h\eight:1%;
		}
		
		div#outer {
			min-height:100%;
			height:auto !important;
			height:100%;
			position:relative;
			background:transparent url(/img/kright.gif) 100% 100% no-repeat;;
		}
		
		div#inner {
			position:relative;
			padding-bottom:88px;
			background:transparent;
		}
		
		div#footer {
			position:absolute;
			bottom:0;
			/*height:75px;*/
			background: #a5b7c2 url(/img/footer.gif) 0% 100% repeat-x;
			z-index:2;
			color: #fff;
			width:100%;
		}
		
		div#footer-container{
			padding:5px 10px;
		}
		
		#footer a, #footer a:visited{
			color: #fff;
		}
		
		div#header{
			height:200px;
			background: #fff url(/img/topbg.png) 0% 0% repeat-x;
		}
		
		div#triple {
			position:relative;
			border-top:none;
			min-height:414px;
			h\eight:414px;
			overflow:hidden;
		}
		
		div#content {
			margin-left:260px;
			padding:20px;
			padding-top:0;
		}
		
		div#left {
			/*position: absolute;*/
			width:190px;
			/*top:0;
			left:0;*/
			padding-left:10px;
			background: transparent url(/img/kleft.gif) 100% 0% no-repeat;
			min-height:414px;
			height:auto !important;
			height: 414px;
			padding-right:40px;
			padding-left:30px;
			float:left;
		}
		
		
		div#subheader {
			height:38px;
			background: #a5b7c2 url(/img/subtop.gif) 0% 0% repeat-x;
			margin-bottom: 10px;
			line-height:28px;
			color: #fff;
			padding: 0 10px;
		}

		p{
			margin-bottom:15px;
		}
		
		#left ul, #left li{
			list-style:none;
			margin:0;
			padding:0
		}
		
		ul#mainmenu li a, ul#mainmenu li a:visited, ul#mainmenu li span{
			font-family: 'Trebuchet MS', Georgia, Times, serif;
			font-style: italic;
			font-size: 1.6em;
			color: #49545a;
		}
		
		ul#mainmenu li span{
			font-weight:bold;
		}
		
		ul#mainmenu li ul{
			margin-left:10px;
			font-size:80%;
		}
		
		h1,h2,h3,h4,h5,h6{
			font-family:'Trebuchet MS', Georgia, Times, serif;
			color: #7d97a6;
			margin-bottom:0.4em;
		}

		h1{font-size:200%}
		h2{font-size:180%}
		h3{font-size:150%}
		h4{font-size:120%}
		h5{font-size:100%}

		div.ralblock{
			padding-bottom: 30px;
			overflow: hidden;
			margin-bottom:10px;
		}
		
		div.ralblock strong{
			display:block;
		}
		
		div.ral_item {
			float:left;
			margin:0 3px 3px 0;
			width:130px;
			text-align:center;
			height: 20px;
			line-height: 20px;
			color:#000;
			border:1px dotted;
		}
