/* SIDEBAR LEFT STYLES */

#sidebar-left {
	width: 210px;
	float: left;
	background: #e1e1e1;
	font-size: 14px;
	color: #06336A;
	font-style: italic;
}

#sidebar-left p {
	padding: 10px 22px 15px 22px;
	line-height: 20px;
}


#wrapper {
	width: 743px;
	float: right;
	margin-bottom: 10px;
}

#content ul {
	list-style-type: none;
	padding-left: 0;
	font-size: 12px;
	margin-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #06336a;
	margin: 0;
}

#content ul a:link {color: #06336a; font-weight: bold; text-decoration: underline;}
#content ul a:visited {color: #06336a; font-weight: bold; text-decoration: underline;}
#content ul a:active {color: #06336a; font-weight: bold; text-decoration: underline;}
#content ul a:hover {color: #06336a; font-weight: bold;}

#content-header h2 {
	margin: 0;
	font-size: 28px;
	color: #65a2f0;
	text-transform: uppercase;
	padding-top: 10px;
}

#content-header .title {
	background: #06336a;
	color: #fff;
	font-size: 14px;
	width: 408px;
	padding: 5px;
}

#content-header-left {
	padding-left: 12px;
	width: 430px;
	float: left;
	margin-right: 40px;
}

#content-header p {
	font-size: 15px;
}

#content-header .more {
	font-size: 14px;
}

#content {
	width: 723px;
	float: left;
	padding: 0 10px 0 10px;
	display: inline;
}

#content i {
	color: #d90221;
	font-weight: bold;
}

#content h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
#content p {
	font-size: 15px;
	margin-top: 0;
	margin-bottom: 17px;
	line-height: 22px;
}

#content a {
	color: #d90221;
}

.date {
	display: block;
	font-size: 11px;
	font-style: italic;
	margin-bottom: 15px;
}

.quote {
	width: 237px;
	background: #fbe4dc;
	float: right;
	margin: 15px 0 15px 15px;
	
	font-style: italic;
}

#content  .quote p {
	font-size: 15px;
	padding: 15px 10px 0 20px;
}

#content-footer {
	clear: both;
	height: 20px;
	margin-top: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-top: 1px solid #000;
	background: #e1e1e1;
}

/* SIDEBAR STYLES */

#sidebar-right {
	width: 231px;
	background: #64a1f0;
	float: right;
}

#sidebar-right h2 {
	color: #19457a;
	font-size: 14px;
	margin: 7px 0 0 10px;
}

#sidebar-right p {
	color: #fff;
	font-size: 12px;
}

#footer {
	max-height: 42px;
}