.mceContentBody
{
	width: 560px;
}

.typography * {
	font-family: Garamond, "Times New Roman", serif;
}

.typography p, ul, td, th {
	font-size: 18px;
	text-align: left;
}
.typography p * {
	font-size: 18px;
	text-align: justify;
}

.typography .pullquote {
	font-family: Garamond, serif;
	font-size: 24px;
	float: right;
	width: 240px;
	padding-left: 8px;
	border-left: 2px dotted #990000;
	margin-top: 0px;
	margin-left: 18px;
}

.typography h1, h2 {
	line-height: 2;
	color: #333;
	margin-top: 0px;
}


.typography h1 a {
	font-family: "Trajan Pro", Georgia, serif;
	font-size:30px;
	font-weight:bold;
	margin-bottom: -2px;
	letter-spacing: -1pt;
}

.typography h2 {
	font-size: 18px;
}
.typography h1 {
	font-family: "Trajan Pro";
	font-size:30px;
	font-weight:bold;
	margin-bottom: -2px;
}

.typography h5
{
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    text-align: left;
    font-weight: normal;
    font-style: italic;
    margin-top: 0px;
    margin-bottom: 0px;
}
.typography h6
{
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    text-align: right;
    font-weight: normal;
    margin-top: -20px;
    margin-bottom: 0px;
}

.typography a {
	font-size: inherit;
	color: #0074C6;
	text-decoration: underline;
}

.typography a:hover {
	text-decoration: underline;
}

.typography img {
	border-style: none;
}

.typography .left
{
	float: left;
	margin-right: 16px;
}

.typography .right
{
	float: right;
}

.typography .center
{
	text-align:center;
	clear: both;
}

.typography a
{
	color: #333;
	text-decoration: none;
}
.typography a:hover
{
	text-decoration: underline;
}

/* MOTH STUFF */

.typography .domsummary {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	width: 280px;
	padding-bottom: 30px;
	float:right;
}
.typography .moth {
	border: 2px solid #660000;
	height: 255px;
	margin-top: 16px;
}
.typography .moth {
	padding-left: 6px;
}

.typography .moth h2 {
	margin-bottom: 0;
	margin-left:10px;
}
.typography .mothitem {
	width: 160px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
}
.typography .mothitem a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	text-decoration:none;
}
.typography .mothitem p {
	margin-top: 2px;
	font-size: 10px;
}

/* New Moth Stuff */
.typography .moth > ul
{
	padding: 0;
	margin: 0;
}

.typography .moth * li {
	width: 160px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
	list-style-type: none;
	line-height: 12px;
}
.typography .moth * li a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	text-decoration:none;
}

/* Site Map Stuff */

.typography .sitemap
{
	color: #111;
	text-decoration: none;
	list-style-type: none;
	font-size: 30px;
	font-weight: bold;
	padding-left: 0;
}
.typography .sitemap li a
{
	font-variant: small-caps;
}
.typography .sitemap ul
{
	list-style-type: disc;
	font-size: 15px;
	font-weight: normal;
	padding-left: 20px;
}
.typography .sitemap ul li a
{
	font-variant: normal;
}
.typography .sitemap ul ul
{
	list-style-type: square;
}
.mediapage
{
	width:100%;
	background-color:black;
}

.mediapage .typography h5
{
	color: #DDDDDD;
}
.mediapage .typography h6
{
	color: #BBBBBB;
}