@charset "utf-8";
/* CSS Document */
html,body {

	font-family:Arial, Helvetica, sans-serif;
/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
font-size:12px;
line-height: 18px;
	/*font-weight:bold;*/
	color: #DBD8B8;
	  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
img, div { behavior: url(iepngfix.htc) }
#textall {
	width: 500px;
/*	height: 300px;*/
	float: left;
	margin-left: 10px;
	margin-top: 75px;
}
#text {
	z-index: 4;
	background-color:#484238;
	/*margin-left: 220px;*/
	/*padding: 10px;*/
/*	position:relative;*/
	text-align:left;
}
#textin {
	width: 480px;
	max-height: 300px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow:auto;
}
#textin a, #textin a:link, #textin a:visited, #textin a:active {	color: #DBD8B8; text-decoration:none;}
#textin a:hover {	color: #DBD8B8; text-decoration:underline;}

* html div#textin{
height: expression( this.scrollHeight > 299 ? "300px" : "auto" );
}

#moduleout {
	width: 222px;
	/*height: 300px;*/
	float: right;
	margin-right: 10px;
	margin-top: 75px;

}
#module {
	z-index: 4;
	background-image:url(moduleback.gif);
	/*margin-left: 220px;*/
	padding: 10px;
	/*position:relative;*/
	text-align:left;
}
.modulenav {
	background-image:url(moduleback.gif);
}

.textintbl {
/*	margin-bottom: 5px;
	margin-top: 3px;*/
}
img, a img {border: 0px solid #3B352C;}

a, a:link, a:hover, a:visited, a:active {border:0px;color#3B352C;}

h1 {margin: 0px; padding: 0px;}

.inactive {color: #B8B2A0;}

ul.menu {list-style:none;	margin: 5px; 
	padding: 0; text-align: center; width: 165px; font-size: 13px;line-height: normal;}
ul.menu li {margin-bottom: 5px; position:relative;}
ul.menu li a {text-decoration:none; font-weight:bolder; display:block;}
ul.menu li a:link, ul.menu li a:visited {color: #7D755E;}
ul.menu li a:hover {background-color:#7D755E; color: #DBD8B8;}
/* Fix IE. Hide from IE Mac \*/ 
* html ul.menu li { height: 1%; } 
* html ul.menu li a { height: 1%; } 
/* End */ 


img, div { behavior: url(iepngfix.htc) }