@charset "utf-8";
body {
	background-color : #7F6E44;
	text-align : center;
	margin : 0px auto;
}

body, p, td, th, li {
	font-family : Times, Times New Roman, Serif;
	font-size : 13px;
	color : #FFFFFF;
}

#Layout {
	background-color : #9C9056;
	text-align : left;
	width : 1050px;
	height : 680px;
	margin : 0px auto;
}

#TopBar {
	height : 101px;
	vertical-align : middle;
	background-color : #FFFFFF;
	overflow : hidden;
}

#TopBar img {
	display : block;
	margin : 0px 56px 0px 34px;
	float : left;
}

#TopBar div {
	display : block;
	float : left;
	color : #543D05;
	font-size : 14px;
	font-weight : bold;
	margin : 32px 0px 0px 0px;
}

#TopBar a:link,
#TopBar a:active,
#TopBar a:visited {
	color : #543D05;
	text-decoration : none;
}

#TopBar a:hover {
	color : #978E5A;
	text-decoration : underline;
}

#ImageSpace {
	height : 421px;
}

#QuoteSpace {
	font-size : 16px;
	width : 263px;
	padding : 0px 50px;
	line-height : 28px;
	background-image : url("images/layout/indexQuoteBkg.jpg");
	background-repeat : no-repeat;
}

#QuoteSpace p {
	font-size : 16px;
	line-height : 22px;
}

p.quoteReference {
	text-align : right;
	font-style : italic;
	margin : 0px 10px 0px 0px;
}

#ContentSpace {
	vertical-align : top;
}

#ContentSpace table {
	width : 100%;
}

#ContentSpace td {
	vertical-align : top;
}

#MainSpace {
	width : 687px;
	text-align : center;
}

#MainSpace p {
	text-align : center;
	margin : 5px 68px;
}

#MainSpace div {
	width : 600px;
	margin : 0px auto;
}

#MainSpace hr {
	border-width : 0px;
	color : #FFFFFF;
	background-color : #FFFFFF;
	height : 1px;
	width : 602px;
	margin : 10px auto;
}

.address a:link,
.address a:active,
.address a:visited {
	color : #FFFFFF;
	text-decoration : none;
}

.address a:hover {
	color : #543D05;
	text-decoration : underline;
}
