@charset "utf-8";
/* nexLevel 3.0 CSS */

body {
	background-color: #c4c0b8;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #726f6b;
	margin: 0px;
}

#border_grey {
	background-image: url(../_images/_backgrounds/top_grey.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 21px;
}

	#border_grey_content {
		text-align: right;
		font-size: 10px;
		font-family: Tahoma, Verdana, Arial, Helvetica, sans;
		font-weight: normal;
		color: #c4c0b8;
		padding-top: 3px;
		padding-right: 3px;
	}
		
			#border_grey_content a:link {
				font-family: Tahoma, Verdana, Arial, Helvetica, sans;
				font-size: 10px;
				font-weight: bold;
				text-decoration: underline;
				color: #ffffff;
				font-size: 10px;
			}

			#border_grey_content a:visited {
				font-family: Tahoma, Verdana, Arial, Helvetica, sans;
				font-size: 10px;
				font-weight: bold;
				text-decoration: underline;
				color: #ffffff;
				font-size: 10px;
			}

			#border_grey_content a:active {
				font-family: Tahoma, Verdana, Arial, Helvetica, sans;
				font-size: 10px;
				font-weight: bold;
				text-decoration: underline;
				color: #ffffff;
				font-size: 10px;
			}
		
			#border_grey_content a:hover {
				font-family: Tahoma, Verdana, Arial, Helvetica, sans;
				font-size: 10px;
				font-weight: bold;
				text-decoration: none;
				color: #ffffff;
				font-size: 10px;
			}

#border_red {
	background-image: url(../_images/_backgrounds/top_red.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 100px;
}

	#border_red_content_left {
		text-align: left;
		padding-top: 28px;
		padding-left: 17px;
		width: 50%;
	}
	
	#border_red_content_right {
		text-align: right;
		vertical-align: middle;
		padding-right: 3px;
		padding-top: 25px;
		width: 50%;
	}

#content_headline {
	background-image: url(../_images/_backgrounds/middle_white.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 170px;
}

#content {
	background-color: #f6f4f0;
	height: 200px;
}

	#content_left {
		padding-left: 17px;
		padding-top: 21px;
		padding-right: 60px;
		padding-bottom: 21px;
		width: 211px;
	}
	
		#content_left #content_text_header {
			border-bottom: 1px #c4c0b8 solid;
			padding-bottom: 6px;
		}

		#content_left #content_text {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 12px;
			letter-spacing: 0.50px;
			line-height: 15px;
			padding-top: 5px;
			padding-bottom: 25px;
		}

	#content_right {
		padding-right: 17px;
		padding-top: 21px;
		padding-bottom: 21px;
	}

		#content_right #content_text_header {
			border-bottom: 1px #c4c0b8 solid;
			padding-bottom: 6px;
		}

		#content_right #content_text {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 12px;
			letter-spacing: 0.50px;
			line-height: 15px;
			padding-top: 5px;
			padding-bottom: 25px;
		}
	
#content_footer {
	background-image: url(../_images/_backgrounds/bottom_beige.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 132px;
}

	#content_footer_left {
		padding-left: 17px;
		padding-right: 17px;
		padding-top: 5px;
		font-size: 10px;
		text-align: left;
	}
	
	#content_footer_right {
		padding-left: 17px;
		padding-right: 17px;
		padding-top: 5px;
		font-size: 10px;
		text-align: right;
	}
	
		#content_footer_right a:link {
			font-family: Georgia, "Times New Roman", Times, serif;
			text-decoration: underline;
			font-weight: normal;
			color: #726f6b;
			font-size: 10px;
		}

		#content_footer_right a:visited {
			font-family: Georgia, "Times New Roman", Times, serif;
			text-decoration: underline;
			font-weight: normal;
			color: #726f6b;
			font-size: 10px;
		}

		#content_footer_right a:active {
			font-family: Georgia, "Times New Roman", Times, serif;
			text-decoration: underline;
			font-weight: normal;
			color: #726f6b;
			font-size: 10px;
		}
	
		#content_footer_right a:hover {
			font-family: Georgia, "Times New Roman", Times, serif;
			text-decoration: none;
			font-weight: normal;
			color: #000000;
			font-size: 10px;
		}

p {
	margin-top: 0px;
	margin-bottom: 7px;
}

ul {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 20px;
	list-style-image: url(../_images/bullet_arrow.jpg);
}


a:link {
	text-decoration: underline;
	font-weight: normal;
	color: #726f6b;
	font-size: 12px;
}

a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #726f6b;
	font-size: 12px;
}

a:active {
	text-decoration: underline;
	font-weight: normal;
	color: #726f6b;
	font-size: 12px;
}

a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	font-size: 12px;
}

