@charset "utf-8";
/* CSS Document */

body {
	background-color: #333;
	margin-top: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.listen-mid-bg p {
	margin-left: 90px;
}

.green {
	color: #AEBF78;
	font-weight: bold;
}

.green a:link {
	color: #AEBF78;
	font-weight: bold;
	text-decoration: underline;
}

.green a:visited {
	color: #AEBF78;
	font-weight: bold;
}

.green a:active {
	color: #AEBF78;
	font-weight: bold;
}


.green a:hover {
	color: #AEBF78;
	font-weight: bold;
	text-decoration: none;
}

.red {
	font-weight: bold;
	color: #BC0325;
}

.red a:link {
	font-weight: bold;
	color: #BC0325;
	text-decoration: underline;
}

.red a:visited {
	font-weight: bold;
	color: #BC0325;
}

.red a:active {
	font-weight: bold;
	color: #BC0325;
}

.red a:hover {
	font-weight: bold;
	color: #BC0325;
	text-decoration: none;
}

.blue {
	font-weight: bold;
	color: #0A2B6E;
}

.blue a:link {
	font-weight: bold;
	color: #0A2B6E;
	text-decoration: underline;
}

.blue a:visited {
	font-weight: bold;
	color: #0A2B6E;
}

.blue a:active {
	font-weight: bold;
	color: #0A2B6E;
}

.blue a:hover {
	font-weight: bold;
	color: #0A2B6E;
	text-decoration: none;
}

.border-t {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}

.right-sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	line-height: 25px;
	color: #333;
	font-size: 12px;
	font-weight: normal;
	margin-left: 10px;
	padding-right: 15px;
	padding-left: 10px;
	padding-top: 18px;
}
.home-mid-bg {
	background-image: url(images/home-mid-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.listen-mid-bg {
	background-image: url(images/listen-mid-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.learn-mid-bg {
	background-image: url(images/learn-mid-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.learn-mid-bg p {
	margin-left: 85px;
	padding-right: 40px;
	font-size: 14px;
}
.leverage-mid-bg {
	background-image: url(images/leverage-md-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.leverage-mid-bg p {
	margin-right: 50px;
}
ul, li {
	list-style-image: url(images/bullet.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: normal;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.case-mid-bg {
	background-image: url(images/case-mid-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}

