/* KT Sytles */

body {
	margin-top:20px;
	background-color: #fee5ee;
	text-align:center;
	font: .8em/1.3em verdana,arial,helvetica,sans-serif;
}

#container
{
	margin:auto;
	/*border: solid 1px #333333;*/
	width:850px;
	height:auto;
	background-color: #fee5ee;
}

#flashcontent {
	margin:0;
	border: none;
	width:850px;
	height:650px;
}

#middle {
	margin:0;
	border: none;
	width:850px;
	height:auto;
}

#rail_left {
	margin:0;
	border: none;
	float:left;
	height:auto;
	width:36px;
	background-image:url(images/rail_left.gif);
	background-repeat: repeat-y;
	background:url(images/rail_left.gif);

}

#rail_right {
	margin:0;
	border: none;
	float:left;
	height:auto;
	width:44px;
	background-image:url(images/rail_right.gif);
}

#content
{
	float:left;
	margin:0;
	border:none;
	/*
	margin-left: 10px;
	margin-right: 10px;
	*/
	/*
	margin-top: 5px;
	margin-bottom:10px;
	
	border: solid 1px #cccccc;
	*/
	
	background-image:url(images/middle_bg.gif);
	width:850px;
	height:auto;
	text-align:left;
}

#content2 {
	padding-left:50px;
	margin:0;
	border:none;
	width:750px;
}

#footer_block
{
	border-top:solid;
	border-top-width:1px;
	border-top-color:#333333;
	height:5px;
	width:800px;
	background-color: #487669;
	/*background-color:#666666;*/
	overflow:hidden;
	}

#title
{
	color:#074736;
	font-weight:bold;
}

#title_large
{
	color:#074736;
	font: 1.3em/1.3em verdana,arial,helvetica,sans-serif;
	font-weight:bold;
}

#copy
{
	color:#333333;
}

#copy_large
{
	color:#333333;
	font: 1.1em/1.3em verdana,arial,helvetica,sans-serif;
}

#footer
{
	float:left;
	margin:auto;
	padding-top:0px;
	overflow:hidden;
	width: 850px;
	color:#333333;
	background-color:#fee5ee;
	font: .7em/1.3em verdana,arial,helvetica,sans-serif;
}

a
{
	color:#333333;
}

