body {
	font-family: Verdana;
	color: #34332E;
	background: #1B184D;
	margin: 0px;
	text-align: center;
}

td {vertical-align: top}

#main {
	background-color: #CECDAF;
	width: 747px;
	border: 5px solid #5B6540;
	margin:	0px auto; 
	text-align:left;
}	
	
#topNav {
	width: 100%;
	height: 56px; 
	background: #9EA681;
}
	
#sideBar {
	width: 172px;
	background: #C2C1A3;
}

#text {
	margin-right: 20px;
	padding: 10px 18px;
}

#text p:first-child {
	margin-top: 0px;
	padding-top: 0px;
}

.callout {
	text-align: right;
	color: #817F5F;
	font-size: 80%;
	font-style: italic;
	padding: 0px 15px;
}

#sideNav {
	margin: 0px;
	margin-top: 9px;	
	text-align: right;
}

#sideNav p {
	margin:0px;
}
/* in p tags for easy editing in Dreamweaver */

#sideNav a {
	margin-right: 5px;
	margin-bottom: 17px;
	display: block;
	color: #fff;
	text-decoration: none;
	padding-right: 10px;
}
	
#sideNav a.selected {
	color: #515B36;
	background: url('img/arrow.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
}

#contact {
	width: 208px;
	padding: 5px 15px;
	color: #43476A;
	background: #DEDDCB;
	border: 1px solid #A6A39C;
	height: 283px;
}

#contact hr {
	color: #43476A; 
	background: #43476A;
	height: 1px; 
	border: 0
	}
	
#faq strong {color: #45476D}

#faq p {border-bottom: 1px solid #B4B2A5; padding-bottom: 15px;}

.secondPic {margin-left: 41px;}

