@charset "utf-8";
/* CSS Document */
body {
	background-color: #ffdf92;
	background-image: url(../_images/bg_ffdf92.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #6b6b6b;
	margin: 0px;
}

/* borders */
#border_left {
	background-image: url(../_images/_borders/left_over.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-size: 4px;
	width: 5px;
}

#border_right {
	background-image: url(../_images/_borders/right_over.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-size: 4px;
	width: 5px;
}

#border_bottom {
	background-image: url(../_images/_borders/bottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	height: 6px;
	width: 810px;
}

/* content */
#content {
	background-image: url(../_images/nav_bg.jpg);
	background-position: 510px 3px;
	background-repeat: no-repeat;
	background-color: #ffffff;
	width: 800px;
}

	#content #nav_top {
		margin-top: 44px;
		text-align: right;
		width: 800px;
	}

	#content #nav_top_inside {
	}
	
	#content #home_flash {
		text-align: center;
	}

		#content #home_flash #logo_wrapper {
			position: relative;
			top: -66px;
			z-index: 100;
			text-align: left;
			width: 800px;
		}

			#content #home_flash #logo_wrapper #logo {
				position: absolute;
				text-align: left;
			}
	
		#content #home_flash #home_flash_container {
			z-index: 90;
			text-align: left;
		}
		
	#content #spacer {
		background-color: #444444;
		height: 3px;
		font-size: 2px;
	}
	
	#content #nav {
		text-align: left;
		width: 800px;
	}
	
	#content #interior_content {
		background-image: url(../_images/content_bg_f1f1f1.jpg);
		background-repeat: repeat-x;
		background-position: top;
		background-color: #f1f1f1;
		border-bottom: 1px #ffffff solid;
	}

		#content #interior_content a:link {
			color: #444444;
			text-decoration: underline;
		}
	
		#content #interior_content a:visited {
			color: #444444;
			text-decoration: underline;
		}
	
		#content #interior_content a:active {
			color: #444444;
			text-decoration: underline;
		}
	
		#content #interior_content a:hover {
			color: #000000;
			text-decoration: none;
		}
	
		#content #interior_content #subnav {
			background-image: url(../_images/subnav_bg_fcebbb.jpg);
			background-repeat: repeat-x;
			background-position: top;
			background-color: #fcebbb;
			margin-top: 5px;
			border-top: 5px #444444 solid;
			border-bottom: 4px #444444 solid;
			border-right: 3px #444444 solid;
			width: 225px;
		}

			#content #interior_content #subnav #costs_text {
				padding-left: 10px;
				padding-right: 10px;
				font-size: 10px;
				font-style: italic;
				line-height: 12px;
			}

			#content #interior_content #subnav #costs_text #header_small {
				padding-top: 10px;
				padding-bottom: 5px;
				border-bottom: 1px #000000 solid;
			}
			
				#content #interior_content #subnav #costs_text #header_small h6 {
					font-size: 14px;
					font-weight: bold;
					letter-spacing: -0.15px;
					color: #000000;
					margin: 0px;
				}

			#content #interior_content #subnav #costs_text h6 {
				font-size: 14px;
				
				font-style: italic;
				line-height: 12px;
			}

			#content #interior_content #subnav ul {
				margin: 0px;
				padding-left: 0px;
				list-style: none;
			}
			
			#content #interior_content #subnav li {
				padding-top: 5px;
				padding-bottom: 5px;
				padding-left: 15px;
				border-bottom: 1px #444444 solid;
				text-align: left;
			}

			#content #interior_content #subnav li:hover {
				padding-top: 5px;
				padding-bottom: 5px;
				padding-left: 15px;
				border-bottom: 1px #444444 solid;
				text-align: left;
			}

				#content #interior_content #subnav #selected {
					padding-top: 5px;
					padding-bottom: 5px;
					padding-left: 15px;
					border-bottom: 1px #444444 solid;
					text-align: left;
					font-weight: bold;
					color: #1a6bb0;
					font-style: italic;
					background-color: #ffffff;
				}

				#content #interior_content #subnav #selected:hover {
					padding-top: 5px;
					padding-bottom: 5px;
					padding-left: 15px;
					border-bottom: 1px #444444 solid;
					text-align: left;
					font-weight: bold;
					color: #1a6bb0;
					font-style: italic;
					background-color: #ffffff;
				}

			#content #interior_content #subnav li a:link {
				color: #444444;
				text-decoration: none;
				font-weight: bold;
			}
		
			#content #interior_content #subnav li a:visited {
				color: #444444;
				text-decoration: none;
				font-weight: bold;
			}
		
			#content #interior_content #subnav li a:active {
				color: #444444;
				text-decoration: none;
				font-weight: bold;
			}
		
			#content #interior_content #subnav li a:hover {
				color: #444444;
				text-decoration: underline;
				font-weight: bold;
			}
		
		#content #feature {
			margin-top: 5px;
		}
		
		#content #interior_content #text {
			text-align: justify;
			padding-right: 10px;
			padding-left: 10px;
			padding-bottom: 10px;
			font-size: 13px;
			line-height: 16px;
			vertical-align: top;
		}
			
			#content #interior_content #text #articles {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				color: #000000;
			}
			
			#content #interior_content #text #articles #header6 {
				margin-bottom: 5px;
			}

				#content #interior_content #text #articles #header6 h6 {
					font-size: 14px;
					font-weight: bold;
					letter-spacing: -0.15px;
					line-height: 18px;
					color: #3788c1;
					font-style: italic;
					margin: 0px;
				}

				#content #interior_content #text #articles #header6 h6 a:link {
					text-decoration: underline;
					color: #3788c1;
				}

				#content #interior_content #text #articles #header6 h6 a:active {
					text-decoration: underline;
					color: #3788c1;
				}

				#content #interior_content #text #articles #header6 h6 a:visited {
					text-decoration: underline;
					color: #3788c1;
				}

				#content #interior_content #text #articles #header6 h6 a:hover {
					text-decoration: none;
					color: #3788c1;
				}

				#content #interior_content #text #articles #credit {
					font-family: Arial, Helvetica, sans-serif;
					font-size: 10px;
					color: #3788c1;
					line-height: 11px;
				}
			
			#content #interior_content #text #image_left {
				float: left;
				padding-right: 10px;
				font-size: 10px;
				vertical-align: top;
				text-align: center;
				font-style: italic;
				color: #1a6bb0;
			}

			#content #interior_content #text #image_right {
				float: right;
				padding-left: 10px;
				font-size: 10px;
				vertical-align: top;
				text-align: center;
				font-style: italic;
				color: #1a6bb0;
			}

			#content #interior_content #text #faq_container_oneline {
				background-image: url(../_images/_faq/bg.gif);
				background-repeat: no-repeat;
				background-position: 0px 0px;
			}
				#content #interior_content #text #faq_container_oneline #question {
					padding-top: 6px;
					padding-left: 45px;
					padding-right: 10px;
					font-size: 18px;
					font-weight: bold;
					font-style: italic;
					color: #1a6bb0;
				}

				#content #interior_content #text #faq_container_oneline #answer {
					padding-top: 8px;
					padding-left: 70px;
					padding-right: 10px;
					margin-bottom: 10px;
				}

					#content #interior_content #text #faq_container_oneline #answer #source {
						margin-top: 5px;
						margin-bottom: 5px;
						font-size: 11px;
						color: #909090;
						font-style: italic;
					}
				
				#content #interior_content #text #faq_container_oneline #link {
					text-align: right;
				}

			#content #interior_content #text #faq_container_twoline {
				background-image: url(../_images/_faq/bg_twoline.gif);
				background-repeat: no-repeat;
				background-position: 0px 0px;
			}
				#content #interior_content #text #faq_container_twoline #question {
					padding-top: 6px;
					padding-left: 45px;
					padding-right: 10px;
					font-size: 18px;
					font-weight: bold;
					font-style: italic;
					color: #1a6bb0;
				}

				#content #interior_content #text #faq_container_twoline #answer {
					padding-top: 8px;
					padding-left: 70px;
					padding-right: 10px;
					margin-bottom: 10px;
				}

					#content #interior_content #text #faq_container_twoline #answer #source {
						margin-top: 5px;
						margin-bottom: 5px;
						font-size: 11px;
						color: #909090;
						font-style: italic;
					}
				
				#content #interior_content #text #faq_container_twoline #link {
					text-align: right;
				}
			
			#content #interior_content #text #header {
				padding-top: 10px;
				padding-bottom: 5px;
				border-bottom: 1px #ebaf35 dashed;
			}
			
				#content #interior_content #text #header h1 {
					font-size: 20px;
					font-weight: bold;
					letter-spacing: -0.15px;
					color: #c19939;
					margin: 0px;
				}
				
				#content #interior_content #text #header h1 a:link {
					text-decoration: none;
					color: #c19939;
				}

				#content #interior_content #text #header h1 a:active {
					text-decoration: none;
					color: #c19939;
				}

				#content #interior_content #text #header h1 a:visited {
					text-decoration: none;
					color: #c19939;
				}

				#content #interior_content #text #header h1 a:hover {
					text-decoration: underline;
					color: #c19939;
				}
				
			#content #interior_content #text #header2 {
				padding-bottom: 5px;
				margin-bottom: 5px;
				border-bottom: 1px #444444 dashed;
			}

				#content #interior_content #text #header2 h2 {
					font-size: 20px;
					font-weight: bold;
					letter-spacing: -0.15px;
					color: #000000;
					font-style: italic;
					margin: 0px;
				}

			#content #interior_content #text #header3 {
				margin-top: 10px;
				margin-left: 15px;
			}

				#content #interior_content #text #header3 h3 {
					font-size: 16px;
					font-weight: bold;
					letter-spacing: -0.15px;
					color: #000000;
					font-style: italic;
					margin: 0px;
				}

			#content #interior_content #text #header4 {
				padding-bottom: 5px;
				margin-bottom: 5px;
				border-bottom: 1px #444444 dashed;
			}

				#content #interior_content #text #header4 h4 {
					font-size: 16px;
					font-weight: bold;
					letter-spacing: -0.15px;
					color: #000000;
					font-style: italic;
					margin: 0px;
				}

			#content #interior_content #text #header5 {
				margin-bottom: 5px;
			}

				#content #interior_content #text #header5a h5 {
					font-size: 16px;
					font-weight: bold;
					letter-spacing: -0.15px;
					line-height: 20px;
					color: #3788c1;
					font-style: italic;
					margin: 0px;
					padding-bottom: 7px;
				}

				#content #interior_content #text #header5a h5 a:link {
					text-decoration: underline;
					color: #3788c1;
				}

				#content #interior_content #text #header5a h5 a:active {
					text-decoration: underline;
					color: #3788c1;
				}

				#content #interior_content #text #header5a h5 a:visited {
					text-decoration: underline;
					color: #3788c1;
				}

				#content #interior_content #text #header5a h5 a:hover {
					text-decoration: none;
					color: #3788c1;
				}

				#content #interior_content #text #header5 h5 {
					font-size: 14px;
					font-weight: bold;
					letter-spacing: -0.15px;
					line-height: 18px;
					color: #000000;
					font-style: italic;
					margin: 0px;
				}

				#content #interior_content #text #header5 h5 a:link {
					text-decoration: underline;
					color: #000000;
				}

				#content #interior_content #text #header5 h5 a:active {
					text-decoration: underline;
					color: #000000;
				}

				#content #interior_content #text #header5 h5 a:visited {
					text-decoration: underline;
					color: #000000;
				}

				#content #interior_content #text #header5 h5 a:hover {
					text-decoration: none;
					color: #454545;
				}

			#content #interior_content #text #header_subheader {
				padding-bottom: 5px;
				margin-bottom: 5px;
				text-align: right;
				font-size: 11px;
				font-weight: bold;
				color: #1a6bb0;
			}

			#content #interior_content #text #tablelayout_table {
				margin-top: 10px;
			}
			
				#content #interior_content #text #tablelayout_table #tablelayout_left {
					padding-right: 10px;
					vertical-align: top;
					text-align: left;
				}

				#content #interior_content #text #tablelayout_table #tablelayout_right {
					vertical-align: top;
					text-align: left;
				}
			
			#content #interior_content #text #tabledata_table {
				margin-top: 10px;
			}

				#content #interior_content #text #tabledata_table #tabledata_headertop_left {
					border-right: 2px #444444 solid;
					border-bottom: 2px #444444 solid;
					padding: 5px;
					vertical-align: middle;
					letter-spacing: -0.15px;
					font-size: 12px;
					width: 25%;
				}

				#content #interior_content #text #tabledata_table #tabledata_headertop_mid {
					background-color: #ffffff;
					border: 2px #444444 solid;
					padding: 5px;
					font-weight: bold;
					text-align: left;
					vertical-align: middle;
					letter-spacing: -0.15px;
					font-style: italic;
					color: #1a6bb0;
					font-size: 12px;
					width: 37.5%;
				}

				#content #interior_content #text #tabledata_table #tabledata_headertop_right {
					background-color: #ffffff;
					border: 2px #444444 solid;
					padding: 5px;
					font-weight: bold;
					text-align: left;
					vertical-align: middle;
					letter-spacing: -0.15px;
					font-style: italic;
					color: #1a6bb0;
					font-size: 12px;
					width: 37.5%;
				}

				#content #interior_content #text #tabledata_table #tabledata_headerleft {
					background-color: #ffffff;
					border-top: 2px #444444 solid;
					border-right: 2px #444444 solid;
					border-left: 2px #444444 solid;
					padding: 5px;
					font-weight: bold;
					text-align: left;
					vertical-align: middle;
					letter-spacing: -0.15px;
					font-style: italic;
					color: #1a6bb0;
					font-size: 12px;
					width: 25%;
				}

				#content #interior_content #text #tabledata_table #tabledata_headerleft_aligntop {
					background-color: #ffffff;
					border-top: 2px #444444 solid;
					border-right: 2px #444444 solid;
					border-left: 2px #444444 solid;
					padding: 5px;
					font-weight: bold;
					text-align: left;
					vertical-align: top;
					letter-spacing: -0.15px;
					font-style: italic;
					color: #1a6bb0;
					font-size: 12px;
					width: 10%;
				}

				#content #interior_content #text #tabledata_table #tabledata_mid {
					background-image: url(../_images/subnav_bg_fcebbb.jpg);
					background-repeat: repeat-x;
					background-position: top;
					background-color: #fcebbb;
					border-top: 2px #444444 solid;
					border-right: 2px #444444 solid;
					border-left: 2px #444444 solid;
					padding: 5px;
					font-weight: normal;
					font-style: normal;
					text-align: left;
					vertical-align: middle;
					letter-spacing: -0.15px;
					color: #444444;
					font-size: 12px;
					width: 25%;
				}

				#content #interior_content #text #tabledata_table #tabledata_right {
					background-image: url(../_images/subnav_bg_fcebbb.jpg);
					background-repeat: repeat-x;
					background-position: top;
					background-color: #fcebbb;
					border-top: 2px #444444 solid;
					border-right: 2px #444444 solid;
					border-left: 2px #444444 solid;
					padding: 5px;
					font-weight: normal;
					font-style: normal;
					text-align: left;
					vertical-align: middle;
					letter-spacing: -0.15px;
					color: #444444;
					font-size: 12px;
					width: 25%;
				}

				#content #interior_content #text #tabledata_table #tabledata_footer {
					border-top: 4px #444444 solid;
					font-weight: normal;
					font-style: normal;
					text-align: right;
					vertical-align: middle;
					letter-spacing: -0.15px;
					font-size: 12px;
					margin-bottom: 5px;
				}

			#content #interior_content #text #tabledata2_table {
				margin-top: 10px;
			}

				#content #interior_content #text #tabledata2_table #tabledata_headertop_left {
					background-color: #ffffff;
					border: 2px #444444 solid;
					padding: 5px;
					font-weight: bold;
					text-align: center;
					vertical-align: middle;
					letter-spacing: -0.15px;
					font-style: italic;
					color: #1a6bb0;
					font-size: 12px;
					width: 25%;
				}

				#content #interior_content #text #tabledata2_table #tabledata_headertop_mid {
					background-color: #ffffff;
					border: 2px #444444 solid;
					padding: 5px;
					font-weight: bold;
					text-align: center;
					vertical-align: middle;
					letter-spacing: -0.15px;
					font-style: italic;
					color: #1a6bb0;
					font-size: 12px;
					width: 37.5%;
				}

				#content #interior_content #text #tabledata2_table #tabledata_headertop_right {
					background-color: #ffffff;
					border: 2px #444444 solid;
					padding: 5px;
					font-weight: bold;
					text-align: center;
					vertical-align: middle;
					letter-spacing: -0.15px;
					font-style: italic;
					color: #1a6bb0;
					font-size: 12px;
					width: 37.5%;
				}

				#content #interior_content #text #tabledata2_table #tabledata_headerleft {
					background-color: #ffffff;
					border-top: 2px #444444 solid;
					border-right: 2px #444444 solid;
					border-left: 2px #444444 solid;
					padding: 5px;
					font-weight: bold;
					text-align: center;
					vertical-align: middle;
					letter-spacing: -0.15px;
					font-style: italic;
					color: #1a6bb0;
					font-size: 12px;
					width: 25%;
				}

				#content #interior_content #text #tabledata2_table #tabledata_mid {
					background-image: url(../_images/subnav_bg_fcebbb.jpg);
					background-repeat: repeat-x;
					background-position: top;
					background-color: #ffffff;
					border-top: 2px #444444 solid;
					border-right: 2px #444444 solid;
					border-left: 2px #444444 solid;
					padding: 5px;
					font-weight: bold;
					font-style: normal;
					text-align: center;
					vertical-align: middle;
					letter-spacing: -0.15px;
					color: #444444;
					font-size: 12px;
					width: 25%;
				}

				#content #interior_content #text #tabledata2_table #tabledata_right {
					background-image: url(../_images/subnav_bg_fcebbb.jpg);
					background-repeat: repeat-x;
					background-position: top;
					background-color: #fcebbb;
					border-top: 2px #444444 solid;
					border-right: 2px #444444 solid;
					border-left: 2px #444444 solid;
					padding: 5px;
					font-weight: bold;
					font-style: normal;
					text-align: center;
					vertical-align: middle;
					letter-spacing: -0.15px;
					color: #444444;
					font-size: 12px;
					width: 25%;
				}

				#content #interior_content #text #tabledata2_table #tabledata_mid2 {
					background-image: url(../_images/subnav_bg_fcebbb.jpg);
					background-repeat: repeat-x;
					background-position: top;
					background-color: #fcebbb;
					border-top: 2px #444444 solid;
					border-right: 2px #444444 solid;
					border-left: 2px #444444 solid;
					padding: 5px;
					font-weight: normal;
					font-style: normal;
					text-align: center;
					vertical-align: middle;
					letter-spacing: -0.15px;
					color: #444444;
					font-size: 12px;
					width: 25%;
				}

				#content #interior_content #text #tabledata2_table #tabledata_right2 {
					background-image: url(../_images/subnav_bg_fcebbb.jpg);
					background-repeat: repeat-x;
					background-position: top;
					background-color: #fcebbb;
					border-top: 2px #444444 solid;
					border-right: 2px #444444 solid;
					border-left: 2px #444444 solid;
					padding: 5px;
					font-weight: normal;
					font-style: normal;
					text-align: center;
					vertical-align: middle;
					letter-spacing: -0.15px;
					color: #444444;
					font-size: 12px;
					width: 25%;
				}

				#content #interior_content #text #tabledata2_table #tabledata_footer {
					border-top: 4px #444444 solid;
					font-weight: normal;
					font-style: normal;
					text-align: right;
					vertical-align: middle;
					letter-spacing: -0.15px;
					font-size: 12px;
					margin-bottom: 5px;
				}
			
			#content #interior_content #text #tableinput_small {
				font-weight: bold;
				font-style: normal;
				text-align: center;
				padding-right: 3px;
				padding-left: 3px;
				border-right: 1px #444444 solid;
				width: 25px;
				vertical-align: middle;
			}

			#content #interior_content #text #tableinput_label {
				font-weight: bold;
				font-style: normal;
				text-align: right;
				padding-right: 10px;
				border-right: 1px #444444 solid;
				padding-bottom: 3px;
				width: 150px;
				vertical-align: top;
			}

			#content #interior_content #text #tableinput_label_larger {
				font-weight: bold;
				font-style: normal;
				text-align: right;
				padding-right: 10px;
				border-right: 1px #444444 solid;
				padding-bottom: 3px;
				width: 170px;
				vertical-align: middle;
			}

			#content #interior_content #text #tableinput_label_largest {
				font-weight: bold;
				font-style: normal;
				text-align: right;
				padding-right: 10px;
				border-right: 1px #444444 solid;
				padding-bottom: 3px;
				width: 250px;
				vertical-align: top;
			}

			#content #interior_content #text #tableinput_label_center {
				font-weight: bold;
				font-style: normal;
				text-align: center;
				border-right: 1px #444444 solid;
				padding-bottom: 3px;
				width: 150px;
				vertical-align: middle;
			}

			#content #interior_content #text #tableinput_data {
				font-weight: normal;
				font-style: normal;
				text-align: left;
				padding-left: 10px;
				padding-bottom: 3px;
				vertical-align: middle;
			}

			#content #interior_content #text #tableinput_spacer {
				font-weight: normal;
				font-style: normal;
				text-align: left;
				font-size: 4px;
				border-top: 1px #444444 dashed;
				vertical-align: top;
			}
			
			#content #interior_content #text #error {
				width: 98%;
				background-image: url(../_images/info_bg_f8d470.jpg);
				background-repeat: repeat-x;
				background-position: top;
				background-color: #f8d470;
				padding: 5px;
				text-align: center;
				font-weight: bold;
				margin-top: 8px;
				margin-right: 5px;
				margin-bottom: 8px;
			}
			
		#content #interior_content #sidebar {
			width: 204px;
			padding-top: 5px;
			padding-left: 10px;
			text-align: left;
			vertical-align: top;
		}
		
			#content #interior_content #sidebar #top {
				height: 3px;
				width: 204px;
			}

			#content #interior_content #sidebar #bottom {
				height: 3px;
				width: 204px;
			}

			#content #interior_content #sidebar #left {
				background-image: url(../_images/_sidebar/_borders/left.gif);
				background-repeat: repeat-y;
				background-position: right;
				width: 3px;
				font-size: 2px;
			}

			#content #interior_content #sidebar #right {
				background-image: url(../_images/_sidebar/_borders/right.gif);
				background-repeat: repeat-y;
				background-position: left;
				width: 3px;
				font-size: 2px;
			}

			#content #interior_content #sidebar #matting {
				background-image: url(../_images/_sidebar/bg_f8d470.jpg);
				background-repeat: no-repeat;
				background-position: top;
				background-color: #f8d470;
				width: 198px;
			}

				#content #interior_content #sidebar #matting #text {
					padding-left: 10px;
					padding-right: 10px;
					text-align: left;
					vertical-align: top;
				}

					#content #interior_content #sidebar #matting #text #header {
						padding-bottom: 5px;
						border-bottom: 1px #c4b99b dashed;
					}
					
						#content #interior_content #sidebar #matting #text h2 {
							font-size: 20px;
							font-weight: bold;
							letter-spacing: -0.15px;
							color: #000000;
							font-style: italic;
							margin: 0px;
						}

		#content #interior_content #newsflash {
			width: 783px;
			text-align: left;
			vertical-align: top;
			padding-top: 10px;
			padding-bottom: 5px;
		}
		
			#content #interior_content #newsflash #top {
				height: 3px;
				width: 783px;
			}

			#content #interior_content #newsflash #bottom {
				height: 3px;
				width: 783px;
			}

			#content #interior_content #newsflash #left {
				background-image: url(../_images/_newsflash/_borders/left.gif);
				background-repeat: repeat-y;
				background-position: right;
				width: 4px;
				font-size: 2px;
			}

			#content #interior_content #newsflash #right {
				background-image: url(../_images/_newsflash/_borders/right.gif);
				background-repeat: repeat-y;
				background-position: left;
				width: 4px;
				font-size: 2px;
			}

			#content #interior_content #newsflash #matting {
				background-image: url(../_images/_newsflash/bg_3788c1.jpg);
				background-repeat: no-repeat;
				background-position: top;
				background-color: #3788c1;
				width: 775px;
			}

				#content #interior_content #newsflash #matting #text {
					padding: 10px;
					text-align: left;
					vertical-align: top;
					color: #f5ce7b;
					font-weight: bold;
				}

					#content #interior_content #newsflash #matting #text a:link {
						font-weight: bold;
						text-decoration: none;
					}

					#content #interior_content #newsflash #matting #text a:visited {
						font-weight: bold;
						text-decoration: none;
					}

					#content #interior_content #newsflash #matting #text a:active {
						font-weight: bold;
						text-decoration: none;
					}

					#content #interior_content #newsflash #matting #text a:hover {
						font-weight: bold;
						text-decoration: none;
					}

					#content #interior_content #newsflash #matting #text #header {
						padding-bottom: 5px;
						border-bottom: 1px #000000 dashed;
					}
					
						#content #interior_content #newsflash #matting #text h2 {
							font-size: 20px;
							font-weight: bold;
							letter-spacing: -0.15px;
							color: #000000;
							font-style: italic;
							margin: 0px;
						}
			
	#content #nav_footer {
		background-color: #444444;
		padding-top: 12px;
		padding-bottom: 12px;
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		text-align: center;
		color: #ffffff;
	}
	
		#content #nav_footer a:link {
			color: #ffffff;
			text-decoration: none;
			font-weight: normal;
		}
	
		#content #nav_footer a:visited {
			color: #ffffff;
			text-decoration: none;
			font-weight: normal;
		}
	
		#content #nav_footer a:active {
			color: #ffffff;
			text-decoration: none;
			font-weight: normal;
		}
	
		#content #nav_footer a:hover {
			color: #ffffff;
			text-decoration: underline;
			font-weight: normal;
		}

	#content #footer {
		background-image: url(../_images/footer_bg_tile.jpg);
		background-repeat: repeat-x;
		background-position: top;
		height: 117px;
	}
		#content #footer #text {
			padding-left: 10px;
			padding-top: 15px;
			padding-right: 10px;
		}
	
