/* commented backslash hides from ie5mac \*/
html{
	height:100%;
	margin:0;
	padding:0
}
/* end hack */
html,body {
	padding:0;
	margin:0;
	background: url("images/header_bg_6x80.2.gif") repeat-x scroll center 12px #FFFFFF;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica,"Trebuchet MS", verdana, sans-serif;
}
body{
	text-align:left;
	min-width:776px;/* for mozilla*/
	background-color: #FFFFFF;
	height:100%;
}
#wrapper {
}

#outer{
	height:99.9%;
	min-height:100%;
	width:776px;
	text-align:left;
	margin:auto;
	position:relative;
	overflow:visible;
}

/* 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:304px;/*needed to make room for header*/
}

#insert-top {
	position: absolute;
	top:85px;
	left: 0px;

	/*width:610px;
	padding-right: 166px; */
	width:774px;
	height: 189px;
	overflow: hidden;

	z-index: 999;
	background-image: url(images/header_162x189.jpg); 
	background-position: right top;
	background-repeat: no-repeat;
	border-left: 2px solid #448295;
}
#insert-top2 {
    position: absolute;
    top:75px;
    left: 0px;

    width:610px;
    height: 183px;
    overflow: hidden;

    z-index: 999;
    /*
    border-top: 5px solid #448295;
    border-left: 2px solid #448295;
    border-right: 2px solid #448295;
    border-bottom: 5px solid #448295; */
}

#insert-top #insert-top-inner {
	margin: 10px 175px 16px 16px;
}
#insert-top2 #insert-top-inner {
    margin: 0px 15px 16px 16px;
}

#insert-top-inner2 {
	margin: 7px 0px 16px 0px;
}

#header{
	position:absolute;
	top:0px;
	left:0px;
	width:776px;
	height:304px;
	z-index:74;
	background:  url(images/header_bg_6x80.2.gif) repeat-x center 12px;
	background-color: #FFFFFF;
}
#logo {
	position:absolute;
	top:6px;
	left:10px;
	width:116px;
	height:54px;
	text-indent: -5000px;
	z-index:300;
	background:  url(images/logo_116x54.gif) no-repeat left top;
}
#introHeader {
	background-color: #FFFFFF;
	position:absolute;
	top:6px;
	left:140px;
	width:600px;
	height:65px;
	z-index:300;
	border-left: 2px solid #6F7276;
	padding-left: 20px;
}

#introHeader p {
	margin: 0;
	padding: 0;
}

#ajaxmenu{
	position:absolute;
	top:274px;
	left:0px;
	width:775px;
	height:30px;
	z-index:65;
	background-color: #50abd4;
}

#ajaxmenu2{
    position:absolute;
    top:89px;
    left:614px;
    width:162px;
    height:171px;
    z-index:65;
}

/* mac hide \*/
* html #outer, * html #header {width:780px}
/* end hide*/
#footer {
	color: #666666;
	width:776px;
	clear:both;
	height:82px;
	text-align:center;
	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: #666666;
}
* 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;
}


.interior-page {
	background-color: #e7f0c3;
}

#content h2 {
	font-size: 20px;
	color: #006699;
	/*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;
}

.highlight {
	font-size: 12px;
	background-color: #f2f2f2;
	color: #618200;
	font-weight: bold;
	line-height: 18px;
	_line-height: 16px;

}
/*
img {
	border: dotted 1px #444444;
}
*/

.banner img,
.banner object {
	border: 0px;
	margin: 15px 5px 5px 5px;
}
.banner embed {
	border: 0px;
	margin: 15px 0px 0px 0px;
}

#insert-top-inner .banner img,
#insert-top-inner2 .banner img {
	margin: auto;
}

#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);
}

#myajaxmenu .active_menu a {
	color: #D1E37F;
}

