body
	{
		text-align: center;
		min-width: 953px;
		font-family: Segoe UI, Arial,Verdana,Helvetica,sans-serif;
		font-size: 12px;
		line-height: 1.5em;
		color: #666666;
		background-color: #fff;
		
	}
p, td, font, ul, ol  {
	font-family: Segoe UI, Arial,Verdana,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #666666;
}
b, strong, .textBold{
	font-weight : bold;
}

a:link { color: #554e13; }
a:visited { color: #000000; }

a:hover
	{
		color: #000000;
		TEXT-DECORATION : underline;
	}

div#cleardiv
	{
		clear: both;
	}

#vert-hoz{
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-300px;/* half elements height*/
    margin-left:-476px;/* half elements width*/
    width:953px;
    height:394px;

}		
div#container
	{
		margin-left: auto; 
		margin-right: auto;
		width: 953px;
		height: 600px;
		text-align: left;
		background-color: #fff;
		border: 1px solid gray;
	}	

div#header
	{	
		height: 136px;
		padding: 0;
	}
	
	div#logo a
		{
			background-image: url(../images/KBD_Logo.gif);
			background-repeat: no-repeat;
			float: left;
			width: 328px;
			height: 122px;
			padding: 0;
			display: block;
		}
		div#logo a span 
			{
				visibility: hidden;
			}
	div#nav
		{
			float:right;
		}
			
		div#navempty
			{
				height: 40px;
				background-color: #e5e5cb;
			}
		div#navmain
			{
				height: 24px;
				background-color: #e5e5cb;
			}
		div#navsub
			{
				background-color: #FFFFFF;
				padding: 10px 0px 0px 0px;
				font-size: 11px;
			}
			div#navsub a
				{
					color: #999999;
					TEXT-DECORATION : none;
					padding: 0px 8px 0px 20px;
					font-weight : bold;
					letter-spacing: 0.0822em;
				}
			div#navsub a:hover
				{
					color: #554e13;
					TEXT-DECORATION : underline;
					padding: 0px 8px 0px 20px;
					font-weight : bold;
					letter-spacing: 0.0822em;
				}
			.navHoverSub
				{
					color: #554e13;
					TEXT-DECORATION : none;
					padding: 0px 8px 0px 20px;
					font-weight : bold;
					letter-spacing: 0.0822em;
				}

div#footer
	{
		width: 955px;
		color: #000000;
		padding: 6px 0px 6px 0px;
		text-align: center;
		background-color: #ffffff;
		font-size: 12px;
		line-height : 160%;
	}
	div#footer a
		{
			color: #554e13;
			TEXT-DECORATION : none;
		}
	div#footer a:hover
		{
			color: #000000;
			TEXT-DECORATION : underline;
		}
	div#footercopyright
		{
			font-size: 9px;
			color: #000;
			padding: 6px 6px;
			text-align: center;
			background-color: #fff;
			line-height : 160%;
			margin-left: 10px;
			margin-right: 10px;
		}
		div#footercopyright a
			{
				color: #554e13;
				TEXT-DECORATION : none;
			}
		div#footercopyright a:hover
			{
				color: #000000;
				TEXT-DECORATION : underline;
			}
		
div#navigation
	{
		height: 24px;
		font-size: 11px;
		line-height : 200%;
		float:left;
		text-align: center;
		border-right: 2px solid white;
		letter-spacing: 0.0822em;
	}

	div#navigation a
		{
			color: #554e13;
			font-weight : bold;
			TEXT-DECORATION : none;
			background-color: #e5e5cb;
			padding: 4px 10px 6px 10px;
		}
	div#navigation a:hover
		{
			color: #ffffff;
			font-weight : bold;
			TEXT-DECORATION : none;
			background-color: #554e13;
			padding: 4px 10px 6px 10px;
		}
	.navHover
		{
			color: #ffffff;
			font-weight : bold;
			TEXT-DECORATION : none;
			background-color: #554e13;
			padding: 4px 10px 6px 10px;
		}
div#navigationClear
	{
		height: 24px;
		font-size: 11px;
		line-height : 200%;
		float:left;
		text-align: center;
		letter-spacing: 1.5;
	}
	div#navigationClear a
		{
			padding: absolute;
			color: #554e13;
			font-weight : bold;
			TEXT-DECORATION : none;
			background-color: #e5e5cb;
			padding: 4px 10px 6px 10px;
		}
	div#navigationClear a:hover
		{
			padding: absolute;
			color: #ffffff;
			font-weight : bold;
			TEXT-DECORATION : none;
			background-color: #554e13;
			padding: 4px 10px 6px 10px;
		}
.textGrey {
	COLOR : #595959;
	TEXT-DECORATION : none;
	
	font-weight : bold;
	letter-spacing: 0.0822em;
}
