body {
	background: #EEF2FB;
	color: #808080;
	font: 11px/11px 'Lucida Grande', LucidaGrande, Verdana, sans-serif;
	margin: 0;
	padding: 20px;
	text-align: center;
}

img {
	border: 0;
	vertical-align: middle;
}

a, a:link, a:visited, a:active {
	background: transparent;
	color: #336699;
}

a:hover {
	background: transparent;
	color: #000000;
}

#wrapper {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 560px;
}

#header {
	height: 175px;
}

#header a {
	background: url(images/header_13_bg.gif) no-repeat center;
	cursor: default;
	display: block;
	font-size: 0;
	height: 175px;
	width: 540px;
}

#navigation {
	height: 30px;
	text-align: center;
}

#navigation ul {
	list-style: none;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 500px;
	height: 19px;
}

#navigation ul li {
	background: #808080;
	color: #FFFFFF;
	float: left;
	margin: 0;
	padding: 0;
}

#navigation ul li a {
	background: #808080;
	color: #FFFFFF;
	display: block;
	margin: 0;
	padding: 4px 0 4px 0;
	text-align: center;
	text-decoration: none;
	width: 80px;
}

#navigation ul li a:hover {
	background: #000000;
	color: #FFFFFF;
}

#navigation ul #active {
	background: #808080;
	color: #FFFFFF;
}


#navigation ul #nl_active a {
	background: #000000 url(images/nav_l.gif) no-repeat 0px -19px;
	color: #FFFFFF;
	text-decoration: none;
}

#navigation ul #active a {
	background: #000000;
	color: #FFFFFF;
	text-decoration: none;
}

#navigation ul #nl a {
	background: url(images/nav_l.gif) no-repeat 0px 0px;
}

#navigation ul #nl a:hover {
	background: #000000 url(images/nav_l.gif) no-repeat 0px -19px;
}

#navigation ul #nr a {
	background: url(images/nav_r.gif) no-repeat 73px 0px;
}

#navigation ul #nr a:hover {
	background: #000000 url(images/nav_r.gif) no-repeat 73px -19px;
}

#content {
	padding: 10px 19px 0 26px;
}

#content p {
	font: 11px/16px 'Lucida Grande', LucidaGrande, Verdana, sans-serif;
	margin: 0;
	padding: 0 0 26px 0;
	text-align: justify;
}

#content h3 {
	font: bold 16px/16px 'Lucida Grande', LucidaGrande, Verdana, sans-serif;
	margin: 0;
	padding: 0 0 5px 0;
}

#content ul {
	margin: 0;
	padding: 0 0 26px 26px;
}

#content li {
	line-height: 16px;
	margin: 0;
	padding: 0;
}

.download {
	background: url(images/attachment_small.gif) no-repeat left;
	display: block;
	font-weight: bold;
	padding: 3px 3px 3px 20px;
	width: auto;
}

#copyright {
	background: transparent;
	border-top: 1px solid Silver;
	clear: both;
	color: #808080;
	font-size: 10px;
	margin: 0 19px 0 26px;
	padding: 10px 0 0 0;
	text-align: center;
}


