/* CSS Document */
html{
	height:100%;
	margin:0;
	padding:0
} 



/******** General tags ********/
body {
font:12px Verdana,Tahoma,Arial,sans-serif;
background:#9090D7;
background-image:url(../images/page_back.jpg);
background-repeat:repeat-x;
color:#666666;
line-height:1.2em;
margin:0 auto 0 auto;
padding:5px;
}
.error
{
	color:#cc0000;
}
a {
text-decoration:none;
color:#759042;
font-weight:normal;
}
a:hover{color:#8DB24B;text-decoration:underline;}
p {line-height:1.3em; margin:0 0 14px 5px; color:#666666; font-size: 11px;;}
ul,ol,dl {margin:2px 0 16px 35px;}
ul ul,ol ol {margin:4px 0 4px 30px;}

h2 {
font-size:1.4em;
text-transform:uppercase;
border-bottom:2px solid #8DB24B;
margin:15px 0 10px 0;
padding:1px 2px 3px 1px;
color:#666699;
}

h3 {
font-size:1.2em;
margin:10px 0 8px 0;
padding:0;
color:#666699;
}

blockquote{
font-size:0.9em;
border:1px solid #bababa;
margin:20px 10px;
padding:8px;
}

blockquote p {margin:0;}

/******** Main wrap ********/
#wrap {
color:#505050;
width:780px;
margin:0 auto;
padding:0;
border:1px solid #333333;
background-color:#FFFFFF;
_height: 82px;
background-image:url(../images/content_back.gif);
background-position:bottom right;
background-repeat:no-repeat;

}
#outer{
	height:99.9%;
	min-height:100%;
	width:100%;
	text-align:left;
	margin:auto;
	position:relative;
	overflow:visible;
background-image:url(../images/topback.jpg);
background-repeat:no-repeat;}

/* mac hide \*/
* html #outer{
	width:100%;
}
/* end hide*/

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

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

#header{
	position:absolute;
	top:0px;
	left:0px;
	height:90px;
	z-index:74;
	padding:5px;
}



#title {
text-align:left;
float:left;
width:450px;
float:left;
}


label
{
	color:#759042;
}
.fields
{
	background-color:#fafafa;
	color:#666666;
}

#ajaxSearch_input
{
	background-color:#fafafa;
	color:#666666;
}
#ajaxSearch_submit
{
	background-color:#C0CCDF;
	background-image:url(../images/btn_back.png);
	background-repeat:repeat-x;
	color:#ffffff;
	cursor:pointer;
}
.buttons
{
	background-color:#C0CCDF;
	background-image:url(../images/btn_back.png);
	background-repeat:repeat-x;
	color:#ffffff;
	cursor:pointer;
}

#slogan {

color:#808080;
font-size:1.4em;
margin:0 0 10px 5px;
}
#footer {
	color: #ffffff;
	width:100%;
	clear:both;
	height:82px;
	text-align:left;


}
#footer p {
	margin-top: 10px;
	margin-bottom:5px;
}
#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;
	font-size:12px;
}/*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: 0px;
	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;
}

#mycontent h1, #mycontent h2, #mycontent h3, #mycontent h4, #mycontent h5, #mycontent h6
{
	color:#666699;
	border:0px;
	font-weight:bolder;
}

#mycontent h1
{
	font-size:1.6em;
}

#mycontent h2
{
	font-size:1.4em;
}
#mycontent h3
{
	font-size:1.2em;
}
#mycontent h4
{
	font-size:1.0em;
}
h4
{
	margin-top:0;
	font-size:1.0em;
	color:#666699;
}

#mycontent h5
{
	font-size:0.8em;
}
#mycontent h6
{
	font-size:0.6em;
}
/******** Content variations ********/
#contentwide {
width:510px;
text-align:left;
margin:10 10 10 10px;
padding:10px;
float:left;
}

#contentfull {
text-align:left;
margin:0;
padding:0;
}

#contentwide p,#contentfull p {
line-height:1.6em;
}

#contentwide h2,#contentfull h2 {
font-size:1.1em;
margin:0px 0 10px;
}

#contentwide h3,#contentfull h3 {
font-size:1.3em;
margin:0px 0 8px;
}

#contentwide li,#contentfull li{margin-bottom:4px;}

/******** Footer ********/
#footer {
clear:both;
width:100%;
text-align:center;
color:#808080;
font-size:0.9em;
margin:25px auto 0 auto;
padding:4px 0;
}

#footer p {margin:3px 3px 3px 10px;}
#footer a {color:#505050; text-decoration:none;}
#footer a:hover, a:hover {text-decoration:underline;}

/******** Various classes ********/
.splitcontentleft {float:left; width:48%;}
.splitcontentright {float:right; width:46%;}

.important {
text-align:center;
color:#505050;
border:1px solid #bababa;
padding:2px;
}

.infobox{
width:240px;
float:right;
font-size:0.9em;
border:1px solid #bababa;
margin:0 0 5px 20px;
padding:5px;
}

.infobox p {margin:0;}
.infobox ul{margin:0 0 0 25px;}
.links a {font-weight:normal;}
.links li {line-height:1.1em;}
.left {float:left; margin:0 15px 4px 0;}
.right {float:right; margin:0 0 4px 15px;}
.textright {text-align:right;}
.readmore {text-align:right; margin:-10px 10px 18px 0;}
.center {text-align:center;}
.blue {color:#559900;}
.big {font-size:1.2em;}
.small {font-size:0.8em;}
.bold {font-weight:bold;}
.clear {clear:both;}
.hide {display:none;}

.photo {
border:1px solid #bababa;
padding:2px;
background-color:#ffffff;
margin:6px 18px 2px 5px;
}
td{padding:2px;}
.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;

}

li
{
	list-style:disc;
	color: #8DB24B;
	padding:4px;
}
li span
{
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:4px;
}
.red
{
	color:#990000;
}
#content img
{
	border:1px solid #666699;
}
.imgborder
{
border:1px solid #666699;
}