	@charset "UTF-8";
	/* CSS Document */
	
	a:link {
	color: #0076B0;
	text-decoration:none;
	outline:none;
}
	a:visited {
	color: #0076B0;
	text-decoration:none;
	outline:none;

}
	a:hover {
	color: #FFFFFF	;
	text-decoration:none;
	outline:none;

}
	a:active {
	color: #ffffff;
	text-decoration:none;
	outline:none;

	}
	h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight:normal;
	color: #FFFFFF;
	line-height: 20px;
	padding-bottom: 12px;
	margin: 0px;
	padding-top: 0px;
	}
	
	body {
	background-color: #c5c8d8;
		background-image:url(images/BG_tile.jpg);
		background-repeat: repeat-x;
		margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
		padding: 0;
		text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
		color: #000000;
		
	}
	.oneColFixCtr #container {
		width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
		background: #FFFFFF;
		margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
		border: 1px solid #666666;
		text-align: left; /* this overrides the text-align: center on the body element. */
	}
	
	#header {
	height: 130px;
	background-image:url(images/Template_01.jpg);
	}
	
	#menu {
	background-image:url(images/Template_02.jpg);
	height: 32px;
	}
	
	.oneColFixCtr #mainContent {
		width: 950px;
		height: auto;
		padding: 0 ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	}
	
	#footer {
	background-image:url(images/Template_04.jpg);
	height: 33px;
	}
	
	
	.body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #30424D;
	line-height: 20px;
	margin: 0px;
	padding-bottom: 15px;
	}
.Footnote {
	font-family: Helvetica, Arial;
	font-size: 10px;
	color: #666666;
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 8px;
}
	.Bullets {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #30424D;
	line-height: 20px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	}
	.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 34px;
	color: #FFFFFF;
	line-height: 20px;
	padding-bottom: 12px;
	margin: 0px;
	padding-top: 0px;
	}
	.rightPaneSpecial {
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
	font-weight: lighter;
	}
	.leftPaneBody {
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: #0076B0;
	line-height: 18px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	}
.Subhead {
	font-family: Times;
	font-size: 14px;
	color: #00547E;
	line-height: 20px;
	font-weight: bold;
	padding-bottom: 15px;
	margin: 0px;
	padding-top: 20px;
}
.bodyFirstPara {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #30424D;
	line-height: 20px;
	margin: 0px;
	padding-bottom: 15px;
	padding-top: 20px;
}
.bodyHome {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
	margin: 0px;
	padding-bottom: 15px;
}
.BulletsHome {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin: 0px;
}
.leftPaneBodyHead {
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: #30424D;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}
.form {
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: #30424D;
	line-height: 20px;
	margin: 0px;
	padding-bottom: 15px;
}

