/* CSS Document */

/* standard elements */
html {min-height: 100%; height:100%}

* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #52405C;
	color: #313131;
	/*font: normal 62.5% Tahoma,sans-serif;*/
	margin-top: 15px;
	margin-bottom: 15px;
	text-align:center;
	font: .70em Verdana, sans-serif; line-height: 1.8; 
	
	height: 100%;
}


a {color: #048;}
a:hover {color: #06C;}



p,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: normal 1.8em Tahoma,sans-serif;}
h2 {font: bold 1.4em sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

form,input {margin: 0; padding: 0; display: inline;}


blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
	color: #9f90a4;
	margin: 1px;

}

h2,h3 {padding-top: 6px; color: #3e3c39; margin-bottom: 4px;}
h1 {padding-top: 1em; color: #835e8f; margin-bottom: 1em;}


/* original styles */




div#header{height:188px;margin:0;
   background:  url(images/header.jpg) no-repeat;}
   
.spacer{
  width:100%;
  height: 164px;
  }
  
div#content p{line-height:1.5em}

div#extra{}
div#pageBottomLinks{text-align:right; width:100%; clear:both}
.pageBottomLinks{margin: 0px 15px}
div#footer{background: #de3002;color: #FFF}
div#footer p{margin:0;padding:5px 10px; text-align:center}

div#container{
	text-align:left;	
	width:700px;
	margin:0 auto;
	background-image: url(images/wrapperBG.gif);
	background-repeat: repeat-y;
	

	/*font-size: 1.2em;*/
	/* added*/
	
	
}


	
	


div#content{
	float:right;
	width:490px;
	background-color:#FFFFFF;

	}


div#relatedLinks{
	width:175px;
	float:right;
	clear:both;
	height:auto
	
}
div#relatedLinks ul{
	background: url(img/relatedLinks.gif) no-repeat;
	border: 1px solid #666666;
	margin-left: 10px;
	
	background-color: #E4E3E6;
	padding: 10px;
	padding-top: 25px;
	}
div#relatedLinks li{
	list-style: none;
	list-style-image: none;
	margin-left: 20px;
	margin-bottom: .6em;
	line-height:1.4em;
	}
div#relatedLinks li.active{
	list-style: url(img/liSideBar.gif);
	
}

div#leftBar{
	float:left;
	width:210px;

	
}


div#extra{
	float:left;
	clear:left;
	width:210px;





}
.content li{
	list-style: url(img/li.gif);
	margin-left: 20px;
	margin-bottom: .6em;
	line-height:1.4em;
}


div#footer{clear:both;width:100%}



.content{
	padding-left:1.3em;
	padding-right:2em;
	padding-bottom:2em;
	padding-top:1em;
}
.searchBox{
	padding-left:1.3em;
	padding-right:1.3em;
	padding-bottom:1em;
	padding-top:3em;
	
	
}
.leftContent{
	padding-left:1.3em;
	padding-right:1.3em;
	padding-bottom:2em;
	padding-top:2em;
	
	
}
.leftContent li{
	list-style: url(img/liSideBar.gif);
	margin-left: 20px;
	margin-bottom: .6em;
	line-height:1.4em;
}

.imageOnRight {
	
	margin-left: 10px;
	background-color: #FFFFFF;
	padding: 10px;
	float:right;
	font-size:.8em;
	line-height:1.2em;
	color:#999999
	
}
.imageOnLeft {
	
	margin-right: 10px;
	background-color: #FFFFFF;
	padding: 10px;
	float:left;
	font-size:.8em;
	line-height:1.2em;
	color:#999999
	
}
.copyright {
	font-size:.8em;
	line-height:1.2em;
	
	color:#999999
}
.ajaxSearch_highlight{
	background-color:#FFFF66
	
}
#ajaxSearch_input{ 
 	width:135px;
	
}
.ajaxSearch_resultLink{
	
	font-weight:bold;
	
}
.ajaxSearch_paging{
	width:100%;
	background-color:#E3EFFD;
	display:block;
	margin-bottom:10px;

}