/* CSS Document */

#Logotype {margin:0 -28px 36px -25px;}

#PDFDownload {
	margin:106px 0 0 0;
	border:1px solid #49B5E2;
	padding:4px;
	color:#fff;
}
	#PDFDownload img {
		display:block;
		float:left;
		margin:0 11px 0 0;
	}
	
	#PDFDownload a {
		display:block;
		text-decoration:none;
		padding:0 0 0 15px;
		color:#fff;
		background:url("../img/icn_mainnav.gif") 0px 2px no-repeat;
		height:1%;
	}
	
#Content {
	padding:0 0 44px 0;
	width:720px;
}
	h1 {
		height:auto;
		line-height:normal;
		border:none;		
		margin:0;
	}
		h1 img {
			display:block;
		}
	
	#MidBackground {
		background: url("../img/bg_home_mid.gif") repeat-y;
	}
	#LeftCol  {
		float:left;
		width:442px;
		padding:24px 20px 0 21px;
	}
		h2 {
			border:none;
			line-height:normal;
			font-size:22px;
			padding:0 20px 0 0;
		}
		#LeftCol p {
			font-size:14px;
			line-height:20px;
		}
	#RightCol  {
		float:left;
		width:237px;
		padding:24px 0;
	}
		#RightCol h3 {
			margin:24px 10px 12px 20px;
			font-size:14px;
			color:#019DD8;
			padding:0;
		}
			
		#RightCol ul {
			margin:0 10px 0 20px;
		}

			#RightCol li {
				display:inline;
			}

				#RightCol li a {
					color:#53585C;
					line-height:20px;
					display:block;
					padding:0 0 0 18px;
					background: url("../img/icn_mainnav.gif") 0px 5px no-repeat;
					border-bottom:1px solid #49B5E2;
					text-decoration:none;			
				}
				#RightCol li a:hover {
					text-decoration:underline;
				}
				 
.Highlight {
	border-top:6px solid #019DD8;
	float:left;
	width:357px;
	background: #D8E6F3;
}
	.Highlight img {
		float:left;
		display:block;
		margin:0 15px 0 0;
	}
	
	.Highlight h3 {
		margin:17px 0px 10px 0;
		line-height:normal;
		font-size:13px;
		padding:0;
	}
	
		.Highlight h3 a {
			padding:0 0 0 15px;
			color:#019DD8;
			text-decoration:none;
			background: url("../img/icn_mainnav.gif") 0px 2px no-repeat;
		}
			.Highlight h3 a:hover {text-decoration:underline;}
	.Highlight p {margin:0 10px 0 0;}
	
	.first {border-right:6px solid #019DD8;}
	
	.homepageheading {
	  color:#009DD8;
  	font-size:35px;
	
		}