body {
	background: #9294BD url(../../images/layout/background.jpg) repeat-x center top;
	margin: 0px;
	padding: 0px;
}
#body {
	color: #000;
	margin: 0px auto;
	width: 849px;
	font: 12px Verdana, Geneva, sans-serif;
}
#header-logo {
}
#info {
	background: url(../../images/layout/info-background.jpg);
}
#info a {
	color: #4BB7C5;
	text-decoration: none;
}

#sidebar-left {
	padding: 30px 0px;
	float: left;
	width: 179px;
}
#sidebar-right {
	padding: 70px 20px 30px;
	float: left;
	width: 147px;
	line-height: 130%;
	font-size: 90%;
}
#content {
	padding: 30px;
	float: left;
	width: 423px;
}
#content.wide {
	background: #FFF;
	width: 610px;
}

#content2 {
	padding: 30px 10px 30px 10px;
	float: left;
	width: 523px;
}
#footer {
	background: #EFF8FC url(../../images/layout/footer.gif) no-repeat center bottom;
	font-size: 90%;
	padding: 20px 30px;
}

.clear {
	clear: both;
}
#content h1 {
	font-size: 16px;
	color: #1F7278;
	margin-bottom: 15px;
	background: url(../../images/layout/h1.jpg) no-repeat;
	padding-left: 45px;
	padding-top: 2px;
	padding-bottom: 4px;
}
#content h2 {
	color: #3A7;
	font-size: 14px;
}
#content h3 {
	color: #7073A9;
	font-size: 13px;
	margin-bottom: 10px;
}

#content p {
	line-height: 140%;
	margin-bottom: 20px;
}
#content2 h1 {
	font-size: 16px;
	color: #1F7278;
	margin-bottom: 15px;
	background: url(../../images/layout/h1.jpg) no-repeat;
	padding-left: 45px;
	padding-top: 2px;
	padding-bottom: 4px;
}
#content2 h2 {
	color: #3A7;
	font-size: 14px;
}
#content2 h3 {
	color: #7073A9;
	font-size: 13px;
	margin-bottom: 10px;
}


#content2 p {
	line-height: 140%;
	margin-bottom: 20px;
}
.text-small {
	font-size: 90%;
}
ul {
	margin: 0px 20px 0px 30px;
}
li {
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 10px;
}
.highlight-text {
	background: #FDF3D9;
	border-top: 1px solid #FCE49C;
	border-bottom: 1px solid #FFE49B;
}
.padding-15 {
	padding: 15px;
}