#footer_text {
	margin-top: 10px;
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10px;
	color: #858585;
}

#footer_text a:link {
	font-size: 10px;
	color: #858585;
	text-decoration: underline;
}

#footer_text a:active {
	font-size: 10px;
	color: #858585;
	text-decoration: underline;
}

#footer_text a:visited {
	font-size: 10px;
	color: #858585;
	text-decoration: underline;
}

#footer_text a:hover {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

	textarea {
		padding-left: 3px;
		padding-top: 2px;
		padding-bottom: 2px;
		padding-right: 5px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 11px;
		text-align: left;
		font-weight: bold;
	}

	input {
		padding-left: 3px;
		padding-top: 2px;
		padding-bottom: 2px;
		padding-right: 5px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 11px;
		text-align: left;
		font-weight: bold;
	}

	select {
		padding: 2px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 11px;
		text-align: left;
		font-weight: bold;
	}
	
	input.submit {
		width: 104px;
		height: 29px;
		background-image: url(../_images/_buttons/submit_up.gif);
		background-repeat: no-repeat;
		outline: none;
	}

	input.submit:hover {
		background-image: url(../_images/_buttons/submit_down.gif);
		background-repeat: no-repeat;
	}
	
.txtRed {
	color: #982929;
}

.txtBlue {
	color: #3788c1;
}

