* {
margin: 0; padding: 0;
border: 0px solid gray;
}
html {
height: 101%;
}
body {
font: normal 62.5% "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "trebuchet ms", arial, verdana, sans-serif;
text-align: center;
background: url(img/body-bg02.gif) repeat-x;
}
#wrapper {
font-size: 1.3em;
line-height: 1.5em;
width: 960px;
margin: 0 auto;
text-align: left;
color: #666;
color: #494A3E;
}
#header {
height: 130px;
background: url(img/header-bg04.gif) no-repeat;
}
#header h1 {
font-family: impact;
text-indent: -5000px;
}
#sidebar-left {
	width: 220px;
	min-height: 400px;
	float: left;
}
#content {
	width: 720px;
	float: right;
	background: #fff url(img/ctr.gif) no-repeat top right;
}
#sidebar-left, #content {
padding-top: 16px;
}

#main {
	width: 440px;
	float: left;
}
hr {
color: #666;
background: #666;
height: 1px;
clear: both;
margin: 16px 0;
}
#main h2 {
text-transform: uppercase;
letter-spacing: 0.1em;
font-weight: normal;
font-size: 1.1em;
margin-bottom: 12px;
margin-top: 24px;
border-bottom: 1px solid #666;
text-indent: 8px;
}
#main p {
padding: 8px;
}
#main em {
font-style: normal;
font-weight: bold;
}
#main ul {
	list-style-type: circle;
	margin-left: 20px;
	padding-bottom: 14px;
}
#main ul li {
	margin-bottom: 8px;
}
#sidebar-right {
margin-top: -90px;
position:relative; /* wg. IE negative margin */
	width: 205px;
	float: right;
	display: inline; /* wg. IE double margin */
	
}

#sidebar-right img {
	border: none;
}
#sidebar-right h3 {
	border-bottom: 2px solid #fff;
}
#sidebar-right ul {
/*img 181px*/
	list-style-type: none;
	margin-left: 1px;
}
#sidebar-right ul li img {
	background: #fff;
	padding: 8px;
	margin-bottom: 16px;
}
#sidebar-right a {
	color: #fff;
}
#footer {
	clear: both;
	text-align: center;
	font-size: 0.9em;
	padding-top: 64px;
}
img {
display: block;
border: 1px solid #494A3E;

}
img.imgrt {
float: right;
margin: 0px 0 8px 8px;
}
img.imglt {
float: left;
margin: 0px 32px 24px 8px;
}
/* ---------------------------------------------------------- */

#navigation {
font-size: 1.2em;
font-weight: bold;
font-family: "palatino linotype", palatino, georgia, serif;
width: 160px;
}
#navigation ul {
list-style-type: none;
}
#navigation li {
margin: 6px 0 6px 16px;
border-bottom: 1px solid #666;
border-bottom: 1px solid #CACCC6;
padding-bottom: 4px;
}
#navigation li.current a {
color: #BDD0A0;
cursor: default;
}
#navigation a {
text-decoration: none;
color: #494A3E;
}
#navigation a:hover {
text-decoration: none;
color: #BDD0A0;
}
/* ---------------------------------------------------------- */
a:link {
text-decoration: underline;
color: darkolivegreen;
}
a:visited{
text-decoration: underline;
color: darkolivegreen;
}
a:hover {
text-decoration: none;
color: darkolivegreen;
}
a:focus {
text-decoration: underline;
color: darkolivegreen;
}
a:active {
text-decoration: underline;
color: darkolivegreen;
}

blockquote {
font: italic 1.2em georgia, serif;
float: right;
line-height: 1.4;
margin: 16px;
text-align: center;

}

blockquote p {
margin: 0;
}

blockquote span {
font-size: 1.1em;
font-weight: bold;
line-height: 1;
padding: 0 .2em;
}
cite{
display: block;
text-transform: uppercase;
text-align: right;
}
a[href$='.pdf'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(img/icon_pdf.gif) no-repeat center right;
}