﻿*,html,body {
	margin:0;
	padding:0;
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	font-weight:bold;
	line-height:155%;
	color:#333333;
	
}
h1, h1 a, h1 a:link, h1 a:visited {
	color: #0e412e;
	font-size:17px;
	line-height: 155%;
	text-decoration:none;
}
h1 a:hover {
	color: #0e412e;
	font-size:17px;
	line-height: 155%;
	text-decoration:underline;
}
table {
	border-collapse: collapse;
}
img {
	margin:0;
	padding:0;
	border:0;
}
img.header {
	clear:right;
	margin:0 0 5px 0;
}
img.contentImage {
	width:125px;
	height:100px;
	margin: 5px 0 0 10px;
	border:1px green solid;
	padding:2px;
	float:right;
}
img.smallContentImage {
	width:75px;
	height:60px;
	margin: 0 0 0 10px;
	border:1px green solid;
	padding:2px;
	float:right;	
}
img.picAndConf {
	margin:15px 0 0 0;
}
#mainContainer {
	width: 960px;
	margin: 0 auto;
	overflow:auto;
}
#banner {
	width:100%;
	max-width:1440px;
	height:130px;
	margin:0 auto;
	background-image:url('images/banner.jpg');
	background-position:center top;
	background-repeat:no-repeat;	
}
#contentContainer {
	margin:15px 0 0 0;
	width:960px;
	overflow:auto;
}
#rightContainer {
	width:210px;
	margin:0;
	float:right;
	direction:rtl;
}
#leftContainer {
	margin:0;
	float:left;
	width: 750px;
}
#menu {
	background-image:url('images/menu.jpg');
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#7ec355;
	width: 210px;
	padding:10px 0;
}
#menu ul {
	width:100%;
	list-style:none;
	list-style-type:none;
	display:block;
}
#menu li {
	display:block;
	width:100%;
	border-bottom:1px green solid;
	line-height:25px;
}
#menu li a, #menu li a:link {
	color: #7ec355;
	text-decoration:none;
	display:block;
	padding:0 10px;
}
#menu li a:hover {
	background-color:#7ec355;
	color:#0e412e;
	display:block;
	padding:0 10px;
}
.contentIn2Content {
	margin:0 10px 15px 0;
	padding:0 10px;
	width:345px;
	float:left;
	direction:rtl;
}
.contentIn3Content {
	margin:0 10px 10px 0;
	width:220px;
	padding:0 10px;
	float:left;
	direction:rtl;
}
.contentIn3ContentMiddle {
	margin:0 10px 10px 0;
	width:220px;
	padding:0 10px;
	float:left;
	direction:rtl;
	background-image:url('images/contentmiddlebg.jpg');
	background-position:center center;
	background-repeat:no-repeat;
}
.more, .more a, .more a:link, .more a:visited {
	color: #7ec355;
	text-decoration:none;
}
.more a:hover {
	color: #7ec355;
	text-decoration:underline;
}
a, a:link, a:visited {
	color: #7ec355;
	text-decoration:none;	
}
a:hover {
	color: #7ec355;
	text-decoration:underline;
}
/*Content*/
#contentPages {
	margin:0 10px 0 0;
	padding: 0 10px;
	float:left;
	width: 720px;
	max-width:720px;
}
.topicTitle {
	color:green;
	font-size: 18pt;
}
.date {
	font-family:Tahoma;
	color:gray;
	font-weight:normal;
	font-size:11px;
	clear:both;	
	margin:-5px 0 15px 0;
}
.topic {
	color:#333333;
	direction:rtl;
	width:100%;
}
.topic img {
	margin: 5px 10px 0 10px;
	border:1px green solid;
	padding:2px;
}
.sectionTitle {
	padding:0 0 0 10px;
	direction:rtl;
	font-size:15px;
	font-weight:normal;
	color:#7ec355;
	background-image:url('images/sectionarrow.jpg');
	background-position:left center;
	background-repeat:no-repeat;
	clear:both;
	float:right;
}
.comments {
	margin:20px 0 0 0;
	padding:0 0 0 10px;
	direction:rtl;
	font-weight:normal;
	font-size:15px;
	color:#7ec355;
	background-image:url('images/sectionarrow.jpg');
	background-position:left center;
	background-repeat:no-repeat;
	clear:both;
	float:right;
}
.commentContainer {
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	width:100%;
	border-bottom:1px #7ec355 solid;	
}
.commentByAndDateContainer {
	width:100%;
	overflow:hidden;
}
.commentBy {
	background-color: #7ec355;
	padding:0px 5px;
	margin:0 0 10px 0;
	float:right;
	font-size:11pt;
}
.commentDate {
	float:right;
	margin:3px 10px 0 0;
	font-family:Tahoma;
	color:gray;
	font-weight:normal;
	font-size:11px;
	clear:left;	
}
.sectionTitleContainer {
	width:100%;
	overflow:hidden;
	clear:both;
}
.addCommentContainer {
	width:100%;
}
.addcomment_text_parts {
	margin: 1px 0 1px 0;
	color:#0e412e;
	font-family:"Times New Roman", Times, serif;
}
img.submit {
	margin:5px 0 0 0;
	padding:0;
	border:0 !important;
}
#footer {
	width: 100%;
	background-color: #E0E0E0;
	color: #333333;
	font-weight: normal;
	text-align: center;
	direction: rtl;
	margin: 15px 0 0 0;
	padding: 3px 0;
}
#footer span {
	font-family:Tahoma;
	font-size:12px;
	font-weight:normal;
}
.addComment {
	margin:10px 0 0 0;
	padding:0 0 0 10px;
	direction:rtl;
	font-weight:normal;
	font-size:15px;
	color:#7ec355;
	background-image:url('images/sectionarrow.jpg');
	background-position:left center;
	background-repeat:no-repeat;
	clear:both;
	float:right;
}
.videoContainer {
	margin:15px 0 0 0;
	padding:0 100px 0 0;
	overflow:hidden;
}
.left_body {
	margin: 5px 15px 5px 0;
	padding: 15px;
	width: 180px;
	background-image: url('images/window200_bg.png');
	background-position: left top;
	background-repeat: repeat-y;
	direction: rtl;
	overflow: hidden;
	float: left;
	background-color: #F8F8F8;
}
.addthis_toolbox{
	margin:0 0 0 15px !important;
}
#next {
	margin:0 10px 0 10px;
	padding:0;
	float:left;
	width:150px;
	direction: ltr;
}
#prev {
	margin:0 10px 0 10px;
	padding:0;
	float: right;
	width:150px;
	direction:rtl;
}
#next a, #prev a {
	text-decoration:none;
}

#next a:hover, #prev a:hover {
	text-decoration:none;	
}


