// .LSM_currentPage    span surrounding current page if $selfAsLink is false
.LSM_currentPage {}
// .LSM_description    description of page
.LSM_description {}
// .LSM_N              ul style where N is the level of nested list- starting at 0

.LSM_0 a:visited
{
	color: #fff;
	text-decoration: none;
	font-size: 1em;
	color: #FFFFFF;
}

.LSM_0 a:hover
{
	color: #fff;
	text-decoration: none;
	font-size: 1em;
	color: #FFFFFF;
background:  url(images/navigation_background.png) repeat-x 0 -24px;
}

.LSM_0 a
{
	color: #fff;
	text-decoration: none;
	font-size: 1em;
	color: #FFFFFF;
	background:  url(images/navigation_background.png) repeat-x 0 -24px;
}

.LSM_0 a:active
{
	color: #fff;
	text-decoration: underline;
	font-size: 1em;
	color: #FFFFFF;
	background:  url(images/navigation_background.png) repeat-x 0 -24px;
}



h1 {
	width: 273px;
	height: 38px;
	padding: 10 0px 1.1em
	background:  url(images/h1_background.png) no-repeat;
	font-size: 24px;
}

h1 a {
	padding-top: 38px;
	display: block;
}

h2 {
	margin: 0 -10px 0.3em;
	padding: 0 10px 0.1em;
	border-bottom: 2px solid #1b5c9d;
	color: #1b5c9d;
	background: #fff;
	font: normal 1.6em Arial, Sans-Serif;
}

h3 {
	font-size: 1em;
}

h4 {
	font-size: 12pt;
	padding: 20 0px 0.1em;
}


a.h6 {
	margin: 0 -10px 0.3em;
	padding: 0 10px 0.1em;
	color: #1b5c9d;
	font: normal 1.6em Arial, Sans-Serif;
}

.menu {
	font: bold 1.4em Arial, Sans-Serif;
	padding: 20 10px 0.1em;
}


p {
	margin-bottom: 1em;
	font-size: 10pt;
}

p.readmore {
	min-height: 20px;
	margin-top: -1em;
	font-weight: bold;
	line-height: 20px;
}

p.readmore a {
	min-height: 20px;
	padding-right: 26px;
	float: right;
	background:  url(images/readmore_background.png) no-repeat right center;
}

p.backtotop {
	min-height: 20px;
	text-align: right;
	line-height: 20px;
}

p.backtotop a {
	min-height: 20px;
	padding-right: 26px;
	float: right;
	background:  url(jpg) no-repeat right bottom;
}

p.footnote {
	font-size: 0.8em;
	line-height: 1.5em;
}


ul {
	list-style: none;
}

li {
	padding-left: 10px;
	background: url(images/li_background.gif) no-repeat 0 0.5em;
}




.img 
{
		border-top: 1px solid #1b5c9d;
		border-left: 1px solid #1b5c9d;
		border-right: 1px solid #1b5c9d;
		border-bottom: 10px solid #1b5c9d;
}

address {
	display: inline;
	font-style: normal;
}


a {
	color: #1b5c9d;
}


div.block {
	margin-bottom: 1em;
	padding: 0 10px 30px;
	clear: both;
	background:  url(images/block_background.png) repeat-x;
}


div.vcard span.type {
	display: none;
}





#header {
	height: 80px;
	margin-bottom: 10px;
	padding-top: 0px;
	border-bottom: 10px solid #1b5c9d;
	background:  url(images/header_background.jpg) no-repeat 50% 104px;
}




#navigation {
	height: 24px;
	padding-left: 10px;
	overflow: hidden;
	background: #777 url(images/navigation_background.png) repeat-x 0 0;
	font-family: Arial, Sans-Serif;
}

#navigation li {
	margin-left: -1px;
	padding: 0;
	float: left;
	border-style: solid;
	border-width: 0 1px;
	border-color: #969696;
	background: none;
	font-weight: bold;
}

#navigation a {
	padding: 0 20px;
	float: left;
	color: #fff;
	text-decoration: none;
	line-height: 24px;
}

#navigation a:hover,
#navigation li.current a {
	background:  url(images/navigation_background.png) repeat-x 0 -24px;
}





#advanced {
	width: 600px;
	height: 280px;
	margin: -150px 0 0 -310px;
	padding: 10px;
	overflow: auto;
	position: fixed;
	top: 50%;
	left: 50%;
	background: #fff;
	opacity: 0.9;
	border: 1px solid #000;
}

#advanced h2 {
	margin: 0 0 10px;
	padding: 0;
}

#advanced form {
	margin-bottom: 1em;	
}

#advanced fieldset {
	padding: 5px;
	border: 1px solid #666;
}


