
*{ font-family: verdana}
p{ text-align: justify}

body{
	margin:0;
	padding:0;
	background-color: #ebebeb;
	background: transparent url('../img/bg.png') repeat top right ;
}

div.main{
	width: 1024px;
	background-color: transparent;
	margin: 0 auto;
	margin-top:0px;
	border: 0px green solid;
}

a{text-decoration: none;}
img{ 
	border: none;
}

div.header{
	height: 47px;
	background-color: transparent;	
	font-size: 8pt;
	color: black;
}


div.logo{
	width: 311px;
	height: 47px;
/*	float:left;*/
	background: transparent url('../img/hourImg.png') no-repeat top right ;
	color: white;
	text-align:right;
	font-weight:bold;
}
div.logoTime{
padding-right:9px;
padding-top:27px;
}

div.leftPage{
	border: 1px red solid;
	width: 307px;
	min-height: 715px; 
}
div.rightPage{
	border: 1px blue solid;
	width: 687px;
	margin-left:309px;
	background-color: white;
	min-height: 800px; 
	z-index: 6;
	position: relative;
	margin-top:-9px;
	padding-bottom:10px;
	background: white;
	background: transparent url('../img/contentBg.png') repeat-y top right ;
	margin-bottom:10px;
}

table{
	margin-top:-2px;
}

td, tr , table {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align:top;
	border-collapse:collapse;
}

td.leftPage{
	border: 0px red solid;
	width: 309px;
	min-height: 715px; 
}
td.rightPage{
	border: 0px blue solid;
	width: 687px;
/*	margin-left:309px;*/
	background-color: white;
	min-height: 800px; 
	z-index: 6;
	position: relative;
/*	margin-top:-9px;*/
padding-bottom:10px;
	background: white;
	background: transparent url('../img/contentBg.png') repeat-y top right ;
	margin-bottom:10px;
}


.rightPageBottom{
background:transparent url(../img/contentBgB.png) no-repeat scroll right top;
bottom:0px;
clear:both;
height:15px;
margin-left:0;
margin-top:0;
position:relative;
width:687px;
z-index:6;
}

div.aboveLogo{
	color:grey;
	text-align:right;
	margin-right:43px;
	margin-top:8px;
	padding-top:7px;
}

img.Logo{
	position: relative;
	left: -22px;
	margin-top:8px;
}

div.content{
	border: 0px blue solid;
	margin-left:25px;
	margin-right:32px;
	font-family:verdana;
	font-size:12pt;
}

div.contentHeader{
	margin-bottom:4px;
	margin-top:3px;
}

div.contentText{
	/*border-top:1px solid grey;*/
	width: 440px;
	min-height: 50px;
	float:left;
	font-size: 8pt;
            text-align: justify;
	line-height: 140%;
}

div.contentBanner{
	width: 167px;
	min-height: 175px;
	margin-left: 454px;
	/*border-top:1px solid grey;*/
}

div.contentLine{
/*	border-top:4px solid grey;*/
	background: transparent url('../img/longLine.png') no-repeat top left ;
	margin-top:1px;
	height: 6px;
	width: 440px;
	margin-bottom:35px;
}

div.bannerLine{
/*	border-top:4px solid grey;*/
	background: transparent url('../img/BannerLine.png') no-repeat top left ;
	height: 6px;
	margin-top:5px;
	width: 167px;
	margin-bottom: 3px;
}

div.bannerItem{
	margin-bottom: 13px;
}

div.nextWord, div.nextWord a{
	color: #c44f00;
	text-align:right;
	margin-right:37px;
}

div.objects{
	border: 0px blue solid;
/*	margin-left:25px;
	margin-right:32px;*/
	font-family:verdana;
	font-size:8pt;
/**clear:both;*/
}

div.objectLine{
/*	border-top:4px solid grey;*/
	background: transparent url('../img/veryLongLine.png') no-repeat top left ;
	margin-top:1px;
	/*width:245px;*/
	height: 6px;
	margin-bottom:10px;
}
div.contentLongLine{
/*	border-top:4px solid grey;*/
	background: transparent url('../img/veryLongLine.png') no-repeat top left ;
	margin-top:1px;
	/*width:245px;*/
	height: 6px;
	margin-bottom:10px;
}

div.objectText{
/*	border-top:1px solid grey;*/
	width: 100%;
	min-height: 175px;
	float:left;
	font-size: 8pt;
	line-height: 140%;
	text-align: justify;
}

div.objectItem{
	border: 0px blue solid;
/*	width: 290px;*/
	min-height: 150px;
/*	float:left;*/
	margin-right: 20px
}

div.objectItem:first-child{
	/*margin-right: 20px;*/
}

