@charset "utf-8";
/* CSS Document */

/* --------------------
		Reset Styles
-------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

h1 {
	color: #17D940;
	font-size: 16px;
	font-weight: 600;
	position: relative;
	padding-bottom: 10px;
}

.left h2 {	
	font-size: 14px;
	color: #33B44E;
	font-weight: 600;
	margin: 20px 0 30px 24px;
}

.right h2 {	
	font-size: 14px;
	color: #33B44E;
	font-weight: 600;
	margin: 20px 0 30px 0px;
	width: 169px;
}

.right h2 a {	
	font-size: 14px;
	color: #33B44E;
	font-weight: 600;
	text-decoration: none;
}

/* --------------------
		Main Styles
-------------------- */

html, body {
	width: 100%;
	height: 100%;
	font-family: Arial;
}

.header {
	background-image: url(images/header.jpg);
	width: 1000px;
	height: 199px;
}

.wrapper {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 5px 0;
	background: #F4FAFD url("images/background.jpg") 0 18px no-repeat;
}

.left {
	width: 185px; 
	float: left; 
	background: url('images/left-bg.jpg') top right no-repeat;
}

.left ul {
	padding: 10px 0 10px 0;
}

.left ul li {
	font-weight: bold;
	font-size: 12px;
	background: url('images/li.png') top left no-repeat;
	padding: 0 0 0 20px;
	line-height: 18px;
	letter-spacing: 0px;
	clear: both;
	width: 166px;
	display: block;
}

.left  ul li a:link, .left  ul li a:visited {
	text-decoration: none;
	color: #000000;
	display: block;
}

.left  ul li a:hover {
	color: #2A21E1;
}
	
.right {
	width: 180px; 
	float: right; 
	background: url('images/right-bg.jpg') top right no-repeat;
}

.right  ul {
	padding: 10px 0 10px 5px;
}

.right ul li {
	font-weight: bold;
	font-size: 12px;
	background: url('images/li.png') top right no-repeat;
	padding: 0 20px 0 0;
	line-height: 18px;
	letter-spacing: 0px;
	width: 155px;
	display: block;
}

.right  ul li a:link, .right  ul li a:visited {
	text-decoration: none;
	color: #000000;
	display: block;
}

.right  ul li a:hover {
	color: #2A21E1;
}

.middle {
	width: 600px; 
	height: auto;
	padding: 10px; 
	font-weight: 100; 
	font-size: 12px; 
	font-family: Verdana; 
	line-height: 20px; 
	float: left; 
	border: 2px solid #EEA750; 
	margin: 0 0 0 1px;
}

.middle h2 {
	font-weight: bold;
}

.middle p {
	margin: 10px 0 17px 0;
}

a.book:link, a.book:visited {
	color: #C91410;
	text-decoration: none;
	float: right;
}

a.book:hover {
	text-decoration: underline;
}

.middle ul {
	list-style: circle;
	padding-left: 20px;
}

.images {
	margin: 0 auto;
	width: 760px;
	padding-left: 0px;
	text-align: center;
}

.clear {
	clear: both;
}

.clear-5px {
	clear: both;
	height: 5px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

img.right-float {
	float: right; 
	margin: 0 0 0 21px;
}

img.footer-img {
	float: left; 
	background: #FFF; 
	padding: 3px; 
	border: 1px solid #A6A6A4; 
	margin: 17px 0 0 65px;
}