/* Generic content styles */
a img {
	border: 0;	
}

.typography {
	font-size: 11px;
	line-height: 14px;
}

.typography p {
	margin: 0 0 1em 0;
}

.typography a {
	color: #F3A88F;	
	padding-left: 10px;
	background: url('../images/arrow.png') no-repeat left center;
}

.typography a:hover {
	color: #346666;	
	background: url('../images/arrow-hover.png') no-repeat left center;
}

.typography h1, .typography h2, #RightColumn h2 {
	font-size: 14px;
	font-weight: normal;
	font-family: Georgia, serif;
	border: 0px solid #346666;
	border-bottom-width: 2px;
	margin: 0 0 10px 0;
	line-height: 33px;
}

.typography h2 {
	border-bottom-width: 1px;	
}

.typography h3, .typography h4, .typography h5, .typography h6 {
	font-size: 11px;
	font-family: Georgia, serif;
	margin: 0;	
}

/* Special content styles */
h1.LogoTitle {
	color: #fff;
	background: url('../images/logo-home.png') no-repeat center top;
	height: 33px;
	width: 100%;
	margin: 26px 0 2px 0;
	border: 0;
}

h1.LogoTitle span {
	display: none;	
}

h2.Logo {
	margin:0;
	height:25px;
	padding: 28px 0 0 15px;
}

h2.Logo a {
	color: #346666;
	text-decoration: none;
	display: block;
	height: 100%;
	width: 159px;
	background: url('../images/logo-page.png') no-repeat left top;
}

h2.Logo span {
	display: none;	
}

.HomeContent {
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 1.28em;
	text-align: center;
	padding: 33px 0;
}

.HomeContent h2 {
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	border: 0;
}

#RightColumn h2 {
	margin: 0;	
}

.NewsBlock {
	border: 0px solid #346666;
	border-bottom-width: 1px;	
}

.NewsBlock p {
	margin: 0.5em 0 0.8em 0;	
}

	
/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.right {
	float:right;
	margin: 0 0 10px 10px;
}
.typography img.left {
	float:left;
	margin: 0 10px 10px 0px;
}

.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}