html, body {
	height: 100%;
	background: #E5E9EA;
	margin: 0;
	padding: 0;
}
.wrapper {
	width: 952px;
	margin: 0 auto;
}
.headerWrapper {
	background: url(images/header_bg.gif) repeat-y;
	margin-left: 4px;
}
.header {
	background: url(images/header_bg.jpg) no-repeat;
	margin-left: 7px;
	height: 103px;
}
.body .middle {
	background: url(images/body_bg.gif) repeat-y;
	padding: 10px 24px;
}
.body .top {
	background: url(images/bodytop_bg.gif) repeat-y;
	height: 17px;
}
.body .bottom {
	height: 22px;
	background: url(images/bodybottom_bg.gif) repeat-y;
}
.body {
	color: #666;
	font: 11px Arial, Tahoma, Verdana;
}
.clear {
	clear: both;
}
.link {
	padding: 2px;
	color: #9F9F9F;
}
.link:hover {
	color: #FFF;
	background: #00906F;
}
h1 {
	color: #00907F;
	font-size: 18px;
	padding-bottom: 5px;
	border-bottom: 3px solid #F4F4F4;
}
h2 {
	background: url(images/h2_bg.png) no-repeat;
	padding-bottom: 16px;
	font-size: 14px;
}
h3 {
	color: #00907f;
	background: url(images/h3_bg.png) right -2px no-repeat;
	padding: 0 20px 16px 0;
	font-size: 13px;
	float: left;
}
.button {
	background: url(images/button_right.png) top right no-repeat;
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
}
.button span {
	background: url(images/button_left.png) no-repeat;
	display: block;
	float: left;
	padding: 5px 8px 4px 8px;
	height: 15px;
	cursor: pointer;
}
.button:hover span {
	background-position: left -24px;
}
.button:hover {
	background-position: right -24px;
}
.default_table {
	width: 100%;
}
.default_table th {
	padding: 5px;
	background: url(images/tablehead_bg.gif) repeat-x;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.default_table th.first {
	background: url(images/tablehead_left.gif) no-repeat;
}
.default_table th.last {
	background: url(images/tablehead_right.gif) top right no-repeat;
}
.default_table td {
	vertical-align: top;
	padding: 5px;
	border-bottom: 1px dashed #CCC;
}
.default_table .endrow td {
	border-bottom: 3px solid #3D5871;
}
/* attach this class if you want a hover color on the TD */
.default_table td.hover {
	background: #A6BCCC;
}
ul {
	margin: 0;
	padding: 4px 16px;
	list-style-image: url(images/bullet.gif);
}
ul li {
	/*list-style-image: url(images/bullet.gif) no-repeat;*/
	list-style-image: url(images/bullet.gif);
	color: #666;
	margin: 0;
	padding: 0;
}
