	/*
	Elements in Layout for this particular site
	*/
			
	
	
		#content-header {
			width: 693px;
			height: 91px;
			padding-bottom: 21px;
		}
		
		#content-header h1 {
			display: none;
		}
		
		#content-header-icons {
			float: right;
			width: 51px;
			padding-left: 630px;
			padding-top: 69px;
		}
		
		#content-search-bar {
			float: left;
			width: 478px;
			height: 51px;
			background: url(../images/search-bar.jpg) no-repeat;	
			padding-bottom: 14px;		
		}
		
		#content-search-bar-content {
			float: left;
			padding-left: 10px;
			padding-top: 5px;
		}
		
		#content-page {
			float: left;
			width: 478px;
			padding-left: 17px;
		}
		
			#content-page h2 {
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 14px;
				color: #9ecd60;
			}
			
			#content-page ul {
				padding: 18px 0 18px 0px;
				list-style-type: none;
			}
			
			#content-page li {
				
				background-image: url(../images/link-arrow.gif);
				background-repeat: no-repeat;
				background-position: 5px 5px;
				padding-left: 16px;
				line-height: 16px;
				color: #3F403F;
			}
			
			#content-page li a{
				color: #005A90;
				font-size: 11px;
				font-weight: normal;
			}
		
		#content-panels {
			float: right;
			padding-left: 31px;
			width: 167px;
		}
		
			#content-panel-signup {
				width: 166px;
				height: 237px;
			}
			
				#newsletter-background {
					background: #E2EDC0 url(../images/newsletter-bg.gif);
					width: 166px;
					height: 123px;
				}
				
				#newsletter-content {
					width: 154px;
					padding: 8px 0 0 8px;
				}
				
				#newsletter-text {
					font-size: 10px;
					color: #4B4C43;
					margin: 6px 0;
				}
							
			#content-panel-questions {
				background: url(../images/questions-panel-bg.gif) no-repeat;
				width: 166px;
				height: 111px;
				margin-top: 37px;
			}
			
				#questions-content {
					width: 154px;
					padding: 8px 0 0 8px;
				}
							
				#questions-text {
					font-size: 10px;
					color: #4B4C43;
					margin: 6px 0;
				}
				
					#content-page h1 {
						font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
						font-size: 18px;
						font-weight: bold;
						color: #0263a7;
					}
					
					#content-page h1 strong {
						color: #000000;
						font-variant: small-caps;
					}

					.article_list_item {
						padding-top: 16px;
					}
					
					div.article_list_item h2 a{
						color: #84B741;
						font-weight: bold;
						font-size: 11px;
						margin-top: 16px;
					}
					
					.article_list_item h2 a:link{color: #84B741;}
					.article_list_item h2 a:visited{color: #84B741;}
					.article_list_item h2 a:active{color: #84B741;}
					.article_list_item h2 a:hover {color: #000 !important;}
					
					.article_list_item h2 a strong{
						color: #3f403f;
					}
