body {
	font:13px/1.5 'Trebuchet MS', Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;
	line-height:21px;
	color:#625f5f;
}

a {
	color:#3c96a3;
}

a:focus {
	outline:1px dotted invert
}

hr {
	border:0 dotted #9e9e9e;
	border-top-width:1px;
	clear:both;
	height:0
}

h1 {
	font-size:25px;
	color:#327c87;
}

h2 {
	font-size:23px;
	color:#327c87;
}

ul.posts li h2 {
	margin-bottom:15px;
}

ul.posts li h2 a {
	color:#327c87;
	text-decoration: none;
}

h3 {
	font-size:21px;
	color:#327c87;
}

div.sidebar h3, div.content h2, div.sidebar h2 {
	text-transform: uppercase;
	font-size:16px;
	color:#3c96a3;;
	font-weight:normal;
	margin:20px 0px 0px 0px;
	padding:0px 0px 3px;
	border-bottom:1px dotted #9e9e9e;
}

div.content h2 {
	margin-top: 0;
}

div.sidebar h3 a{
	color: #3c96a3;
	text-decoration: none;
}

div.sidebar h3 a:hover{
	color: #3c96a3;
	text-decoration: underline;
}

h4 {
	font-size:18px;
	font-weight:bold;
	line-height:18px;
	color:#327c87;
}

div.content h4{
	margin-bottom: 0;
}

h5 {
	font-size:20px;
	font-weight:bold;
	color:#ffffff;
}

h6 {
	font-size:15px;
	color:#ffffff;
}

ol {
	list-style:decimal
}

ul {
	list-style:disc
}

li {
	margin-left:30px
}

div.content p {
	margin:10px 0px;
	clear:both;
}

p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset {
	margin-top:20px;
	margin-bottom:20px;
}

div.content ul{
	margin-top: 5px;
}

h2.postTitle {
	margin-top:0px;
}