.typography * {
	font-family: Verdana, Arial, sans-serif;
}

.typography p { 
 	color: #666;
 	line-height: 1.6em;
 	font-size: 1.1em;
}
#Layout p {
 	margin: 10px 5px 5px 0;
}
#Sidebar p {
	font-size: 1.1em;
 	clear: both;
 	margin: 10px 10px 0 10px;
}
.typography blockquote {
	margin: 10px;
	font-size: 1.4em;
	color: #777;
	font-style: italic;
}	

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

.typography ul, 
.typography ol {
	margin-left: 20px;
	color: #666;
}

.typography li {
	margin: 5px 10px;
	font-size: 1.1em;
}

.typography h1,
.typography h2 { 
	color: #00395D; 
	margin: 10px 0px;
	clear: both;
	font-weight: 300;
	font-family: Arial;
}
.typography h1 {
	font-size: 2.4em;
}
.typography h2 { 
 	font-size: 2em; 
}
	
.typography h3 {
	color: #222;
	margin: 15px 0 10px 0;
	font-weight: 300;
	clear: both;
	font-size: 1.8em;
}
.typography h4 {
	font-size: 1.6em;
	color: #222;
	width: 95%;
	clear: both;
	font-weight: 300;
	line-height: 1.5em;
	border-bottom: 1px solid #ccc;
	margin: 25px 0 15px 0;
}
.typography h5 {
	font-size: 1.4em;
	color: #222;
	font-weight: 300;
	margin: 10px 0;
}
.typography h6 {
	font-size: 1.2em;
	color: #555;
	line-height: 1.4em;
	margin: 10px;
}

.typography table {
	margin: 10px;
	font-size: 1.2em;
	color: #666;
	border-collapse:collapse;
}
	.typography td {
		border:0px solid #e1e1e1;
		padding:5px 5px 5px 0px;
	}

.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.right {
	float:right;
	margin-left:20px;
}
.typography img.left {
	float:left;
}
.typography img.leftAlone {
	float: left;
	margin-right: 100%;
}
.typography img.center {
	float:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

