@charset "utf-8";
body {
	margin-top: 0px;
	font-family:Arial, Helvetica, sans-serif;
}
.footer {
	font-size: 80%;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:0;
}
}
.footer a {
	padding:0 10px;
	color:black;
	text-decoration:none;
}
#sidebar{
	width:218px;
	min-height:450px;
	background-image:url(../images/Side-Bar.jpg);
	background-repeat:repeat-y;

}
#sidediv {
	position:relative;	
	height:100%;
}
ul#leftMenu {
	list-style-type:none;
	margin:0;
	padding:0;
}
#leftMenu li {
	border-top:1px solid white;
	height:26px;
}
#leftMenu li#last {
	border-bottom:1px solid white;
}
#leftMenu li a{
	color:white;
	font-size:80%;
	text-decoration:none;
	display:block;
	padding:4px 10px;
}
#leftMenu li a:hover {
	background:#7f7857;
}
#leftMenu li.on {
	background:#7f7857;
}	
div#menuHead {
	padding-top:20px;
	color:white;
	padding-bottom:30px;
	text-align:center;
	font-family:"Trajan Pro", Arial, Helvetica, sans-serif;
}
#flower {
	visibility:hidden;
}
table#content {
	min-height:450px;
			
}
#text{
	font-size:88%;
	background-color: #96947f;
	color:white;
	padding: 20px 70px 20px  70px;
/*	margin-top: 10px; margin causes Mozilla and IE6 to be different lenghts
*/}
#text p {
	padding:0;
	margin:0;
	padding-bottom:10px;
	line-height:1.6;	
	/*padding-bottom:20px;*/
}
#text li {
		line-height:1.6;
}
#text p.quote {
		font-family:"Times New Roman", Times, serif;
		font-style:italic;
		font-size:large;
		padding-left:30px;
}
#text p.author {
		font-style:italic;
		font-family:"Times New Roman", Times, serif;
		font-size:100%;
		
		text-align:right;
}
.desc { /* for contact page */
	color:white;
	padding-top:20px;
}
.desc a {
		color:white;
		
}
.desc a:hover {
		text-decoration:underline;
}
 #text h1 {
	font-size:x-large;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height:1;
	font-style:italic;
}
 #text h2 {
	font-size:120%;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
		line-height:1;
}
#text h1.smaller {
	font-size:150%;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}