.typography h1,
.typography h2,
.typography h3 { color: #0F3461; }
.typography h1 { text-transform: uppercase; font-size: 1.8em; color: #0F3461; margin-top:10px;}
.typography h2 {font-size: 1.3em; margin:10px 0; font-weight:normal}
.typography h3 { font-size: 1.3em; margin:10px 0;}
.typography h4 { font-size: 1.1em; margin:10px 0;}
.typography h5 { font-size: 1.1em; margin:10px 0;}
.typography p {
	margin-top: 1.5em;
	line-height: 1.8em;
	font-size: 1.1em;
}
.typography a {
	text-decoration: underline;
	color: #0F3461;
}
.typography a:hover {
	border: none;
	text-decoration: none;
}
.typography h1 a,
.typography h2 a {
	border: none;
	text-decoration: none;
	color: #0F3461;
}

.typography h3 a {
	border: none;
	text-decoration: underline;
	color: #0F3461;
}

.typography h1 a:hover,
.typography h2 a:hover,
.typography h3 a:hover {
	background: none;
	color: #0F3461;
	text-decoration: underline;
}
.typography #menu a {
	display: block;
	float: left;
	height: 61px;
	width: 115px;
	margin-right: 1px;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;
	padding-top: 40px;
	text-align: center;
	background: url(../images/button.jpg) no-repeat
}
.typography #menu a:hover {
	color: #ffffff;
	background: url(../images/button_r.gif) repeat-x;
}
.typography #logo h1 {
	padding-right: 20px;
	color: #ffffff;
	padding-top: 145px;
	margin:0;
	font-size: 24px;
}
.typography #logo h2 {
	font-style: italic;
	font-size: 10px;
	padding-right: 20px;
}
.typography #logo a { color: #FFFFFF; }
.typography #sidebar2 li h4 {
	background: url(../images/title.gif) no-repeat left top;
	height: 40px;
	color: #FFFFFF;
	padding: 8px 0 0 10px;
	margin-bottom:3px;
}

.typography #sidebar2 h4 a {color:#fff; text-decoration: none; vertical-align:text-top;}
.typography #sidebar2 h4 a span{line-height:1.5em; font-size:0.8em;}

.typography #sidebar2 li a {
	border: none;
	padding-left: 0;
	line-height:0.8em;
}
.typography #sidebar2 li a:hover {
	border: none;
	padding-left:0;
}
.typography #footer p {
	text-align: center;
	font-size: 9px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}
.typography #footer a { color: #FFFFFF }
