body {	
	margin: 0px;
	background-color: #DFE3E9;
	}
	
.left {
	float: left;
	}

.right {
	float: right;
	}
	
	#headerContainer {
		width: 100%;
		float: left;
		background-image: url(../images/header_background.jpg);
		background-position: top;
		background-repeat: repeat-x;
		}
		
		#headerConstraint {
			width: 1000px;
			}
			
			#logo {
				width: 289px;
				float: left;
				padding: 13px 10px 15px 40px;
				}
			
			#banner {
				width: 300px;
				float: left;
				}
			
			#buttons {
				width: 320px;
				float: left;
				}
				
				#buttonsRow1 {
					width: 320px;
					float: left;
					}
				
				#buttonsRow2 {
					width: 320px;
					float: left;
					padding: 15px 0px 0px 0px;
					} 
		
		#navigationContainer {
			width: 100%;
			float: left;
			background-image: url(../images/navigation_background.jpg);
			background-position: top;
			background-repeat: repeat-x;
			}
			
			#navigationConstraint {
				width: 1000px;
				}
				
				.navigationItem {
					float: left;
					}
		
		#bannerContainer {
			width: 100%; 
			float: left;
			background-color: #F06F20;
			}
			
			#bannerConstraint {
				width: 1000px;
				padding: 10px 0px 10px 0px;
				overflow: auto;
				}
			
				#bannerBackground {
					width: 980px;
					float: left;
					background-color: #F28E21;
					padding: 10px;
					}
					
					#bannerImage {
						float: left;
						border: 1px solid #FFFFFF;
						}
					
					#bannerText {
						width: 315px;
						height: 334px;
						float: left;
						border: 1px solid #FFFFFF;
						margin-left: 10px;
						background-image: url(../images/bannertextbackground.jpg);
						background-position: top left;
						background-repeat: no-repeat;
						}
						
						#bannerTextTitle {
							width: 315px;
							float:left;
							}
							
						#bannerTextCopy {
							width: 261px;
							height: 93px;
							float: left;
							padding: 8px 27px 8px 27px;
							overflow: hidden;
							}
						
						#bannerTextImage {
							width: 315px;
							float: left;
							}
						
						#bannerTextButtons {
							width: 315px;
							float: left;
							}
		
		#contentContainer {
			width: 100%;
			float: left;
			background-color: #FFFFFF;
			background-image: url(../images/content_background.jpg);
			background-position: top;
			background-repeat: repeat-x;
			}
			
			#contentConstraint {
				width: 1000px;
				padding: 10px 0px 20px 0px;
				}
				
				#contentText {
					width: 695px;
					padding: 20px 50px 50px 50px;
					float: left;
					}
				
				#contentNavigation {
					width: 185px;
					min-height: 244px;
					float: left;
					background-image: url(../images/subnavsidebar.jpg);
					background-position: top left;
					background-repeat: no-repeat;
					padding: 10px 10px 10px 10px;
					}
					
					.subnavItem {
						width: 175px;
						float: left;
						font-family: Arial, Helvetica, sans-serif;
						font-size: 13px;
						color: #49667C;
						border-bottom: 1px solid #49667C;
						padding: 5px;
						font-weight: bold;
						}
					
						.subnavItem a, .subnavItem a:active, .subnavItem a:hover, .subnavItem a:visited {
							color: #49667C;
							text-decoration: none;
							}
					
		#boxContainer {
			width: 100%;
			float: left;
			background-color: #FFFFFF;
			background-image: url(../images/content_background.jpg);
			background-position: top;
			background-repeat: repeat-x;
			}
			
				#boxConstraint {
					width: 1000px;
					padding: 10px 0px 15px 0px;
					}
					
					.box {
						width: 205px;
						float: left;
						height: 255px;
						background-color: #FFFFFF;
						background-image: url(../images/boxbackgrounds.jpg);
						background-position: top center;
						background-repeat: repeat-x;
						margin-left: 15px;
						}
						
						.boxTitle {
							width: 205px;
							float: left;
							}
						
						.boxText {
							width: 175px;
							float: left;
							padding: 5px 15px 15px 15px;
							}
							
					.box2 { 
						width: 315px;
						float: left;
						height: 255px;
						background-color: #FFFFFF;
						background-image: url(../images/boxbackgrounds.jpg);
						background-position: top center;
						background-repeat: repeat-x;
						margin-left: 15px;
						}
						
						.box2Title {
							width: 315px;
							float: left;
							}
						
						.box2Text {
							width: 285px;
							float: left;
							padding: 5px 15px 15px 15px;
							}
							
		#footerContainer {
			width: 100%;
			height: 125px;
			float: left;
			background-color: #FFFFFF;
			background-image: url(../images/footer_background.jpg);
			background-position: top;
			background-repeat: repeat-x;
			}
		
			#footerConstraint {
				width: 970px;
				border-top: 2px solid #C8D1D7;
				padding: 10px 15px 15px 15px;
				}
					
			
