#id { }
a {
	color: #9b4522;
	text-decoration : none;
}
a:hover {
	color: #9b4522;
	text-decoration : underline;
}
body {
	padding:0;
	margin : 0px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	line-height : 130%;
	color : #44423a;
	background-repeat : no-repeat;
	background-image : url(../images/Content_PageBgRt.gif);
	background-position : top right;
}
br {
	font-size: 8px;
	margin: -10px;
}
h1 {
	font-size: 150%;
	color: #9b4522;
	font-variant: small-caps;
	line-height: 100%;
	margin-bottom: 0px;
	margin-top: 25px;
	font-family : Garamond, Times, serif;
}
h2 {
	font-size : 120%;
	color : #c3b16c;
	font-variant : small-caps;
	line-height : 100%;
	margin-bottom: 0px;
	margin-top: 25px;
	font-family : Garamond, Times, serif;
}
h3 {
	font-size : 110%;
	color : #8e897a;
	font-variant : small-caps;
	line-height : 100%;
	font-family : Garamond, Times, serif;
	margin-bottom: 0px;
}
li {
	list-style-position : outside;
	list-style-type : square;
	margin-left: 0px;
	list-style-image : url(../images/Bullet.gif);
}
ul {
	margin-left : 12px;
}
p {
}
table {
	background-color : transparent;
}

.frontPage {
	position: absolute;
	background-image: url(../images/Front_PageBg.gif);
	background-position : center;
	background-repeat : no-repeat;
	width: 100%;
	height: 520px;
}
.frontPageNav {
	text-align: center;
	padding : 0px;
	height: 14px;
	margin-left : 12px;
}
.midBarContainer {
	background-image: url(../images/Front_MidBarBg.gif);
	background-repeat : repeat-x;
	width:100%;
	height:145px;
	margin : 180px 0px;	
	padding: 0px;
}
.midBar {
	text-align: center;
}

.contentPage {
	background-image: url(../images/Content_PageBg.gif);
	background-position : top left;
	background-repeat : no-repeat;
	width: 100%;
}
.topBarContainer {
	background-image: url(../images/Content_TopBarBg.gif);
	background-repeat : repeat-x;
	width:100%;
}
.topBar {
	text-align: left;
	width : 600px;
}
.contentContainer {
	position: relative;
	width: 500px;
	background-color : transparent;
	margin-left: 173px;
	margin-top: -10px;
	margin-bottom: 20px;
}
.botBarContainer {
	background-image: url(../images/Content_BotBarBg.gif);
	background-repeat : repeat-x;
	width:100%;
	height: 70px;
	background-position : bottom left;
}
.botBar {
	text-align: left;
	margin-left: 30px;
	margin-top: 20px;
}

.copyright {
	font-size: 75%;
	position: relative;
	color: #D6D4D2;
	padding: 18px;
	padding-left: 15px;
}
.testimonial {
	position : static;
	font-style : oblique;
	margin-top: 20px;
}
.testimonialCitation {
	margin-left: 30px;
	font-style : normal;
	color: #b2891f;
}
.thumbnail {
	border-width: 0px;
}
.thumbnailContainer {
	border-width: 1px;
	height: 125px;
	width: auto;
	vertical-align: middle;
	text-align: center;
}

.tableData {
	border: 1px solid #9b4522;
	padding: 0px;
	margin: 15px 0px 0px 0px;
	border-collapse: collapse;
	background-color: #FFFFFF;
	width: 100%;
}
.tableData td {
	border: 1px solid #e5e0cc;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-top: 1px;
	margin: 0px;
}
th {
	font-size: 120%;
	color: #9b4522;
	font-variant: small-caps;
	font-family : Garamond, Times, serif;
	background-color: #dcd4bf;
	margin: 8px 8px 8px 8px;
	height: 25px;
}
.tableSubheader {
	font-size: 110%;
	color: #9b4522;
	font-variant: small-caps;
	font-family : Garamond, Times, serif;
	background-color: #f1eedd;
	margin: 8px 8px 8px 8px;
	text-align: center;
}
.tableNotes {
	font-size: 90%;
	line-height: 105%;
	color: #b2891f;
	background-color: #faf8f4;
	margin: 8px;
	padding: 8px;
	text-align: center;
	font-style: italic;
}