@import url('structure.css');
@import url('menu.css');
@import url('header.css');
@import url('footer.css');

a {
 text-decoration: none;
 font-family: Arial;
 font-size: 11px;
}
h4 {
	font-family: Arial;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	margin-left: 14px;
	margin-top: 13px;
	padding-top: 10px;
	padding-top: 0px;
}
h5 {
	font-family: Arial;
	font-size: 18px;
	color: #D62F18;
	font-weight: bold;
	margin-left: 14px;
	text-align: left;
}
	h6 {
		font-family: Arial;
		font-size: 18px;
		color: #1C6ECD;
		font-weight: bold;
		margin-right: 14px;
		text-align: right;
	}
	h5, h6 {
		margin-top: 8px;
		padding-top: 8px;
		_padding-top: 0px;
	}

#contentDiv h1 {
	font-family: Arial;
	font-size: 18px;
	color: #1C6ECD;
	font-weight: bold;
	text-align: left;
}
h1 {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 18px;
	color: #1C6ECD;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	margin-bottom: 5px;
}

h2, .subHdr, .hdr {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 16px;
	color: #1C6ECD;
	font-weight: bold;
	text-align: left;
}

h3, h3 A {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 14px;
	color: #1C6ECD;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	margin-bottom: 5px;
}

#searchFields {
	margin: 0px;
	padding: 0px;
	border: none;
	background: none;
	/*margin-left: 13px;*/
	margin-left: 8px;
	margin-top: 14px;
}
	#searchFields input {
		/*width: 158px;*/
		width: 100px;
		height: 19px;
		border: 1px solid #878787;
			font-family: Arial;
			font-size: 14px;
			color: #000000;
			line-height: 19px;
	}
	#searchFields img {
		display: none;
	}
	#searchFields a {
		font-family: Arial;
		font-size: 14px;
		color: #ffffff;
		text-decoration: none;
	}


.rightLink {
	float: right;
	padding-right: 15px;
	padding-top: 11px;
}
	.rightLink A {
		font-family: Arial;
		font-size: 11px;
		color: #0053BF;
		text-decoration: none;
	}

#contentDiv {
	font-family: Arial;
	font-size: 11px;
	color: #3E3E3E;
	font-weight: normal;
	line-height: 18px;
}

.textLeft {	
	margin-top: -14px;
	_margin-top: 0px;
	padding-left: 17px;
	width: 183px;
}
	.textRight1 {
		margin-top: -24px;
		_margin-top: 0px;
		padding-left: 66px;
		width: 180px;
	}
	.textRight2 {
		margin-top: -24px;
		_margin-top: 0px;
		padding-left: 105px;
		width: 175px;
	}
		.textLeft, .textRight1, .textRight2 {
			font-family: Arial;
			font-size: 12px;
			color: #4C4B4B;
			text-decoration: none;
		}
			.textLeft A, .textRight1 A, .textRight2 A {
				font-family: Arial;
				font-size: 12px;
				color: #D62F18;
				text-decoration: underline;
			}
			.textLeft A {
				color: #0053BF;		
			}	


#leftBox { 
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
}


hr {
	border: 1px solid #B3B8C2;
	background: #B3B8C2;
	height: 1px;
	line-height: 1px;
}

.link, .func {
	font-family: Arial;
	font-size: 11px;
	color: #0053BF;
	text-decoration: none;
}
.TechLink, .TechLink A {
	color:#004296;
}