#topContent, #middleContent, #bottomContent, #bottomContent ul {
	margin:0 auto;
	text-align:center;
}
#layout em {
	color:#B3A730;
	font-weight:normal;
	font-family:Verdana;
}
#layout h1 em {
	font-size:1.4em;
	letter-spacing:.3em;
}
#layout h4 em {
	font-size:1.2em;
	letter-spacing:.1em;
}
.right {
	float:right;
}
.left {
	float:left;
}

/* Top Content */
#topContent {
	margin-top:7px;
}

/* Middle */
#middleContent {
	width:94%;
	margin:15px auto;
	color:#406c95;
	font-family:Times, serif;
}
#middleContent h4, #bottomContent h4 {
	margin:0;
}
#middleContent div.sectionWrapper {
	margin:0 auto;
}
#middleContent div.section {
	width:295px;
	text-align:left;
	font-size:16px;
	line-height:1.5;
	background-color:#d9e0e7;
}
#section1 {
	float:left;
}
#section2 {
	float:right;
}

#middleContent div.section h4 {
	width:100%;
	height:38px;
	background-repeat:no-repeat;
}
#middleContent div.section h4 em {
	visibility:hidden;
}
#section1 h4 {
	background-image:url("../images/home/pSketch.jpg");
}
#section2 h4 {
	background-image:url("../images/home/tSketch.jpg")
}

#middleContent div.section p {
	margin:10px;
}

#middleContent div.section a {
	color:#b4a830;
}
#middleContent div.section a em {
	color:#002d5c;
}

/* Bottom */
#bottomContent {
	width:94%;
	color:#406c95;
	font-family:Times, serif;
}
#bottomContent ul {
	width:100%;
}
#bottomContent h4 {
	height:28px;
	background:#d9e0e7 url("../images/home/markets.jpg") no-repeat;
	padding:10px 0 0 130px;
	font-size:16px;
	font-weight:normal;
	text-align:left;
}
#bottomContent h4 em {
	visibility:hidden;
}
#bottomContent li {
	float:left;
	margin-right:2px;
	font-size:16px;
	font-weight:bold;
	width:149px;
	height:113px;
	background-color:#ffffff;
}
#bottomContent li a {
}
#bottomContent li.last {
	width:148px;
	margin:0;
}

