/* CSS Document */
body {
	width:100%;
	background-color:#FFF;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}

a {
	color:black;	
}

#wrapper {
	width:100%;
	background-color:#FFF;
	text-align:center;
}
	#top {
		width:1200px;
		height:834px;
		margin-left:auto;
		margin-right:auto;
		background-image:url(../images/bgImg.jpg);
		background-repeat:no-repeat;
	}
		#content {
			width:1000px;
			min-height:834px;
			margin-left:auto;
			margin-right:auto;
		}
			#contentHeader {
				padding-left:110px;
				height:148px;
			}
				#headerTitle a {
					padding-top:20px;
					text-align:left;
					height:128px;
					font-family:"Times New Roman", Times, serif;
					font-size:42px;
					float:left;
					line-height:40px;
					color:#333333;
					margin-right:40px;
					text-decoration:none;
				}
				#headerNav {
					padding-top:115px;
					padding-left:120px;
				}
					#headerNav img {
						float:left;
						padding:0px;
						margin:0px;
					}				
			#contentMiddle {
				clear:both;
				height:340px;
			}
				#contentMiddleSection {
					text-align:left;
					color:#42423d;
					padding:10px;
					padding-right:30px;
					width:223px;
					height:152px;
					overflow:hidden;
					font-size:10px;
					line-height:15px;
				}
					#contentMiddleSection h1 {
						color:#42423d;
						font-size:14px;
						font-weight:bold;
					}				
					#contentMiddleSection img {
						float:left;
						padding-right:10px;
					}
			#contentBottom {
				clear:both;
				min-height:347px;
			}
				#ContactBottomContactForm {
					width:267px;
					height:270px;
					color:#757575;
					font-size:10px;
					background-image:url(../images/contactFormRptX.png);
					background-repeat:repeat;
					text-align:left;
					float:left;
					padding:10px 15px 10px 15px;
					overflow:hidden;
				}
					#ContactBottomContactForm h1 {
						color:#6b6b6b;
						font-weight:bold;
						font-size:14px;
					}
				#contentBottomWelcome {
					margin-left:40px;
					width:595px;
					min-height:322px;
					color:#dbd9cc;
					font-size:12px;
					background-image:url(../images/welcomeRptXY.png);
					background-repeat:repeat;
					text-align:left;
					float:left;	
					padding:25px 25px 0px 25px;
					line-height:18px;
				}
				#contentBottomWelcome a {
					color:white;
				}
					#contentBottomWelcome h1 {
						color:#f3f4e6;
						font-weight:bold;
						font-size:16px;
					}				
	#footerWrapper {
		clear:both;
		background-image:url(../images/bottomRptXY.jpg);
		background-repeat:repeat;
		margin-bottom:auto;
	}
		#footerContent {
			background-image:url(../images/btmRptX.png);
			background-repeat:repeat-x;
			height:118px;
			color:#1f2316;
			padding-top:32px;
			font-size:11px;
		}
		#footerContent a{
			color:#1f2316;
			text-decoration:none;
		}		