@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	background: #FFFFFF;
	background-image:url(bodyBg.png);
	background-repeat:repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	color:#000000;
	margin:0;
	padding:0;
}
html {
}

#wrapperOnePanel {
	position:absolute;
	left:50%;
	width:950px;
	margin-left:-473px;
	margin-top:10px;
	background-image:url(innerBgOnePanel.png);
	background-repeat:repeat-y;	
}

#wrapperTwoPanels {
	position:absolute;
	left:50%;
	width:950px;
	margin-left:-473px;
	margin-top:10px;
	background-image:url(innerBgTwoPanels.png);
	background-repeat:repeat-y;	
}
	#header {
		width:950px;
		height:105px;
		background-image:url(headerBg.png);
		background-repeat:repeat-x;	
		border-bottom:solid #D0E6F2 5px;
	}
		#headerLogo {
			width:215px;
			height:105px;
			float:left;
			background-image:url(headerLogo.png);
			background-repeat:repeat-x;	
		}
		.headerPhoto {
			width:100px;
			height:100px;
			margin-top:5px;
			padding-right:5px;
			float:left;
		}
		#headerPhoto1{
			background-image:url(headerPhoto1.png);
			background-repeat:no-repeat;
		}
		#headerPhoto2{
			background-image:url(headerPhoto2.png);
			background-repeat:no-repeat;	
		}			
		#headerPhoto3{
			background-image:url(headerPhoto3.png);
			background-repeat:no-repeat;	
		}			
		#headerPhoto4{
			background-image:url(headerPhoto4.png);
			background-repeat:no-repeat;	
		}			
		#headerPhoto5{
			background-image:url(headerPhoto5.png);
			background-repeat:no-repeat;	
		}			
		#headerPhoto6{
			background-image:url(headerPhoto6.png);
			background-repeat:no-repeat;	
		}			
		#headerPhoto7{
			background-image:url(headerPhoto7.png);
			background-repeat:no-repeat;	
		}																										
	
	#middle {
		width:946px;
	}

		#middleLeft {
			width: 205px;
			margin-left:5px;
			float:left;
			display:inline;
		}
			#middleLeftTop {
				width:205px;
				background-color:#D0E6F2;
				float:left;
			}
				.menuLevel0 {
					width:205px;
					height:17px;
					margin-bottom:4px;
					font-size:11px;
					text-indent:3px;
					line-height:17px;
					font-weight:bold;
				}
				.menuLevel0 a {
					text-decoration:none;
					display:block;  					
					background-color:#7FB8DD;
					color:#FFFFFF;
					width:100%
				}
				.menuLevel0 a:hover {
					text-decoration:none;
					display:block;  					
					background-color:#00AAB5;
					color:#FFFFFF;
				}
				
				.menuLevel1 {
					width:185px;
					height:17px;
					margin-bottom:4px;
					margin-left:20px;
					font-size:11px;
					text-indent:3px;
					line-height:17px;
					font-weight:normal;
				}	
				.menuLevel1 a {
					font-weight:normal;
					background-color:#E7F2F8;
					color:#000000;						
					text-decoration:none;
					display:block;  
					width:100%
				}
				.menuLevel1 a:hover {
					font-weight:normal;
					background-color:#00AAB5;
					color:#000000;						
					text-decoration:none;
					display:block;  
				}
				
				.menuLevel2 {
					width:165px;
					height:17px;
					margin-bottom:4px;
					margin-left:40px;
					font-size:11px;
					text-indent:3px;
					line-height:17px;
					font-weight:normal;				
				}	
				.menuLevel2 a {
					font-weight:normal;
					background-color:#FFFFFF;
					color:#000000;						
					text-decoration:none;
					display:block;  
					width:100%
				}
				.menuLevel2 a:hover {
					font-weight:normal;
					background-color:#00AAB5;
					color:#000000;						
					text-decoration:none;
					display:block;  
				}			
				
				.menuLevel3 {
					width:145px;
					height:17px;
					margin-bottom:4px;
					margin-left:60px;
					font-size:11px;
					text-indent:3px;
					line-height:17px;
					font-weight:normal;				
				}	
				.menuLevel3 a {
					font-weight:normal;
					background-color:#FFFFFF;
					color:#000000;						
					text-decoration:none;
					display:block;  
					width:100%
				}
				.menuLevel3 a:hover {
					font-weight:normal;
					background-color:#00AAB5;
					color:#000000;						
					text-decoration:none;
					display:block;  
				}	
			#middleLeftBottom {
				width:205px;
			}
			#middleLeftBottomContent {
				float:left;
				display:inline;
				width:185px;
				padding:10px;
			}
							
		#middleCenterTwoPanels {
			float:left;
			width: 520px;
			margin-left:5px;
		}
			#middleCenterTwoPanelsContent {
				width: 500px;
				padding: 10px;
			}
							
		#middleCenterOnePanel {
			float:left;
			width: 725px;
			margin-left:5px;
		}
			#middleCenterOnePanelContent {
				width: 705px;
				padding: 10px;
			}

		#middleRight {
			float:left;
			width: 205px;
			margin-left:5px;	

		}
		#middleRightContent {
			width: 185px;
			padding:10px;
		}			
	
	#footer {
		width:100%;
		background-color:#00AAB5;
		height:18px;
		float:left;
		border-top:solid #D0E6F2 5px;
		color:#FFFFFF;
	}
	#footerLeft {
		width:200px;
		margin-left:5px;			
		float:left;
		display:inline;
	}
	#footerRight {
		float:right;
		width:200px;
		margin-right:5px;			
		text-align:right;
		display:inline;
	}		

