/* 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;
	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 {
	width: 723px;
	float: left;
	padding: 0 10px 0 10px;
	display: inline;
}

#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;
}

hr {color: #fff; background-color: #fff; border: 1px dotted #06336a; border-style: none none dotted; margin-bottom: 20px; }

#footer {
	max-height: 42px;
}