body{
	margin: 0px;
	background-color: #697A4A;
	color: #FFFFFF;
	font-family: times new roman, times, serif;
	text-align: center;
}
h1, h2{
	margin: 20px;
	font-size: 150%;
	font-weight: normal;
	font-style: italic;
}
h2{
	color: #D6C6E4;
}
p{
	margin: 20px;
	line-height: 150%;
}
.smalltext{
	font-size: 10pt;
}
a{
	color: #ECC207;
}
a:hover{
	color: #FDD72D;
}
img{
	display: block;
	border: 0px;
}
object{
	display: block;
}
#page{
	margin: 0px auto;
	width: 752px;
	border: 2px dotted white;
	border-top: 0px;
	text-align: left;
}
#header{
	width: 752px;
	background-color: #6B679C;
}
#header_photo{
	border-right: 2px dotted white;
}
#title{
	width: 752px;
	background-color: #FFFFFF;
	background-color: #6B679C;
	color: #6B679C;
}
#directorybtn{
	display: block;
	width: 200px;
	height: 50px;
	background: url(images/directorybtn.gif) no-repeat;
}
#directorybtn:hover{
	background: url(images/directorybtn_over.gif) no-repeat;
}
#homebtn{
	display: block;
	width: 200px;
	height: 30px;
	background: url(images/homebtn.gif) no-repeat;
}
#homebtn:hover{
	background: url(images/homebtn_over.gif) no-repeat;
}
.invis{
	display: none;
}
#intro{
	width: 752px;
	background-color: #FFFFFF;
	color: #6B679C;
}
#intro_text{
	width: 550px;
	border-right: 2px dotted #6B679C;
}
#intro_text a{
	color: #6B679C;
}
#intro_text a:hover{
	color: #A994BA;
}
#main_content{
	border-top: 1px solid #6B679C;
	border-bottom: 1px solid #6B679C;
	background-color: #6B679C;
}
#main_column{
	width: 550px;
	border-right: 2px dotted white;
	border-top: 1px solid #6B679C;
}
#side_column{
	width: 200px;
}
.directory_table{
	margin: 20px;
	width: 510px;
}
.directory_table td{
	line-height: 150%;
}
.directory_table h1{
	margin: 0px;
	margin-bottom: 20px;
	line-height: 100%;
}
.directory_phone{
	text-align: right;
}
.backtotop{
	margin: 0px;
	text-align: right;
}
#footer{
	margin: 0px auto;
	width: 752px;
	background-color: #C28533;
	border: 2px dotted white;
	border-top: 1px solid #C28533;
	text-align: left;
}
#footer p{
	margin: 10px 20px 10px 20px;
	font-weight: bold;
}
#footer a{
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
#credit{
	margin: 5px;
	font-size: 80%;
	color: #93A86C;
}
#credit a{
	color: #93A86C;
	text-decoration: none;
}
#credit a:hover{
	color: #FFFFFF;
}
