/* KCE -special styles */

body {
 	background-color	: 	#ff9900;
 	margin				: 	0px;
 	text-align			: 	center;
}
 
.clr {
	clear				: 	both;
}

/* Layout Styles */

#wrapper {
 	position			: 	relative;
 	text-align			: 	left;
 	margin-right		: 	auto;
 	margin-left			: 	auto;
 	padding				: 	0px 0px 0px 0px;
 	background-position	: 	left-top;
 	background-color	: 	#ffffCD;
 	border-right		: 	3px solid #ff9900; 
 	border-left			: 	3px solid #ff9900;
} 

#wrapper {
 	width				: 	786px;
 	voice-family		: 	"\"}\"";
 	voice-family		: 	inherit;
 	width				: 	780px;
 }

html > body #wrapper {
 	width				: 	780px;
 }

#header {
	height				:	120px;			
 	font-size			: 	60px;
 	color				: 	#ff740a;
	background			:	url(../images/header.jpg) no-repeat;
 }

#menu {
 text-align				: 	right;
 margin-top				: 	30px;
 margin-right			: 	20px;
 }

#menu ul {
 list-style				: 	none;
 margin					: 	0px;
 margin-top: 10px;
 padding: 0px;
 }

#menu li {
 display: inline;
 }

#menu a:link, #menu a:visited {
 color: #586b40;
 margin-right: 0px;
 padding: 3px 0px 2px 0px;
 background-color: #fff;
 text-decoration: none;
 }

#menu a:hover, #menu a:active {
 color: #fff;
 margin-right: 0px;
 padding: 3px 0px 0px 0px;
 background-color: #fff;
 border-bottom: 5px solid #ff740a;
 text-decoration: none;
 }

#date {
 text-align: right;
 margin-right: 20px;
 margin-top: 10px;
 margin-bottom: 10px;
 font-weight: bold;
 font-size: 11px;
 }

#date .datetxt {
 display: inline;
 text-align: right;
 border: 1px solid #568b40;
 padding: 2px 2px 2px 2px;
 }

#mainbody {
 padding: 0px;
 margin-bottom: 50px;
 background-color: #ffffCD;
 text-align: left;
 }

#navigation {
 float: left;
 width:180px;
 padding: 0px;
 margin-left: 2px;
 text-align: left;
 }

#content { 
 float: right;
 width: 570px;
 padding: 0px;
 text-align: left;
 margin-bottom: 10px;
 margin-right		:	10px;
 background-color	: 	#ffffCD;
 }

#footer {
 clear: both;
 text-align: center;
 font-face: tahoma;
 font-size: 9px;
 font-style: normal;
 background-color: #fccca7;
 color: #c77800;
 padding-top: 2px;
 padding-bottom: 3px;
 height: 25px;
 }

#top {
	height	:	30px;
 }

#bottom {
 }

.spacer {
 height: 12px;
 }
 
.spacer1 {
 	height				: 	35px;
}
 
.path {
 font-weight: normal;
 font-size:10px;
 background-color: #ffffCD;
 padding: 3px;
	border-top			:	1px solid #FFF;
	border-bottom		:	1px solid #FFF;
 margin-right: 20px;
 }

.path a:link, .path a:visited {
 color: #424142;
 text-decoration: none;
 }

.path a:hover, .path a:active {
 color: #ff9900;
 text-decoration: none;
 }

/* End of Layout Styles */