.txtHighlight {
	color: #E38231;
	font-weight: bold;
	text-decoration: underline;
	font-style: italic;
}

.lyrArticle {
	display: none;
	padding-left: 15px;
}

.sitemap_header {
	font-weight: bold;
	border-bottom: 1px #000000 solid;
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 14px;
	font-variant: small-caps;
	color: #3687BF;
}

.sitemap_links {
	padding-top: 10px;
	vertical-align: top;
	padding-bottom: 10px;
}

	.sitemap_links .sitemap_line {
		margin-bottom: 9px;
		border-bottom: 1px #000000 solid;
		height: 10px;
		max-height: 10px;
		min-height: 10px;
	}

	.sitemap_links ul {
		padding: 0px;
		margin: 0px;
		list-style: none;
	}

		.sitemap_links li {
			padding: 0px;
			margin-left: 0px;
			margin-right: 0px;
			margin-top: 0px;
			margin-bottom: 2px;
			list-style: none;
		}

			.sitemap_links li a:link, 
			.sitemap_links li a:active, 
			.sitemap_links li a:visited { 
				color: #000000;
				font-weight: normal;
				font-size: 12px;
				text-decoration: underline;
			}

			.sitemap_links li a:hover { 
				color: #000000;
				font-weight: normal;
				font-size: 12px;
				text-decoration: none;
			}
			
#newsticker {
	position: relative;
}
#newsticker ul {
	list-style: none;
	min-height: 1.6em;
	padding: 10px 15px;
	padding-right: 30px;
}
* html #newsticker ul {
	height: 1.6em;
	overflow: visible;
}
