/*Clear CMS CSS*/
/*HTML Tag*/
body {
	background-color: #ffffff;
	font-family:verdana;
	font-size:10pt;
	margin: 0px ;
}


a:link {
	font-weight:bold;
	color:#8fc33b;
	text-decoration:none;
}


a:hover {
	font-weight:bold;
	color:#999999;
}


a:visited {
	font-weight:bold;
	color: #8fc33b;
}


hr{
  border: 0;
  color: #8fc33b;
  background-color: #8fc33b;
  height: 2px;
  margin-bottom:10px;
}

/*class*/
.newsHome{
	font-size:8pt;
}
.newsHome a{
	font-weight:normal;
	text-decoration:none;
}
.textAreaClass{
	width:603px;
	height:100px;

}
.selectClass{
	width:315px;
}
.starNeeded{
	font-weight: bold;
	color:#990000;
}
.starDontNeeded{
	font-weight: bold;
	color:#ffffff;
}
.boldIt{
	font-weight: bold;
}
.verifForm{
	color:#990000;
}
.lang{
	position:absolute;
	top:50px;
	right:0px;
	width:200px;
	height:30px;
}
.outline{
	position:relative;
	margin:0px;
	padding:0px;
	min-width:700px;
	max-width:1000px;
	border:0px solid #fff;
	height:100%;
}
.content {
	position:relative;
	font-family:verdana, kartika, arial;
	font-size:9pt;
	background-color:#f5f5f5;
	border-right:1px solid #999999;
	border-left:1px solid #999999;
	text-align:left;
	width:634px;
	/* height:100%; */
	min-height:500px;
}
.mainContent{
	padding-top:5px;
	padding-bottom:10px;
	margin-right:240px;
	margin-left:235px;
	height:100%;
	min-height:500px;
}
.mainContentNoRight{
	padding-top:5px;
	padding-bottom:10px;
	margin-left:40px;
	margin-right:40px;
	height:100%;
	min-height:500px;
}
.right{
	position:absolute;
	top:10px;
	right:30px;
	bottom:0px;
	width:190px;
	padding-left:10px;
	border: 1px solid #999999;
	background-color:#f5f5f5;
}
.left{
	position:absolute;
	top:16px;
	padding:10px;
	left:-204px;
	width:162px;
	border: 1px solid #999999;
	background-color:#f5f5f5;
}
.header{
	height:186px;
	position:absolute;
	width:100%;
	background-image: url(../images/header.png);
	background-position:top;
	background-repeat:repeat-x;
	top:0px;

}
.header-left {
	float:left;
	margin-left:7px;
	width:35px;
	height:100%;
}
.header-middle {
	margin-left:35px;
	margin-right:45px;
	height:100%;
}
.header-right {
	position:absolute;
	width:50px;
	height:100%;
	top:0px;
	right:2px;
}
.footer{
	position:relative;
#	background-color:#f5f5f5;
	background-color:#8fc33b;
	border-right:1px solid #999999;
	border-left:1px solid #999999;
	border-bottom:1px solid #999999;
	margin-bottom:10px;
	padding-top:20px;
	text-align:center;
	width:634px;
	color:#ffffff;
	height:38px;
}
.logo{
	position:absolute;
	top:0px;
	left:0px;
}
.menu{
	position:relative;
	background-color:transparent;
#	color:#000000;
	width:634px;
	height:152px;
	text-align:center;	
	color:#ff0000;
}
.titleH1{
	font-size:12pt;
	padding:0px;
	margin:0px;
	margin-top:10px;

}
.searchDiv{
	position:absolute;
	top:-50px;
	right:0px;
}
.searchButt{
	height:1px;
	width:1px;
	background-color:transparent;
}
.liLink{
	font-size:8pt;
	text-decoration:none;
}
/*id*/
#stylefour{
#	background-color:#f5f5f5;
	background-color:#8fc33b;
	float:left;
	position:absolute;
	/*background-image: url(../images/menu.png);*/
	background-repeat: repeat-x;
	width:634px;
	bottom:0px;
	right:0px;
	left:0px;
	overflow:visible;
	height:43px;
	z-index:500;
}