div.objectHeader{
	margin-bottom:19px;
		font-weight:bold;

}

div.objectImg img{
	margin-right:15px;
	margin-top:4px;
}

div.objectNextWord{
	text-align: right;
	margin-right: 15px;
}
div.objectNextWord a{
	color: #c44f00;
	text-align: right;
}




div.leftMenu{
	border: 0px green solid;
	width: 245px;
	min-height: 150px;
	margin-top:35px;
	margin-left:20px;
}

div.leftMenuItem{
	border: 0px red solid;
	width: 245px;
	height: 47px;
	background: transparent url('../img/menuItemNotActive.png') no-repeat top right ;
	color: white;
	font-size: 9pt;
	font-weight:bold;
}

div.leftMenuItemActive{
	border: 0px red solid;
	width: 245px;
	height: 47px;
	background: transparent url('../img/menuItemActive.png') no-repeat top right ;
	color: white;
	font-size: 9pt;
	font-weight:bold;
}

div.leftMenuItemLine{
	border: 0px red solid;
	width: 245px;
	height: 8px;
	background: transparent url('../img/menuItemLine.png') no-repeat top right ;
}

div.leftMenuItemText{
	margin-left:75px;
	padding-top:11px;
}
div.leftMenuItemText a{
	color: white;
}

.leftMenuItemText2{
	color: #fbb41a;
	font-size: 7pt;
		font-weight:bold;

}
.leftMenuItemSubmenu{
	margin-bottom:25px;
}

.leftMenuItemSubmenuText{
	margin-left:75px;
	font-size: 7pt;
	color: white;
	font-weight:bold;
}

.leftMenuItemSubmenuText a{
	color: white;
}

.leftMenuItemSubmenuTextActive{
	margin-left:75px;
	font-size: 7pt;
	font-weight:bold;
}
.leftMenuItemSubmenuTextActive a{
	color: #fbb41a;
}

.leftNews{
	border: 0px red solid;
	width: 100%;
	min-height: 326px;
	background: transparent url('../img/menuItemBg.png') no-repeat top right ;
	color: white;
	font-size: 9pt;
	font-weight:bold;
	margin-top:25px;
	padding-bottom:60px;
}

.leftNewsHeader{
	margin-left: 23px;
	margin-bottom:20px;
}
.leftNewsHeader a{
	color: white;
}


.leftNewsItem{
	margin-left: 23px;
	border: 0px red solid;
padding-right:40px;
}

.leftNewsItemHeader, .leftNewsItemHeader a{
	color: #fbb41a;
	font-size: 8pt;
	font-weight:bold;
}

.leftNewsItemHeader img{
	margin-right:13px;
}

.leftNewsItemText{
	color: white;
	font-size: 8pt;
	font-weight:normal;
	margin-top: 10px;
	margin-bottom:20px;
}

.leftNewsAll{
	color: white;
	font-size: 8pt;
	font-weight:bold;
	margin-top: 10px;
	margin-bottom:20px;
}

.leftNewsAll a{
	color: #b84700;
	text-decoration: underline;
	margin-left: 23px;

}

div.footer{
	width: 1024px;
	height: 175px;
	border: 1px #ebebeb solid;
	margin-top:-70px;
	background-color: #ebebeb;
	z-index: 1;
	position: relative;
	clear:both;
}


.Leftfooter{
	color: black;
	font-size: 8pt;
	font-weight:normal;
	margin-top: 20px;
	margin-left:20px;
	min-height:160px;
	width:300px;
	border: 0px blue solid;
	float:left

}

.Rightfooter{
	color: black;
	font-size: 8pt;
	font-weight:normal;
	margin-top: 10px;
	min-height: 70px;
	border: 0px red solid;
	margin-left:327px;
	margin-top:91px;
}


.RightfooterMenu, .RightfooterMenuItem a{
	color: #b24300;
}

.RightfooterMenu{
	margin-left:30px;
}



.RightfooterInfo{
color:#897575;
margin-left:246px;
margin-top:8px;
width:385px;}

.RightfooterCmp{
	color: #897575;
}

input[type=submit] {
	background:transparent none repeat scroll 0 0;
	border:medium none;
	color: #c24c00;
	font-family:verdana;
	font-weight:bold;
	font-size: 9pt;
/**	text-decoration:underline;*/
	border-bottom: 2px solid #c24c00;
	width:75px;
	margin-left: 286px;
	margin-top:10px;

}

.f_title{
margin-top:10px;
}

.f_value textarea, input[type=text]{
	border:1px solid #ac9b72;
	width:361px;
}

.NewsItemHeader{
	margin-bottom:10px;
	margin-top: 20px;
}

.NewsItem a{
	text-decoration: underline;
}
