@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 1.4;
	margin: 10px 0;
	background-color: #eee;
}

img {
	border: 0;
}

a, a:visited {
	color: #222;
}

#container {
	width: 720px;
	margin: 0 auto;
	background: url(./bg_container.gif) repeat-y top left;
	border: 1px solid #ccc;
}

#left {
	width: 181px;
	float: left;
	padding-bottom: 20px;
	font-size: 10px;
}

#left h3 {
	color: #00723b;
	font-size: 12px;
	line-height: 1.2;
	font-weight: bold;
	margin: 10px 5px 0 10px;
	padding: 0
}

#left p {
	margin: 0 5px 5px 10px;
}

#left ol {
	padding-right: 5px;
	padding-left: 28px;
	margin-top: 0;
}

#left ol li {
	padding-bottom: 5px;
}

#right {
	width: 539px;
	float: right;
}

#right h3 {
	color: #00723b;
	font-size: 13px;
	font-weight: bold;
}


#print {
	background: url(ico_pdf.gif) no-repeat top left;
	padding: 20px 0 0 86px;
	width: 280px;
	height: 35px;
	text-align: left;
}

#print h3, #print p { margin:0; padding: 0}

#footer {
	text-align: center;
	border-top: 2px solid #5c579c;
	margin-top: 12px;
	font-size: 9px;
}

.clr {
	clear: both;
}
