html {
	font: normal 62.5%  "Times New Roman", Times, serif;
}

body {
	font-size: 1.3em;
	line-height: 180%;
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Garamond, Arial;
	font-weight: normal;
	letter-spacing: -0.04em;
}

h1 {
	margin: 0 0 0.5em 0;
	font-size: 18pt;
	color: #536732;
padding-bottom: 10px;
border-bottom: 1px #536732 solid; }

body.galleryView h1 {
	text-align: center;	
	width: 480px;
	margin-left: 60px;
}

h2, h3, h4, h5 {
	margin: 1.1em 0 0.7em 0;
}

h2{
	color: #647949;
	font-size: 1.1em;
	margin: 0.5em 0 0.5em 0;
}
p {
margin: 13px 0;
}


h3 {
	color: #647949;
	font-size: 1.1em;
	margin: 0.5em 0 0.5em 0;
}

h4, h5, h6 {
	color:#647949;
	font-size: 1.0em;
}

a {
	color: #647949;
}

a:hover {
		color: #647949;
		text-decoration: underline;
}
#content .right-side ul, #full-content ul{
margin-left: 15px;
margin-top: 5px;
}

#content .right-side li, #full-content li{
  list-style-type:disc;
  margin-bottom: 5px;
  margin-left: 10px;  
}

#content .right-side li ul, #full-content li ul {
margin: 5px 15px;
}
#content .right-side ul ul li, full-content ul ul li{
list-style-type:circle !important;
}


