/* commented backslash hides from ie5mac \*/ 
html{
	margin:0;
	padding:0
} 
/* end hack */ 
html,body {
	padding:0;
	margin:0;
	font-size: 14px;
	font-family: Arial,  verdana, sans-serif;
}
body{	
	text-align:left;
	background-color: #4c4c4c;
	height:100%;
	min-width: 1000px;
}
#wrapper {
    width: expression((document.documentElement.clientWidth||document.body.clientWidth)<1000?'1000px':'100%');	

}


/* alexpos - outer */
#outer{
	height:99.9%;
	min-height:100%;
	text-align:left;
	margin: 0 10px;
	position:relative;
	overflow:visible;
	/*background: #fff url(images/_outerbg.gif) repeat-x 0 131px;*/
background: #fff url(images/_rightbgie.gif) repeat-y top right;

	border-left: 1px solid #9c9c9c;
	border-right: 1px solid #9c9c9c;
}


html>body #outer{
	//height:auto;
} /*for mozilla as IE treats height as min-height anyway*/

#content {
	padding-bottom:25px;
}

#inner{
	padding-top:131px;/*needed to make room for header*/
	//padding-top:141px;/*needed to make room for header*/
	background: url(images/_rightbgie.gif) repeat-y  right top;
	border-left: 1px solid #515151;

	border-top: 1px solid #fff;
} 

#inner1 {
padding-top:131px;/*needed to make room for header*/
}

#header{
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
	height:103px;
	z-index:74;
	background: #3A6789 url(images/_headerbg.gif) repeat-x left top;
	min-width: 1000px;
}

#header h1 {
	/*position:absolute;
	background: red url(images/_logo.gif) no-repeat left top;
	width:259px;
	height:56px;
	left:15px;
	width:259px;
	z-index:300;*/
}

#logo {
	position:absolute;
	top:29px;
	color: #fff;
	left:15px;
	/*width:365px;*/
	width:309px;
	height:58px;
	text-indent: -5000px;
	z-index:30;
	background:  url(images/logo.gif) no-repeat left top;
}

#logo2 {
	position:absolute;
	top:0px;
	color: #fff;
	left:15px;
	/*width:365px;*/
	width:240px;
	height:87px;
	text-indent: -5000px;
	z-index:30;
	background:  url(images/logo2.gif) no-repeat left top;
}

#ajaxmenu{
	position:absolute;
	top:103px;
	left:0px;
	//left:1px;
	width: 100%;
	height:27px;
	border-top: 1px solid #444444;
	margin: 0 1px;
	
	z-index:65;
	background: #575757 url(images/_ajaxmenubg.gif) repeat-x left top;
}

#breadcrumbs {
	margin: 25px 0;
	font-size: 12px;
	width: 500px;
}

#footer {
	color: #ffffff;
	height:63px;
	text-align:left;
	background:  url(images/_footerbg.gif) repeat-x left top;
	border: 0;
	padding-top: 10px;
	padding-left: 38px;
	font-family: Arial, verdana, sans-serif;
	font-size: 12px;
}
#footer p {
	padding:8px 0;
}
#footer p a {
	color: #ffffff;
}

#footer p a:link,#footer p a:visited {
	text-decoration: underline;
}
#footer p a:hover,#footer p a:active {
	text-decoration: none;
}

* html #footer{
	margin-bottom:-1px;
	margin-top:-16px;
}/* ie rounding bug*/

/* mac hide \*/
* html #footer {
	/*only ie gets this style*/
	height:63px;
}
/* end hide*/








div,p  {
	margin-top:0px;
}/*clear top margin for mozilla*/

#right {
	width:256px;
	//width:242px;
	float:right;
	z-index: 55;
	margin: 0px;
	/*//margin: 0;*/
	
}
#right-inner {
	padding: 0 18px 0 38px;
	//padding-left: 35;
	text-align: left;
	font-size: 12px;
	color: #000;
	line-height: 18px;
	/*background: #A5B9C8 url(images/_rightbgie.gif) repeat-y scroll right top;
	border: 1px solid red;*/
	background: url(images/_rightbgie.gif) repeat-y  right top;
	border-right: 1px solid #515151;
