body {
	background: #aec5cd;
	margin: 0px;
	padding: 0px 0px 50px;
	font: 12px/1.5em Arial, Helvetica, sans-serif;
	color: #7c7b7b;
}
h1 {
	color: #013473;
	margin: 0px 0px 0em;
	font-size: 16px;
	font-weight: bold;
}
h2 {
	color: #013473;
	margin: 0px 0px 1em;
	font-size: 14px;
	font-weight: bold;
}

h3 {
	color: #013473;
	margin: 0px 0px 0em;
	font-size: 12px;
	font-weight: bold;
}
p {
	margin: 0px 0px 1em;
}

#footer {
	color: #013473;
	border-top: 1px solid #013473;
	padding-top: 10px;
	font-size: 11px;
	display: block;
	padding-bottom: 10px;
	margin-right: 50px;
}
#containerIndex {
	background: #FFF;
	width: 800px;
	margin: 50px auto;
	display: block;
}
#pagesContainer {
	background: #FFF url(images/bgPages.gif) repeat-x center top;
	width: 800px;
	margin: 50px auto;
	display: block;
}
#header {
	height: 50px;
	padding-left: 250px;
	padding-top: 40px;
}
#aside {
	width: 300px;
	float: left;
	padding-top: 200px;
	display: block;
	position: relative;
}
#aside #sideNav {
	background: #FFF;
	padding-bottom: 20px;
}

#aside a {
	display: block;
	width: 120px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	font-weight: bold;
	color: #448da7;
	border-top: 1px solid #448da7;
	padding: 5px;
	background: url(none);
}
#aside a:hover {
	color: #002667;
	background: url(none);
}

#mainContent {
	width: 450px;
	padding-top: 160px;
	padding-right: 50px;
	float: left;
	display: block;
}
#indexWrapper {
	background: url(images/index.jpg) no-repeat left top;
	display: block;
	width: 800px;
}
#pagesWrapper {
	background: url(images/topLeft/rotate.php) no-repeat 0px 0px;
	display: block;
	width: 800px;
}
.bottomImg {
	background: url(images/container.jpg) no-repeat;
	display: block;
	height: 213px;
	width: 296px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.quote {
	width: 205px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #002d6e;
}
.quote  .by {
	margin-left: 30px;
	font-size: 11px;
}



#clearAll {
	display: block;
	overflow: hidden;
	color: #FFF;
	padding-left: 302px;
	height: 43px;
	clear: both;
	background: url(images/container.jpg) no-repeat left bottom;
	padding-top: 170px;
	margin-top: -170px;
}
#mainContentPages {
	width: 450px;
	padding-top: 30px;
	padding-right: 50px;
	float: left;
}
.team strong {
	color: #013473;
	font-weight: bold;
}
.team em {
	color: #013473;
}
.testimonial {
	font: 16px/1.5em Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	border-top: 1px dotted #CCC;
	padding-top: 10px;
}
