/* CSS Document */
html {
	height: 100%;
	}
body {
	background: #fff url(../images/body-bg.jpg);
	margin: 0;
	padding: 0 0 0px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	}
.clr {
	clear: both;
	}
/*start main layout*/
#wrap-a {
	width: 100%;
	}
#wrap-b {
	background: url(../images/wrap-b-bg.jpg) top left repeat-y;
	width: 751px;
	margin-left: auto;
	margin-right: auto;
	}
#header {
	background: url(../images/header.jpg) top left no-repeat;
	width: 100%;
	height: 100px;
	}
#header h1 {
	background: none;
	line-height: 81px;
	height: 81px;
	width: 254px;
	padding: 0;
	margin: 0;
	}
#header h1 a {
	width: 254px;
	line-height: 81px;
	height: 81px;
	text-indent: -1000px;
	display: block;
	text-decoration:none;
	padding: 0;
	margin: 0;
	outline: none;
	}
#left-outer {
	float: left;
	width: 193px;
	}
#right-outer {
	float: left;
	width: 558px;
	}
#right-inner-left {
	float: left;
	width: 359px;
	}
#right-inner-right {
	float: left;
	width: 199px;
	}
#footer-checklist {
	background: url(../images/footer-checklist-bg.gif) top left no-repeat;
	width: 100%;
	}
#footer-workbook {
	background: #fff url(../images/footer-workbook-bg.jpg) top left no-repeat;
	width: 100%;
	height: 28px;
	padding-top: 8px;
	}
.featured {
	float: left;
	width: 50%;
	}
.awards {
	float: left;
	width: 50%;
	}
.copyright {
	width: 100%;
	line-height: 28px;
	height: 28px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	}
.yellow {
	padding: 10px;
	margin-top: 20px;
	background: #ffff66;
	border: 1px dashed #000;
	}
.blue {
	color: #117B99;
	}
.orange {
	font-weight: bold;
	font-style: italic;
	}
	
.padding {
	padding: 0 24px 24px 24px;
	}
.padding-left {
	padding: 0 0 11px 13px;
	}
.padding-right {
	padding: 0 20px 0px 0px;
	}
.padding-footer {
	padding: 0 5px;
	}
	
.banner-left {
	width: 100%;
	text-align: center;
	}
.banner-right {
	padding: 0 0px 12px 24px;
	}
	
a:link, a:visited {
	color: #000000;
	text-decoration: underline;
	}
a:hover {
	text-decoration: none;
	}
	
h1, h2, h3, h4, h5 {
	padding: 0;
	margin: 0;
	}
h1 {
	font-size: 16px;
	color: #0066cc;
	}
h2 {
	font-size: 14px;
	}
h3 {
	font-size: 13px;
	}
h4 {
	font-size: 11px;
	}
h1.pagetitle {
	margin: 18px 0;
	font-size: 18px;
	font-weight: bold;
	}
form {
	margin: 0;
	padding: 0;
	}
.inputbox {
	width: 144px;
	padding: 2px;
	border: solid 1px #117B99;
	background-color: #ffff66;
	}
.module h3 {
	background: url(../images/module-h3-bg.jpg) bottom left no-repeat;
	padding: 0 10px;
	height: 28px;
	line-height: 28px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	}
.module div {
	background: #E1FAFE url(../images/module-bg.jpg) bottom left no-repeat;
	border-left: 1px solid #899DA2;
	border-right: 1px solid #899DA2;
	border-bottom: 1px solid #899DA2;
	padding: 8px;
	color: #117B99;
	}