@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFF;
	margin: 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 72%;
}

.container {
	width: 850px;
	margin: auto;
	background-image: url(images/bg_container.gif);
	background-repeat: repeat-y;
}

.header {
	height: 147px;
	background-color: #69ABDD;
}
	.hd-title {
		float: left;
		width: 512px;
	}
	.hd-flash {
		float: left;
		width: 195px;
	}
	.hd-services {
		float: left;
		width: 143px;
	}

.menubg {
	float: left;
	width: 180px;
	background-color: #69ABDD;
}

.menu {
	border-collapse: collapse;
	width: 100%;
}
	.menu .level1 {
		font-family: Tahoma;
		font-size: 0.95em;
		padding: 7px;
		border-bottom: 1px solid #96C4E7;
	}
		.menu .level1 a {
			color: #003366;
			text-decoration: none;
		}
			.menu .level1 a:hover {
				text-decoration: underline;
			}
	
	.menu .level1-selected {
		font-family: Tahoma;
		font-size: 0.95em;
		padding: 7px;
		border-bottom: 1px solid #4987B9;
		font-weight: bold;
	}
		.menu .level1-selected a {
			color: #003366;
			text-decoration: none;
		}
	
	.menu .level2 {
		font-family: Tahoma;
		font-size: 0.9em;
		padding: 4px 5px 4px 10px;
		background-color: #96C4E7;
	}
		.menu .level2 a {
			color: #003366;
			text-decoration: none;
		}
			.menu .level2 a:hover {
				text-decoration: underline;
			}
	
	.menu .level2-selected {
		font-family: Tahoma;
		font-size: 0.9em;
		padding: 4px 5px 4px 10px;
		background-color: #96C4E7;
		font-weight: bold;
	}
		.menu .level2-selected a {
			color: #003366;
			text-decoration: none;
		}
	
	.menu .level3 {
		font-family: Tahoma;
		font-size: 0.9em;
		padding: 4px 5px 4px 20px;
		background-color: #CBE2F3;
	}
		.menu .level3 a {
			color: #003366;
			text-decoration: none;
		}
		
	.menu .level3-selected {
		font-family: Tahoma;
		font-size: 0.9em;
		padding: 4px 5px 4px 20px;
		background-color: #CBE2F3;
		font-weight: bold;
	}
		.menu .level3-selected a {
			color: #003366;
			text-decoration: none;
		}

.logo {
	padding: 30px 0 20px 0;
	text-align: center;
}

.searcharea {
	width: 130px;
	margin: auto;
}
	.formFieldSearch {
		width: 130px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		border: 1px solid #FFF;
	}
	.button {
		margin-top: 3px;
	}

.content {
	float: left;
	width: 520px;
	padding: 10px 10px 50px 10px;
}

.collage {
	float: left;
	width: 130px;
	background-color: #69ABDD;
	background-image: url(images/collage.jpg);
	background-repeat: no-repeat;
	height: 420px;
}

.footer {
	clear: both;
	background-image: url(images/bg_footer.gif);
	background-repeat: repeat-x;
	height: 23px;
	padding-top: 7px;
	text-align: center;
	font-size: 0.95em;
	color: #FFF;
}
	.footer a {
		color: #FFF;
	}







/* Text Styles */

a {
	color: #663399;
}

img {
	border: none;
}

h1 {
	color: #0C2074;
	font-size: 1.7em;
	margin-bottom: 3px;
}

h2, .subHeader, .headerSub {
	color: #666;
	font-size: 1.1em;
	margin-bottom: 0px;
	margin-top: 50px;
	font-weight: bold;
	border-bottom: 1px solid #DDD;
}

p, li {
	line-height: 1.5em;
}

.crumbs {
	font-size: 0.9em;
	color: #999;
}
	.crumbs a {
		color: #999;
		text-decoration: none;
	}

.anchors {
	margin-left: 0;
}
	.anchors li {
		list-style: none;
		background-image: url(images/bullet_arrow.gif);
		background-repeat: no-repeat;
		padding-left: 18px;
		padding-bottom: 2px;
		font-weight: bold;
	}
	.anchors a {
		color: #666;
	}

.imgright {
	float: right;
	margin: 0 0 15px 15px;
	font-size: 0.9em;
	text-align: right;
	color: #666;
}

.imgleft {
	float: left;
	margin: 0 15px 15px 0;
}

.yellow {
	color: #333;
	background-color: #FFCC33;
	font-weight: bold;
	padding: 5px;
}

.red {
	color: #FFF;
	background-color: #CC0000;
	font-weight: bold;
	padding: 5px;
}


.links {
	margin-left: 0;
}
	.links li {
		padding-bottom: 15px;
		list-style: none;
	}

.tblnormal {
	border-collapse: collapse;
	border: 1px solid #DDD;
	width: 100%;
}
	.tblnormal td {
		padding: 5px;
		border-bottom: 1px solid #DDD;
	}


