#upperShed {
background:url("../images/upperShed.gif") repeat-y;
height:16px;
background-position:center;
}

#lastUpperShed {
background:url("../images/lastUpperShed.gif") repeat-y;
height:4px;
background-position:center;
}


#main	{
	text-align: center;
	width: 798px;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid red;
	background:#FFF;
}

#mainPadding	{
	padding: 10px;
	padding-bottom: 0px;
}

/* BEGIN Header */
#header	{
	text-align: center;
	height:160px;
}

#header #headerFlash {
	height: 110px;
	background:#FFF;
}

#header #topMenu {
	height:55px;
}

#header #topMenuPadding {
	padding-top:5px;
}

#header #topMenu #topMenuGloss {
	height: 10px;
	background:#007213;
}

#header #topMenu #topMenuInner	{
	height:35px;
	width:100%;
	text-align: left;
	background:#005D10;
}

#header #topMenu #topMenuInnerPadding {
	padding-top:12px;
	padding-left:15px;
}

#header #topMenu ul, #leftCol #topMenu li.firstLevel	{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#header #topMenu ul	{
	float: left;
}

#header #topMenu li.firstLevel	{
	float: left;
}

#header #topMenu li.firstLevel a	{
	font-size: 12px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	padding-right: 10px;
}

#header #topMenu li.firstLevel a:hover	{
	text-decoration:underline;
}

#header #topMenu li.firstLevel a.activeMenu	{
	font-weight:bold;
}

#header #topMenu li.firstLevel a span	{
	display: block;
}

#header #topMenu iframe.subLevelIframe	{
	display: none;
	position: absolute;
	float: left;
	border: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	z-index: 500;
}

#header #topMenu ul.subLevel	{
	display: none;
	position: absolute;
	border: 1px solid #C1CBA6;
	background: #FFFFFF;
	z-index: 1000;
	width: auto;
}

#header #topMenu li.subLevel	{
	text-align: left;
	float: left;
	clear: both;
	margin-bottom: 1px;
}

#header #topMenu li.subLevel a	{
	font-size: 12px;
	text-decoration: none; 
	color: #707070;
	padding:5px;
	padding-left: 8px; 
	text-align: left;
}

#header #topMenu li.subLevel a:hover	{
	text-decoration: underline; 
	color: #484848;
}

#header #topMenu li.subLevel a.activeMenu	{
	font-weight:bold;
}

#header #topMenu li.subLevel a span	{
	background-image: url(../images/menu-list-style.gif); 
	background-repeat: no-repeat; 
	background-position: left; 
	padding-left: 10px;
	padding-right: 15px;
	display: block;
}

#header #topMenu #lang	{
	float:right;
	color: white;
}

#header #topMenu #langInner	{
	padding-right:20px;
}

#header #topMenu #lang a	{
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}

#header #topMenu #lang a:hover	{
	text-decoration:underline;
}

/* END Header */


/* BEGIN Body */
#body	{
	text-align: left;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

#leftCol	{
	float: left;
	width: 190px;
}

#leftColPadding	{
	padding-top:10px;
	padding-right:2px;
}

#rightCol	{
	float: left;
	width: 588px;
	overflow: hidden;
	text-align: center;
}

#rightColPadding	{
	padding-top:5px;
}

/* END Body */

/* BEGIN Menu */
#menuLeft {
	margin-bottom: 10px;
}

#menuLeft .menu-title {
	background-image: url(../images/menu-title-bg.gif); 
	height: 29px; 
	line-height: 29px; 
	color: #fff; 
	font-size: 1.2em; 
	padding-left: 5px; 
	padding-top: 9px;
}

#menuLeft ul {
	margin: 2px 0px; 
	padding: 0px; 
	border: 1px solid #E4E4E4; 
	border-top: 2px solid #bbb; 
	list-style:none;
}

#menuLeft ul li {
	margin: 0px auto;
	padding: 0px; 
	border-bottom: 1px solid #E4E4E4; 
	width: 170px; 
}

#menuLeft ul li div {
	padding-left: 10px; 
	line-height: 20px; 
	background:url('../images/menu-list-style.gif') no-repeat;
	background-position:left 9px;
}

#menuLeft ul li a {
	color: #707070;
	text-decoration: none; 
}

#menuLeft ul li a:hover {
	text-decoration: underline; 
	color: #484848;
}

#menuLeft ul li a.selected {
	font-weight: bold;
}
/* END subMenu */

/* BEGIN Footer */
#footer	{
	width:100%;
	background-color: #e8e8e8; 
	height: 38px; 
	clear:both;
	margin:0px;
	padding:0px;
	color: #868686; 
}

#footer #copyright	{
	float:left;
	line-height:1.3;
	text-align: left;
	padding-top: 4px;
	padding-left:10px;
}

#footer #copyright a	{
	color: #868686;
	text-decoration: none;
}

#footer #copyright a:hover	{
	text-decoration: underline;
}

#afterFooter	{

}
/* END Footer */

/* ??????????? */

#sectionSearchDiv {
	height: 50px;
	text-align: left;
	padding-left: 10px;
}

#sectionSearchDiv a.sectionTitle	{
	color: #6F2B28;
	font-family: Arial, serif;
	text-decoration: none;
	font-size: 22px;
	font-weight: bold;
	margin-top: 20px;
	display: block;
	float: left;
}
/* ??????????? */

/* !!!!! begin clearLine  */

.clearLine	{
	clear: both;
	padding: 0;
	margin: 0;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}
/* !!!!! end clearLine  */

