body, p, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #444;
}
p {
	padding: 10px 0 10px 0;
}
a {
	color: #347187;
	text-decoration: none;
}
em {
  font-style: italic;
}
a:hover {
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
h1 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
}
h2 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 32px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
h3 {
	padding: 10px 0 10px 0;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #333;
}
#menu {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #888;
	font-size: 13px;
	font-weight: bold;
}
#menu a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#menu a:hover {
	color: #333;
}
#contentfooter p {
	font-size: 10px;
	color: #666666;
	padding: 0;
}

/* WORDPRESS STYLES */

.post h2 {
	padding: 0;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #333;
}
.post small {
	font-size: 10px;
	color: #666;
}

#sidebar h2 {
	padding: 0;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #333;
}
#sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}
.post ul, .post ol {
	padding-left: 35px;
}
.post ol {
	list-style-type: decimal;
}
.post ul {
	list-style-type: circle;
}
.post ol li ol, .post ul li ul {
	padding-left: 35px;
	padding-top: 10px;
}
.post ol li ol {
	list-style-type: decimal;
}
.post ol li, .post ul li {
	padding: 5px;
}

/* Begin Tables */

.post table th {
	font-size: 14px;
	color: #fff;
}
.post table, .post table td, .post table td p, .post table td ul, .post table td ol  {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
/* End Tables */

