/* commented backslash hides from ie5mac \*/ 
html{
	height:100%;
	margin:0;
	padding:0
} 
/* end hack */ 
html,body {
	padding:0;
	margin:0;
	background-color: #ECE7D9;
	font-size: 11px;
	font-family: "Trebuchet MS", verdana, sans-serif;

}
body{
	text-align:left;
	min-width:776px;/* for mozilla*/
	background-color: #ECE7D9;
	height:100%;
	background-repeat: repeat-x;
	background-image: url(images/bg_1.jpg);
}
h3 {
	color: #0099CC;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#wrapper {
	_height: 82px;
}

#outer{
	height:99.9%;
	min-height:100%;
	width:776px;
	text-align:left;
	position:relative;
	overflow:visible;
	background-image: url(images/bg-rough-1.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

/* mac hide \*/
* html #outer{
	width:776px
}
/* end hide*/

html>body #outer{
	height:auto;
} /*for mozilla as IE treats height as min-height anyway*/

#inner{
	width:100%;
	padding-top:20px;/*needed to make room for header*/
} 

#header{
	position:relative;
	top:0px;
	left:0px;
	width:776px;
	height:400px;
	z-index:74;
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
}

#ajaxmenu{
	position:absolute;
	top:395px;
	left:0px;
	width:776px;
	height:45px;
	z-index:65;
	background-repeat: no-repeat;
	background-position: left top;
}
#logo {
	position:absolute;
	top:26px;
	left:10px;
	width:237px;
	height:63px;
	text-indent: -5000px;
	z-index:300;
	background:  url(images/logo_237x63.gif) no-repeat left top;
}
/* mac hide \*/
* html #outer, * html #header {width:780px}
/* end hide*/
#footer {
	color: #ffffff;
	width:776px;
	clear:both;
	height:82px;
	text-align:center;
	left:0px;
	bottom:0px;
	position: absolute;
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 10px;
	background-image: url(images/bg-footer.gif);
	font-weight: bold;
	font-size: 14px;
	padding-top: 20px;
}
#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:210px;
	float:right;
	z-index: 55;
	margin-right: 20px;
}
#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:740px;
	float:left;
	padding-left: 20px;
	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;
	position: relative;
}
.headerArt {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
}




#content h2 {
	font-size: 18px;
	color: #6B86A8;
	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: #666666;
	line-height: 18px;
	_line-height: 16px;
	margin-right: 10px;
	display: block;
}

#content p a {
	color: #990000;
}

#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: 2px solid #ECE7D9;
	background-color: #FFFFFF;
	padding: 8px;
}

#content ul li{
	list-style-image: url(images/bullet_11x8.gif);
	margin-bottom: 0.5em;
	font-size: 110%;
}
#content ul {
	width: 300px;
}

.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: #CC6600;
    color: rgb(255, 255, 255);
}
hr {
}
.right {
}
.right form {
	width: 200px;
}
.right p {
	width: 200px;
}
#wrapper #outer #inner #left #left-inner #content .right p {
	width: 200px;
}
.image-plain {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
.right img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.right h3 {
	font-size: 15px;
	color: #669900;
	margin: 0px;
	padding: 0px;
}
#ajaxmenu img {
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 5;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#column1 {
	width: 60%;
}
#column2 {
	width: 3px;
}
#payPal {
	font-size: 14px;
	display: block;
	float: left;
	clear: right;
	margin-right: 20px;
	margin-left: 20px;
	position: relative;
}
#content .post #payPal form {
	width: 300px;
	margin: 4px;
	height: 70px;
	border: 1px solid #E1DCCE;
}
#wrapper #outer #inner #left #left-inner #content .post #payPal #leftCol {
	width: 50%;
	float: left;
}
#wrapper #outer #inner #left #left-inner #content .post #payPal img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	visibility: hidden;
}
