

#content p {
  margin: 1em 0;
  }
#content li {
	margin-bottom: 4px;
}
#content ul, #content ol {
	margin: 1em 0 1em 2em;
}
#content a {
	color:#2d427e;
}
#content a:hover {
	color:#000;	
}
#content .sidebar p {
  margin: 0;
}
blockquote {
	background:#eee;
	padding: 10px;
	margin: 1em 0;
}
blockquote p {
	margin: 0;
}

hr {
	height:1px;
	background:#ccc;
	color:#ccc;
	margin: 1em 0;
}

#content table {
	border-collapse:collapse;
    margin: 1em 0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	overflow:hidden;
	border:1px solid #ddd;
}
#content table td, #content table th {
	font-size:16px;
	background:#fff;
	border-bottom:1px solid #ddd;
	padding:5px 9px;
}
  #content table th {
		text-align:left;
		background:#1b6fa0;
		color:#fff;
		text-transform:uppercase;
  }
  #content table th.txt-right {
	  	text-align:right;
  }
  #content table.table-invisible {
    margin: 0;
	border:0;
    }
  #content table.table-invisible td, #content table.table-invisible th {
    background:transparent;
    border: 0;
    padding: 2px 4px 2px 0;
    }
#content table p, #content table li {
	font-size:14px;
}
img.right {
	margin: 0 0 20px 30px;
}
img.left {
	margin: 0 30px 20px 0;
}
.txt-right {
  text-align:right;
  }
.txt-center {
  text-align:center;
  }
 .txt-left {
  text-align:left;
  }
#content img.border {
  border: 1px solid #ccc;
  }





/* Columns */
.column-right {
	float:right;
	margin: 0 0 0 40px;
	width:250px;
	}
.column-left {
	float:left;
	margin: 0 40px 0 0;
	width:250px;
	}
	