#content {
font-family: verdana, "lucida sans", helvetica, sans-serif;
}



/* Headings
------------------------------------------------------------*/
#content h1, #content h2, #content h3 {
margin-bottom: 20px;
line-height: 1.2em;
}
#content h1 {
font-size: 20px;
color: #042d5b;
}
#content h2 {
font-size: 18px;
color:#376b92;
}
#content h3 {
margin-bottom: 10px;
font-size: 16px;
color:	#042d5b;
}
#content h4 {
margin-bottom: 5px;
font-size: 12px;
color:	#333;
}


/* Regular content
------------------------------------------------------------*/
#content p, #content ul, #content ol, #content table {
margin-bottom: 20px;
}
#content p, #content li, #content th, #content td {
font-size: 13px;
line-height:1.5em;
}

#content ul li {
margin-left: 22px;
list-style-type: disc;
}





/*

p {
	margin:0 0 1em 0;
}

p.small {
	font-size:.8em;
}

ul, ol {
	padding:0 0 0.5em 2em;
}

li {
	padding:0 0 0.25em 0;
}

a {
	color:#042d5b;
	background-color:transparent;
}
a:hover {
	text-decoration:none;
}

a img {
	border:0;
}

div[mce_name=foo] {
  margin: 10px;
  border: 1px solid #ccc;
  background-color: #ddd;
}

table {
  width: 100%;
}

table.borderless tr {
  border-top: 1px dashed #dedede;
  border-left: 1px dashed #dedede;
}

table.borderless td {
  border-right: 1px dashed #dedede;
  border-bottom: 1px dashed #dedede;
}

.image_left, .image_right, .image_block {
  display: block;
  margin: 10px;
}

.image_left {
  float: left;
}

.image_right {
  float: right;
}
*/



