
/**********************************************************
**** TYPEOGRAPHY
**********************************************************/
body{
	color: #4b83c3;
}

h1{
	font-size: 3.4em;
	font-weight: bold;
	margin-bottom: 0.4em;
}

h1 a {
    /*text-decoration: none;*/
}

h1 span{
	font-size: .8em;
}

.contentRight #content h1{
	margin-bottom: 0;
}

h2{
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 1em;
}

#sidebar h3{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 1em;
	text-transform: uppercase;
}

p,
#sidebar ul,
address{
	font-size: 1.2em;
	line-height: 1.333em;
	margin-bottom: 1.333em;
}

#sidebar ul li{
	margin-bottom: 1em;
}

#sidebar p a{
	font-weight: bold;
}



p a{
	font-weight: bold;
}

a {
	color: #4b83c3;
}

#content ul.bullets{
	list-style: disc;
	font-size: 1.2em;
	margin-left: 1.4em;
}

#content ol.bullets{
	list-style: decimal;
	font-size: 1.2em;
	margin-left: 1.8em;
}

#content .bullets li{
	margin-bottom: 1em;
}

ul.assets{
	font-size: 1.2em;
	list-style: disc;
	margin-left: 1.6em;
	margin-bottom: 1.333em;
}

#content h3{
	font-size: 1.2em;
	line-height: 2em;
	font-weight: bold;
	font-style: oblique;
}

hr{
	height: 1px;
	color: #a8a8a8;
	background: #a8a8a8;
	border: 0;
	clear: both;
}

.sub_menu a{
	font-size: 1.2em;
	font-weight: bold;
	line-height: 2.1em;
}