body, h1, h2, h3, h4, h5, h6, p, div, ul, ol, li, a {
	margin: 0px;
	padding: 0px;
}

body {
	background: url(images/topBg.gif);
	font: 90%/1.4 Arial, Helvetica, sans-serif;
	color: #333333;
}

#wrap {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	background: #E4C3B6;
}
#main {
	margin-right: 15px;
	margin-left: 15px;
}
#header {
	background: url(images/headerBg4.gif) no-repeat left top;
	height: 125px;
	line-height: normal;
}

#header h1 {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	margin-left: 15px;
	color: #FFFFFF;
	font-size: 250%;
	text-transform: uppercase;
	letter-spacing: 0px;
	padding-top: 10px;
	display: none;
}
#header h2 {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	margin-left: 15px;
	color: #EDB299;
	text-transform: uppercase;
	font-size: 120%;
	display: none;
}
#navBar ul {
	list-style: none;
	line-height: normal;
}

#navBar li {
	display: inline;
}
#navBar a {
	height: 30px;
	width: 145px;
	display: block;
	float: left;
	background: url(images/linkTab1a.gif) no-repeat left top;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 85%;

}
#navBar a:hover {
	color: #EDB299;
}

#navBar span {
	padding-left: 15px;
	position: relative;
	top: 10px;
	visibility: visible;
	width: 100%;
}


#contentTop {
	background: url(images/contentTop.gif) no-repeat left top;
	height: 20px;
	clear: both;
}

#content {
	background: #FFFFFF url(images/contentBg2.gif) repeat-y left;
}
#homeText {
	margin-right: 25px;
	background: url(images/book4.gif) no-repeat right top;
	padding-right: 200px;
}
#homeText h3 {
	color: #D43F00;
	padding-left: 15px;
}
#homeText table {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	margin-left: 15px;
}
#homeText table th, #homeText table td {
	border: 1px solid #CCCCCC;
}

#homeText a {
	color: #D43F00;
}

/* for full width pages start */

#fullText {
	margin-right: 25px;
	margin-top: 10px;
	display: inline;
}
#fullText h3 {
	color: #D43F00;
	padding-left: 15px;
}
#fullText table {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	margin-left: 15px;
}
#fullText table th {
	background: #CCCCCC;
}

#fullText table th, #fullText table td {
	border: 1px solid #ddd;
}

#fullText a {
	color: #D43F00;
}
/* end */

#contactText {

	width: 500px;
	margin-right: 25px;
	background: url(images/portrait_sml.jpg) no-repeat left top;
	padding-left: 220px;
}
#contactText h3 {

	color: #D43F00;
	padding-left: 15px;
}
#contactText a {

	color: #D43F00;
}

#content p {
	margin-right: 15px;
	margin-left: 15px;
	padding-bottom: 5px;
	padding-top: 10px;
}


#contentEnd {
	background: url(images/contentEnd.gif) no-repeat left top;
	height: 20px;
	clear: both;
}
#footer {
	background: url(images/footerBg2.gif) no-repeat left top;
	clear: both;
	height: 35px;
	font-size: 80%;
	color: #EDB299;
}
#footer p {
	margin-left: 15px;
	padding-top: 6px;
}
#footer a {
	color: #EDB299;
	text-decoration: none;
}


.hide {
	display: none;
}
.floatLeft {
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
}
.floatRight {
	float: right;
	padding-left: 15px;
}
.current {
	background: url(images/linkTab2a.gif) no-repeat left top !important;
	color: #D43F00!important;
}
.padded {
	padding: 15px 0px 15px 15px;
}
.quote {
	font-style: italic;
	font-weight: bold;
}
.portrait {
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	margin-left: 10px;
}
.sig {
	text-align: right;
}
.border {
	border: 1px solid #CCCCCC;
}
.small {
	font-size: 80%;
	font-weight: normal;
}

.orange_bg {
	background: #FCD4C4;
}
.orange1_bg {

	background: #FBC0A6;
}
.orange2_bg {


	background: #FBA581;
}

