html {
	font: normal 62.5% "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Tahoma, sans-serif;
}

body {
	font-size: 1.4em;
	line-height: 160%;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: -0.04em;
}

#content .right-side h1 {
	margin: 1.5em 0 1em 0;
	font-size: 2em;
	color: #59598e;
}

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

h2{
	color: #59598e;
	font-size: 2.0em;
	margin: 1.5em 0 1em 0;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	padding-top: 10px;
	padding-bottom: 12px;
	font-weight: normal;
	color: #352119;
}
#content p{
margin: 7px 0px 7px 15px;
}
#content ul{
margin-left: 15px;
}
#content li{
	list-style-type:disc;
	margin-bottom: 5px;
	margin-left: 10px;
}
#content li ul {
margin: 5px 15px;
}
#content ul ul li{
list-style-type:circle !important;
}

h3 {
	color: #59598e;
	font-size: 1.8em;
	margin: 1.5em 0 1em 0;
}

h4, h5, h6 {
	color:#59598e;
	font-size: 1.4em;
}

a {
	color: #59598e;
}

a:hover {
		text-decoration: underline;
}