margin-right:-1px;
}

#right-inner hr {
	margin-left:0;
	width: 125px;
	height: 3px;
	border: medium none;
	color:#90a2af;
	background-color:#90a2af;
	
}

#right-inner h1 {
	color: #717f89;
	font-size: 24px;
	font-weight: normal;
	margin-left: -20px;
}
#right-inner h2 {
	font-size: 18px;
	color: #717f89;
	font-weight: normal;
	margin-left: -20px;
}
#right-inner a {
	color: #fff;
	font-size: 14px;
}


#left {
	z-index: 56;
	padding: 0 282px 0 26px; 
	background: #fff url(images/_outerbg.gif) repeat-x left top, url(images/_rightbgie.gif) repeat-y  right top;
;

}

#clearfooter {
	width:100%;
	height:0px;
	clear:both;
	margin:0;
	padding:0;
margin-bottom:-9px;
} /* to clear footer */

html>body #minHeight{
	float:left;
	width:0px;
	height:100%;
	margin-bottom:-50px;
} /*safari wrapper */

#left {
	z-index: 300;
}



#left h1 {
	border-bottom: 2px solid #f78704;
	font-weight: normal;
	font-size: 30px;
	color: #2e2e2e;
	line-height: 39px;
	position: relative;
}


#left h2 {
	border-bottom: 2px solid #f78704;
	font-weight: normal;
	font-size: 24px;
	color: #2e2e2e;
	line-height: 33px;
	position: relative;
}



#left h3 {
	border-bottom: 2px solid #f78704;
	font-weight: normal;
	font-size: 18px;
	color: #2e2e2e;
	line-height: 27px;
	position: relative;
}

h3#post-  {
	font-size: 12px;
	color: #618200;
	background:  url() no-repeat left top;
	padding-left: 0px;
}

#left p {
	font-size: 14px;
	color: #2e2e2e;
	line-height: 18px;
}

#left a {
	color: #4f8fc0;
}


.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: dotted 1px #444444;*/
}



#left ul {
	margin: 14px 0 7px  27px;
	//margin: 14px 0 7px  20px;
	padding: 0;
}

#left ul li{
	list-style-image: url(images/_ulbullet.gif);
	line-height: 20px;
	//padding-left: 7px;
}

.LIn_shortMode {
	list-style-type: none;
	margin: 0;
	padding: 0;

}

.LIn_desc {
	display: none;
}
.LIn_date {
	font-style: italic;
	margin-left: 5px;
}


a:link, a:visited {
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
}




.block {
	background: #d8e1e7;
	border-top: 8px solid #b8c9d4;
	padding: 15px 28px;
}
#left .block h3 {
	color: #000;
	font-weight: normal;
	font-size: 18px;
	margin-top:0;
	padding:0;
	border:0;
	line-height: 18px;
}

#left table {
	width: 100%;
	border-collapse: collapse;
	margin: 14px 0 ;
}

#left table th {
	border-collapse: collapse;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	padding: 0  28px 7px 28px;
	border-bottom: 2px solid #f78704;
	
}
#left table td {
	border-collapse: collapse;
	padding: 7px 28px 7px 28px;
}

#left table tr.pink td {
	background: #fff9f2;
}

#left a.pdf {
	background: url(images/_downpdf.gif) no-repeat 0 0;
	padding: 30px 0 0 34px;
	margin: 0;
	display: block;
	color: #cc3b02;
}

#left a.exe {
	background: url(images/_downexe.gif) no-repeat 0 0;
	padding: 30px 0 0 34px;
	margin: 0;
	display: block;
	color: #cc3b02;
}

#left a.zip {
	background: url(images/_downzip.gif) no-repeat 0 0;
	padding: 30px 0 0 34px;
	margin: 0;
	display: block;
	color: #cc3b02;
}


#left a.gz {
	background: url(images/_downgz.gif) no-repeat 0 0;
	padding: 30px 0 0 34px;
	margin: 0;
	display: block;
	color: #cc3b02;
}


#left a.extension {
	background: url(images/_extension.gif) no-repeat 0 0;
	padding:9px 0pt 6pt 47px;
	margin: 0;
	display: block;
}


