/* CSS Document */

/***********/
/* CONTENT */
/***********/

.content {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
}

.contentWrapper {
	width: 100%;
	padding: 5px 0px 0px 0px;
	clear: both;
}

.rightColumn {
	background: #FFFFFF;
	border-left: 1px solid #bce0fb;
	border-right: 1px solid #bce0fb;
	border-bottom: 1px solid #bce0fb;
}

.article p {
	padding-top: 0px;
}

.article h3 {
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 1.2em;
	font-weight: bold;
}