/* CSS Document */
/*------------------------------Gobal veriable----------------------*/
body {
			padding:0;
			margin:0;
			background-color:#E6E5C7;
			background-image:url(images/pgbg.gif);
			background-repeat:repeat-x;
			background-position:top;
			font-family:Tahoma,Arial,Helvetica, sans-serif;
			font-size:10px;
			}
p 	{
			padding:0;
			margin:0;
			}
.header-message {
	font-family: Tahoma, Arial, Helvecta, "Sans Serif";
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	padding:10px
}
a:visited {
	color:#9966CC;
	}
a:hover {
	color:#666666;
			}
/*------------------------------copyright----------------------*/
.body {
			background-color:#FFF;
			border:#B8B799 2px solid
			}
/*------------------------------menus----------------------*/
.RHcontentBG {
	background-attachment: fixed;
	background-image: url(images/inside_page_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
			}
.Leftmenu {
			font-size:16px;
			color:#757575;
			text-decoration:none;
			}
.Leftmenu:visited {
	color:#9966CC;
	}			
.Leftmenu:hover {
			color:#000000;
			}
.topmenu {
	font-size:11px;
	color:#000000;
	text-decoration:none;
	padding-left:2px;
	padding-right:2px;
	font-weight:normal;
			}
.topmenu:hover {
	color:#666666;
			}
.topmenu-icons {
	padding-top:5px;
	font-size:11px;
	color:#000000;
	text-decoration:none;
	padding-left:2px;
	padding-right:2px;
	font-weight:normal;
		}
h1 {
	font-size:12px;
	line-height:normal;
	color:#333333;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:bold;
	padding-bottom:0px;
	text-indent:10px;
	}
h1 a:link {
	font-size:12px;
	line-height:14px;
	padding:10px;
	color:#666666;
	text-decoration:none;
	padding-left:2px;
	padding-right:2px;
	font-weight:bold;
			}
h2 {
	font-size:12px;
	line-height:12px;
	color:#333333;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	vertical-align: baseline;
	text-indent: 10px;
	}	
h2 a:link {
	font-size:12px;
	line-height:14px;
	padding:10px;
	color:#666666;
	text-decoration:none;
	padding-left:2px;
	padding-right:2px;
	font-weight:bold;
			}
h3  {
	font-size:12px;
	line-height:12px;
	color:#333333;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:bold;
	text-indent:0px;
	}
h3 a:link {
	font-size:12px;
	line-height:14px;
	padding:10px;
	color:#666666;
	text-decoration:none;
	padding-left:2px;
	padding-right:2px;
	font-weight:bold;
			}
.bodytext {
			font-size:12px;
			line-height:14px;
			color:#666666;
			padding:10px;
			}
/*---------------------------- bookmarks --------------------*/
.bookmarks {
	border:1px solid #B8B799;
	width:369px;
}
/*------------------------------copyright----------------------*/
.copyright {
			font-size:11px;
			color:#000000;
}
.bodytextbold {
	font-size:12px;
	line-height:14px;
	color:#666666;
	padding:10px;
	font-weight: bold;
}
.new {
	font-size:12px;
	line-height:14px;
	color:#666666;
	padding:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/*
.location-txt {
	font-size:12px;
	line-height:14px;
	color:#666666;
	padding:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	width: 750;
	height: 100px;
	padding: 5px;
	position: absolute;
}
*/
.link {
	font-size:12px;
	line-height:14px;
	padding:10px;
	color:#666666;
	text-decoration:none;
	padding-left:2px;
	padding-right:2px;
	font-weight:bold;
			}
.link:visited {
	color:#9966CC;
	}	
.link:hover {
	color:#333333;
			}
/*--------------------------images---------------------------------*/
.headerbackground {
	background-image:url(images/topbg.gif);
	background-repeat: repeat-x;
}
.welcomeimage {
	background-image:url(images/welcome-bg.gif);
	background-repeat: no-repeat;
}
.mainbodyBG { 
	background-image:url(images/inside_page_bg.gif);
	background-repeat: no-repeat;
}
.menubg {
	background-image:url(images/menus.gif);
	background-repeat: no-repeat;
}
.linerule {
	width: 100%;
	height: 20px;
	padding: 5px;
	background-image: url(images/footermargin.gif);
	background-repeat: no-repeat;
	position: fixed;
}
.showOne {
	width: 450px;
	position:fixed
	visibility: show;
	background:url(../../images/ajax-loader.gif)
}
.showTwo {
	width: 250px;
	position: absolute;
	left: 250px;
	top: 110px;
	border: 1px dotted #0033FF;
	visibility: hidden;
}