/* LAYOUT 2 */
/* commented backslash hides from ie5mac \*/ 

html{
	height:100%;	margin:0;	padding:0
	} 
/* end hack */ 

html,body {
	padding:0;	margin:0;
	/*background-color: #333333;*/
	font-size: 12px;
	font-family: "Trebuchet MS", verdana, sans-serif;
	}	

body{
	text-align:left;
	min-width:815px;/* for mozilla*/	
	/*background-color: #333333;*/
	height:100%;
	background:  url(images/brick_background.jpg) repeat;
	/*background:  url(images/right_side.jpg) no-repeat top left;*/
}
#wrapper {         /*the entire screen */
	height:100%; /* set to full screen size (minimum)*/
	/*background:  url(images/brick_background.jpg) repeat;*/
	_height: 80px; /*is this to offste foot whic was 82? */
}
#outer{              /*the outer box of the site */
	height:99.6%;
	min-height:100%;
	width:815px;
	text-align:left;
	margin:auto;
	position:relative;
	overflow:visible;
	/*background:  url(images/inner_776x1.jpg) repeat-y left top;*/ /*this is one pixel high*/
	/*background-color:yellow;*/
	background:  url(images/parchment.gif) repeat
}

/* mac hide */
* html #outer{
* 		width:815px
* }
/* end hide*/

html>body #outer{
	height:auto;
	}	/*for mozilla as IE treats height as min-height anyway*/

#inner{
	/*width:100%;*/
	width:815px;
	padding-top:175px;/*needed to make room for header+menu*/
	/*background:  url(images/parchment.gif) repeat*/
	background-color:brown; /*line under menu*/
} 

#header{
	position:absolute;
	top:0px;	left:0px;	width:815px;	height:150px;	z-index:74;
	background:  url(images/parchment.gif) repeat;
	}

#menu{
	position:absolute;
	top:145px; left:0px; width:776px; height:25px; z-index:65;
	/*background:  url(images/parchment.gif) repeat;*/
	}

#logo {
	position:absolute;
	top:28px;
	left:50px;
	width:340px;
	height:93px;
	z-index:300;
	
	background:  url(images/header_image_340x93.gif) no-repeat left top;
	}


/* mac hide \*/
* html #outer, * html #header {width:780px}
/* end hide*/

#footer {
	color: tan;	width:815px; /* color of footer text*/
	clear:both;
	height:40px;
	text-align:left;
	left:0px;	bottom:0px;
	position: absolute;
	/*background:  url(images/foot_776x82_2.jpg) no-repeat left top;*/
	background:  url(images/parchment.gif) repeat;
	}

#footer p {
	margin-top: 10px;
}

#footer p a {
	text-decoration: none;
	color: #ffffff;
}

* html #footer{
* margin-bottom:-1px
* }/* ie rounding bug*/

/* mac hide \*/
* html #footer {	/*only ie gets this style*/
	height:82px;	/* for ie*/
}
/* end hide*/

div,p  {
	margin-top:0px;
}

/*clear top margin for mozilla*/


#left {	
	position:relative;/*ie needs this to show float */
	width:773px;
	float:left;
	padding-left: 3px;
	z-index: 57;
	background:  url(images/parchment.gif) repeat;
	/*background-color:green;*/
}

#left-inner {
	padding-left: 3px;
	padding-right: 3px;
	text-align: left;
	/*background-color:orange;*/
	background:  url(images/parchment.gif) repeat;
}

#clearfooter {
	width:100%;
	height:40px;
	clear:both;
} /* to clear footer */

html>body #minHeight{
	float:left;
	width:0px;
	height:100%;
	margin-bottom:-40px; /* allow for a footer DIV of 40 */
	}
	
/*safari wrapper */

#content {
	z-index: 300;
	padding-bottom: 7px;
	background:  url(images/parchment.gif) repeat;
	}

#content h2 {	
	font-size: 15px;	color: #618150;
	background:  url(images/bullet_17x21.gif) no-repeat left top;
	padding-left: 19px;
	line-height: 24px;
	position: relative;	z-index: 999;
	}

h3#post-  {
	font-size: 12px;	color: #618150;
	background:  url() no-repeat left top;
	padding-left: 0px;
}

#content p {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}

#content p a {
	color: #618150;
}

#content p a:hover {
	background-color: #618150;
	color: #ffffff;
}

#footer p {
	padding: 8px;
}

.FSF_searchResults {
	font-size: 12px;
	/*color: #444444; */
	color: #FEF2BF:
	line-height: 18px;
	_line-height: 16px;
}

.FSF_extract {
	font-size: 12px;
	color: #FEF2BF:
	line-height: 18px;
	_line-height: 16px;
}

.FSF_resultLink {
	color: #618150;
}

.FSF_extract {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}

.highlight {
	font-size: 12px;
	background-color: #f2f2f2;
	color: #618150;
	font-weight: bold;
	line-height: 18px;
	_line-height: 16px;
}

img {
	border: dotted 1px #444444;
	}

#content ul li{
	list-style-image: url(images/bullet_11x8.gif);
	margin-bottom: 0.5em;
	font-size: 110%;
}

.LIn_shortMode {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.LIn_desc {
	display: none;
}

.LIn_date {
	font-style: italic;
	margin-left: 5px;
	}

#content a, #sidebar a{
	color: rgb(97, 130, 0);
}

#content a:hover, #sidebar a:hover{
	/*background-color: rgb(97, 130, 0);*/
    color: rgb(255, 255, 255);
	}
	




