body {
	position: relative;
	margin: 0;
	background: #2b3338 url(../images/shared/bodyBG.png) no-repeat center 0;
	line-height: 20px;
	font-family: arial;
	font-size: 9pt;
	color: #1e1e1e;
}
	a font, h1 font { display: none; }
	a {
		color: #02316b;
		text-decoration: none;
	}
		a:hover { text-decoration: underline; }
	h2, h3 {
		font-weight: normal;
		font-family: georgia, arial;
		color: #494949;
		margin-bottom: 18px;
	}
	h2 { font-size: 16pt; }
	h3 { font-size: 14pt; }
	#Container {
		margin: 0 auto 25px;
		padding: 10px 0;
		width: 815px;
	}
		#Logo {
			display: block;
			width: 313px;
			height: 92px;
			background: url(../images/shared/logo.png) no-repeat;
			margin-left: 8px;
		}
		#TopNavigation, #BottomNavigation {
			list-style: none;
			width: 441px;
			height: 34px;
			margin: 0;
			padding: 0;
		}
		#TopNavigation {
			float: right;
			padding: 58px 7px 0 0;
			overflow: hidden;
		}
			#TopNavigation li, #BottomNavigation li {
				float: left;
				margin: 0;
				padding: 0;
			}
				#TopNavigation li a, #BottomNavigation li a {
					display: block;
					height: 18px;
					padding: 8px 0;
				}
				#TopNavigation li .home, #BottomNavigation li .home {
					background: url(../images/shared/navHome.png) no-repeat;
					width: 64px;
				}
				#TopNavigation li .about, #BottomNavigation li .about {
					background: url(../images/shared/navAbout.png) no-repeat;
					width: 126px;
				}
				#TopNavigation li .services, #BottomNavigation li .services {
					background: url(../images/shared/navServices.png) no-repeat;
					width: 91px;
				}
				#TopNavigation li .clients, #BottomNavigation li .clients {
					background: url(../images/shared/navClients.png) no-repeat;
					width: 78px;
				}
				#TopNavigation li .contact, #BottomNavigation li .contact {
					background: url(../images/shared/navContact.png) no-repeat;
					width: 82px;
				}			
					#TopNavigation li a:hover, #TopNavigation li .active {
						padding-bottom: 3px;
						border-bottom: 5px solid #90b0b3;
					}
		#ContentTop {
			height: 19px;
			background: url(../images/shared/contentTop.png) no-repeat;
			margin: -10px 0 0 2px;
			padding: 0;
			display: none;
		}
		#Content {
			margin:  0px 0 0 1px;
			padding: 18px 24px 8px;
			background: url(../images/shared/contentBody.png) repeat-y;
			min-height: 300px;
		}
		*html #Content {
			background: #F1F1F1;
			margin: 0 7px 0 8px;
			padding: 18px 14px 8px 18px;
		}
			#Banner {
				margin: 0 0 5px;
				padding: 0;
				width: 766px;
				height: 252px;
			}
			#RightColumn {
				float: right;
				width: 290px;
				margin: 10px 0 0 0;
			} 
			#LeftColumn {
				width: 450px;
				padding: 10px 15px 0 5px;
			}
				#LeftColumn .divider {
					height: 1px;
					overflow: hidden;
					margin: 10px 0;
					padding: 0;
					background: #dbdada;
				}
		#ContentBottom {
			height: 19px;
			background: url(../images/shared/contentBottom.png) no-repeat;
			*margin-top: -5px;
		}
		#BottomNavigation { padding: 0 0 0 10px; }
		#Copyright {
			color: #9d9e9f;
			padding: 8px 0 0;
			float: right;
			font-size: 11px;
			width: 290px;
		}
	.clearFloat {
		height: 0px;
		overflow: hidden;
		clear: both;
		line-height: 0px;
	}