@charset "utf-8";
/* CSS Document */

.main-content h1 {
	font-family: "Century Gothic", Arial;
	font-style:italic;
	font-size: 110%;
	font-weight:bold;
	margin:0px 0px 14px 0px;
	color: #666;
}

.main-content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight:lighter;
	margin:0px 0px 14px 0px;
	color: #669933;
}

.main-content h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 15px;
	color: #ED8126;
	padding:15px 0px 4px 0px;
	background: url(../images/dotted-line-horizontal.jpg) bottom left no-repeat;
}

.main-content ul {
	list-style:circle; 
	margin:14px 42px 0px 8px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-weight: normal;
}

.main-content ul li {
	list-style:outside disc;
	margin:0px 0px 0px 7px; 
	padding:0px 0px 0px 0px;  
	line-height:1.4em; 
}

.main-content p {
	font-family: "Century Gothic", Arial;
	font-size: 95%;
	color: #333;
	width:auto;
	margin-bottom:15px;
}

.main-content p a {
	color:#333;
	font-weight:normal;
	text-decoration:underline;
}

.main-content p a:hover {
	color: #696;
}

.main-content p a:visited {
	color: #333;
}

.main-content p.spread {
	line-height:27px;
	font-variant:small-caps;
	font-size:100%;
}

.main-content p.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	color: #666;
	width:auto;
	font-style:italic;
	line-height:20px;
}

.main-content p.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #555;
	width:auto;
	font-style:italic;
}

.main-content span.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #555;
	width:auto;
	font-style:italic;
}

.main-content blockquote {
	margin-left:20px;	
	margin-top:10px;
}

.footer p {
	font-family: "Century Gothic", Arial;
	font-size: 95%;
	color: #333;
	text-align:center;
	margin-top:50px;
}