/* commented backslash hides from ie5mac \*/ 
html{
	height:100%;
	margin:0;
	padding:0
} 
/* end hack */ 
html,body {
	padding:0;
	margin:0;
	background-color: #ffffff;
	       font-size: 15px;
        line-height: 22px;
        color: #444400;
        letter-spacing: 1px;
	 font-family: 'Yanone Kaffeesatz', arial, serif; 

}
body{	
	text-align:left;
	min-width:976px;/* for mozilla*/
	background-color: #ffffff;
	height:100%;
	background-image: url('./images/body-bg.jpg');
	background-repeat:repeat-x;
	background-position:top;
}


html>body #outer{
	height:auto;
} /*for mozilla as IE treats height as min-height anyway*/


#header{
	height:23px;
left:40px;
position:absolute;
top:-49px;
width:776px;
z-index:74;

}

#header h1  {
	font-family: 'Kaffeesatz' , arial, serif; 
	font-size: 12px;
	text-decoration:none;
	
	
}

#header h1 a.logo-text {
    font-family: 'Kaffeesatz' , arial, serif; 
    font-size: 12px;
    text-decoration:none;
    color: #e06b26;
    
}



#ajaxmenu{
background-color:#C9C9A7;
height:auto;
left:10px;
position:absolute;
top:190px;
width:auto;
z-index:65;
	
}
#logo {
font-size:18px;
height:63px;
left:10px;
position:absolute;
text-decoration:none;
text-indent:0;
top:5px;
width:237px;
z-index:300;
}
#logo  a
    {
    	font-family: 'Kaffeesatz', arial, serif; 
        font-size: 14px;
        color: #ff5511;
        
        padding-left: 15px;
        padding-bottom: 2px;
        padding-top:2px;
        line-height: 16px;
		text-decoration:none;
		
    }




/* mac hide \*/
* html #outer, * html #header {width:780px}
/* end hide*/
#footer {
	color: #ffffff;
	width:776px;
	clear:both;
	height:82px;
	text-align:left;
	left:0px;
	bottom:0px;
	position: absolute;
	background:  url(images/foot_776x82_2.jpg) no-repeat left top;

}
#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*/

#right {
	width:206px;
	float:right;
	z-index: 55;
}
#right-inner {
	width: 178px;
	padding-left: 9px;
	text-align: left;
}
#right-inner h2 {
	font-size: 15px;
}
#left {
	position:relative;/*ie needs this to show float */
	width:563px;
	float:left;
	padding-left: 7px;
	z-index: 56;
}
#left-inner {
	padding-left: 9px;
	padding-right: 9px;
	text-align: left;
}
#clearfooter {
	width:100%;
	height:82px;
	clear:both;
} /* to clear footer */

html>body #minHeight{
	float:left;
	width:0px;
	height:100%;
	margin-bottom:-82px;
} /*safari wrapper */
#content {
	z-index: 300;
	padding-bottom: 7px;
}




#content h2 {
	font-size: 15px;
	color: #618200;
	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: #618200;
	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: #618200;
}

#content p a:hover {
	background-color: #618200;
	color: #ffffff;
}


#footer p {
	padding: 8px;
}





.FSF_searchResults {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}


.FSF_extract {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}


.FSF_resultLink {
	color: #618200;
}

.FSF_extract {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}

.highlight {
	font-size: 12px;
	background-color: #f2f2f2;
	color: #618200;
	font-weight: bold;
	line-height: 18px;
	_line-height: 16px;

}

img {
	border: solid 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);
}
