/* KT Sytles */

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

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

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

#middle {
	margin:0;
	padding: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;
	padding:0;
	/*
	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;
}

#content_center 
{
	padding-left:100px;
	margin:0;
	border:none;
	width:650px;
}

#content_full_center
{
text-align:center;
}

#press {
	padding-bottom:0;
	padding-right:0;
	padding-top:0;
	padding-left:0px;
	margin-left:22px;
	border:none;
	width:750px;
}

#about_nav {
	float:left;
	padding:0;
	margin:0;
	border:none;
	width:150px;
}

#about_copy {
	font-family:"Times New Roman", Times, serif;
	font-size:1em;
	line-height:1.4em;
	color:#723b3d;
	float:left;
	padding-left:0px;
	margin-left:10px;
	margin-right:10px;
	border:none;
	width:700px;
}

#policies_copy {
	font-family:"Times New Roman", Times, serif;
	font-size:1em;
	line-height:1.4em;
	color:#723b3d;
	padding:0;
	margin:0;
	border:none;
}

#about_img {
	float:left;
	padding:0;
	margin:0;
	border:none;
	width:300px;
}

#right_col {
	float:left;
	padding:0;
	margin:0;
	border:none;
	width:550px;
}


#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.2em/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;
}

#footer_rounded
{
	float:left;
	margin:auto;
	height:36px;
	padding-top:0px;
	overflow:hidden;
	width: 850px;
	color:#333333;
	background-color:#fee5ee;
	font: .7em/1.3em verdana,arial,helvetica,sans-serif;
	background-image:url(images/footer_rounded.gif);
}

a
{
	color:#333333;
}

