/* 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: 12px;
	font-family: helvetica, verdana, sans-serif, "Trebuchet MS";
}

body {	
	text-align:left;
	min-width:890px;/* for mozilla*/
	background-color: #ffffff;
	height:100%;
}

div,p  {
	margin-top:0px;
}/*clear top margin for mozilla*/

html>body #minHeight{
	float:left;
	width:0px;
	height:100%;
	margin-bottom:-82px;
} /*safari wrapper */

/* mac hide \*/
* html #outer {
	width:890px
}
/* end hide*/

html>body #outer{
	height:auto;
} /*for mozilla as IE treats height as min-height anyway*/

/* mac hide \*/
* html #outer, * html #header {width:890px}
/* end hide*/

* html #footer {
	margin-bottom:-1px
}/* ie rounding bug*/

/* mac hide \*/
* html #footer {
	/*only ie gets this style*/
	height:82px;
	/* for ie*/
}
/* end hide*/



/*****************************POSITION*********************************/
/*****************************POSITION*********************************/

#wrapper {
	background-color: #ffffff;
}

#outer {
	height:99.9%;
	min-height:100%;
	width:890px;
	text-align:left;
	margin:auto;
	position:relative;
	overflow:visible;
	background-image: url(../../images/global/background-385x476.jpg);
	background-position: 10px 0px;
	background-repeat: no-repeat;
}

#inner {
	width:100%;
	padding-top:143px;/*needed to make room for header*/
} 

#left {
	position:relative;/*ie needs this to show float */
	float:left;
	z-index: 55;
}

#left-inner {
	width: 250px;
	padding: 10px;
	text-align: left;
}

#right {
	float:right;
	z-index: 56;
}
#right-inner {
	width: 600px;
	padding: 10px;
	text-align: left;
}

#content {
	z-index: 300;
	padding-bottom: 7px;
}

#header {
	position:absolute;
	top:0px;
	left:0px;
	width:890px;
	height:93px;
	z-index:74;
}

/****z-index:65;****/
#ajaxmenu {
	position:absolute;
	top:65px;
	left:330px;
	width:600px;
	height:43px;
	z-index:65;
}
#clearfooter {
	width:100%;
	height:82px;
	clear:both;
} /* to clear footer */

#footer {
	color: #ffffff;
	width:870px;
	padding: left;
	clear:both;
	height:82px;
	text-align:left;
	left:0px;
	bottom:0px;
	position: absolute;
	margin-left: 10px;
}



/*****************************ELEMENTS*********************************/
/*****************************ELEMENTS*********************************/

img {
	border: dotted 1px #444444;
}
img.noborder {
	border: 0; 
}



/*****************************STYLING*********************************/
/*****************************STYLING*********************************/

#left-inner h2 {
	color: #333333;
}

#left-inner h3 {
	color: #666666;
}

#right-inner h2 {
	font-size: 15px;
}
#right-inner h3 {
	color: #666666;
}

/****z-index:999;****/
#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;
}

h3#post- {
	font-size: 12px;
	color: #618200;
	background:  url() no-repeat left top;
	padding-left: 0px;
}

#content ul li {
	list-style-image: url(images/bullet_11x8.gif);
	margin-bottom: 0.5em;
	font-size: 110%;
}

#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;
}

#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);
}

#footer p {
	margin-top: 10px;
	color: #666666;
	padding: 0px;
}

#footer p a {
	text-decoration: none;
	color: #618200;
	font-weight: bold;
}

.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;
}

.LIn_shortMode {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.LIn_desc {
	display: none;
}

.LIn_date {
	font-style: italic;
	margin-left: 5px;
}