body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #99CC66;
	color:#006600;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
}

a{
	color:#1A5717;
	text-decoration:none;
	font-weight:bold;
}

a:hover{
	color:#1A5717;
	text-decoration:underline;
	font-weight:bold;
}


#bodyTable{
	background-color: #F4FFE4;
	width:800px;
	height:600px;	
}

#topBarLinks{
	
	width:800px;
	
}
.seperator{
	background-color: #99CC66;
	width:800px;
	height:5px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
}
.tabBakground{
	background-image:url(../images/tabBakground.jpg);
	background-repeat:repeat-x;
}
.tabBakgroundOn{
	background-image:url(../images/tabBackgroundOn.jpg);
	background-repeat:repeat-x;
}
.leftBorder{
	width:10px;
	background-image:url(../images/leftBorder.jpg);
	background-repeat:repeat-y;

}
.rightBorder{
	background-image:url(../images/rightBorder.jpg);
	background-repeat:repeat-y;
}

.pageHeading{
	padding-top:10px;
	padding-left:10px;
	font-size:16px;
	letter-spacing:4px;
	color:#006600;
	font-weight:bolder;
}
.pageSubHeading{
	font-size:14px;
	letter-spacing:4px;
	color:#006600;
	font-weight:bolder;
}
.subHeader{
	font-size:12px;
	letter-spacing:4px;
	color:#006600;
	font-weight:bold;
}

#topTabsEnglish a{
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#006600;
	letter-spacing:2px;

}
#topTabsEnglish a:hover{
	text-decoration:underline;
	font-size:12px;
	font-weight:bold;
	color:#009900;

}

.leftNavigationBar{
	background-color:#99CC66;
	border:solid;
	border-width:1px;
	border-color:#006600;
	width:150px;
	height:25px;
	padding-left:10px;
	padding-bottom:0px;
	padding-right:10px;
	padding-top:0px;
	letter-spacing:3px;	

}
.leftNavigationBarSelected{
	background-color:#F4FFE4;
	border:solid;
	border-width:1px;
	border-color:#006600;
	width:150px;
	height:25px;
	padding-left:10px;
	padding-bottom:0px;
	padding-right:10px;
	padding-top:0px;
	letter-spacing:3px;	

}

#leftNavigationBar a{
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#006600;
	letter-spacing:2px;

}
#leftNavigationBar a:hover{
	text-decoration:underline;
	font-size:12px;
	font-weight:bold;
	color:#009900;

}
.specialText{
	letter-spacing:3px;
	color:#990000;
	font-size:12px;
	font-weight:bolder;
	
	}
/* start of styles related to javascript image preview */	
.preview_temp_load {
	vertical-align:middle;
	text-align:center;
	padding: 10px;
}
.preview_temp_load img{	
	vertical-align:middle;
	text-align:center;
}
.title_h2 {
 width:300px;
 padding:12px 0 0 18px;
}
.border_preview{
	z-index:100;
	position:absolute; 
	background: #fff;
	border: 1px solid #444;
}
#loader_bg {
	background-color:#EBEBE4;
	position:relative;
	top:8px;left:8px;height:7px;
	width:113px;font-size:1px
}

#progress {
	height:5px;
	font-size:1px;
	width:1px;
	position:relative;
	top:1px;
	left:10px;
	background-color:#9D9D94
}

#loader_container {text-align:center;position:absolute;top:40%;width:100%}
#loader {
	font-family:Tahoma, Helvetica, sans;
	font-size:10px;
	color:#000000;
	background-color:#FFFFFF;
	padding:10px 0 16px 0;
	margin:0 auto;
	display:block;
	width:135px;
	border:1px solid #6A6A6A;
	text-align:left;
	z-index:255;
}
/* end of styles related to javascript image preview */

.menutitle{
cursor:pointer;
margin-bottom: 5px;
background-color:#99CC66; 
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size:11px;
/*background-color:#ECECFF;*/
color:#000000;
/*width:140px;*/
padding:2px;
/*text-align:center;*/
font-weight:bold;
/*/*/border:1px solid #000000;/* */
}

.submenu{
margin-bottom: 0.5em;
}

.text_box{
	color:#009900;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:200px;
	height:15px;
	border-style:solid;
	border-color:#006600;
	border-width:1px;
}
.text_area{
	color:#009900;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:300px;
	height:100px;
	border-style:solid;
	border-color:#006600;
	border-width:1px;
}
.button{
	color:#009900;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:100px;
	height:25px;
	border-style:solid;
	border-color:#006600;
	border-width:1px;
	
}
.error_text{
	font-weight:bold;
	color:#990000;
}
#mainPageUl{
	list-style-type:circle;
	padding-left:0px;
	padding-bottom:0px;
	margin-left:20px;
	margin-bottom:0px;
	margin-top:0px;
	
}
#mainPageUl li{
	padding:3px;
}