/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #fff url(tibetan_bg4.jpg); /* Optional */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #4F5142;
	}
acronym { cursor: help; border-bottom: 1px dashed #999; }
a { text-decoration: none; color: #686B56; border-bottom: 1px dashed #686B56; }
a:hover { border-bottom: 1px dashed #4F5142; color: #4F5142; }

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/
#container {
	margin: 0 auto;
	width: 740px;
	background: #fff url(dot_line.gif) repeat-y 25%;
	border: 1px solid #E4E8D9;
	padding: 0 5px;
	text-align: left; /* Cancel IE Fix */
	}

/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/
#header {
	background: url(thf_header.jpg) no-repeat 100% 0;
	border-bottom: 4px solid #fff;
	border-top: 5px solid #fff;
	padding: 78px 30px;
	}


/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	background: #999A72;
	border-bottom: 4px solid #fff;
	margin: 0;
	padding: 0;
	height: 2.2em;
	}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
	}
#nav li a {
	text-decoration: none;
	color: #fff;
	background-color: #999A72;
	border-right: 4px solid #fff;
	border-bottom: 0;
	padding: 3px 8px;
	font-size: 1em;
	float: left;
	font-weight: bold;
	}
#nav li a:hover { background-color: #787B64; }
#nav li a.on { background-color: #686B56; color: #fff; }

/*------------------------------------------------------------*
**  Search Form
**------------------------------------------------------------*/
# searchdiv {}

/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 175px;
	position: relative;
	line-height: 20px;
	word-spacing: 2px;
	}
#sidebar div { background: #fff url(para_bg3.jpg) repeat-x; }

/* design for the show menu2 - module */
/*li.menu-expand { font-weight: bold; }*/
/*li.menu-current { background: lightgrey; }*/
/*li.menu-child { color: red; }*/
/*li {list-style-type: none;}*/
/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/
#sidebar h3, #content h3 {
	font-size: 1.1em;
	color: #686B56;
	margin: 0 10px 0 0;
	cursor: default;
	}
#content div, #sidebar div {
	padding: 1px 0 10px 0;
	border-top: 1px solid #E4E8D9;
  padding: 10px;
	}
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	float: left;
	width: 550px;
	position: relative;
	margin-left: 15px;
	line-height: 20px;
	text-align: justify;
	word-spacing: 2px;
	}
#content div { background: #fff url(para_bg3.jpg) repeat-x; }
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background: #999A72;
	border-bottom: 5px solid #fff;
	border-top: 10px solid #fff;
	text-align: left;
	color: #fff;
	font-size: 0.8em;
	padding: 5px;
	line-height: 15px;
	clear: both;
	}

#footer a { text-decoration: none; color: #686B56; border-bottom: 1px dashed #686B56; }
#footer a:hover { border-bottom: 1px dashed #fff; color: #fff; }
