body {
	margin: 0px;
	padding: 20px;
	background-image: url(images/mainbg.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
}
#navbar {
	margin: 8px auto;
	padding: 0px;
	line-height: 160%;


}
#navbar li, #navbar ul{
	display: inline;
	margin: 0px;
	padding: 0px;
}
#navbar a {
	background-image: url(images/linkgreen.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 2px 5px 2px 20px;
	font-size: 80%;
	white-space: nowrap;
	width: auto;
	line-height: 30px;
}
#navbar sup {
	background-color: pink;
	padding: 2px;
}
#container {
	margin-left: auto;
	margin-right: auto;
	width: 620px;
}
#content {
	text-align: left;
}
a {
	color: #003333;
}
a:hover {
	color: #FF3300;
}
.maintext {
	font-size: 90%;
	line-height: 150%;
}
.maintextshifted {
	font-size: 90%;
	line-height: 150%;
	padding-left: 12px;
}
h3 {
	padding: 4px;
	color: #234;
	background-color: #eee;
}
.attention {
	color: #FF0000;
}
.nowrap {
	white-space: nowrap;
}

table.chart {
	border-collapse: collapse;
}
table.chart caption {
	font-weight: bold;
	color: darkgreen;
	text-align: center;
}
table.chart th {
	font-size: 90%;
	border: 1px solid #aaa;
	white-space: nowrap;
}
table.chart td {
	border: 1px solid #aaa;
	font-size: 90%;
}
ul.faq {
	text-align: left;
	margin-left: 40px;
	margin-right: 40px;
}
ul.faq li {
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 90%;
	line-height: 140%;
}
ul.faq a {
	color: blue;
	text-decoration: none;
}
ul.faq a:hover {
	text-decoration: underline;
}
.faq_q  {
	text-align: left;
	
	font-weight: bold;
	border: 1px solid #aaa;
	padding: 4px;
	background-color: #eef;
}
.faq_q a, .faq_q a:hover {
	color: #345;
}
.faq_a {
	margin-left:30px;
	margin-right: 30px;
	text-align: left;
	line-height: 150%;
	font-size: 90%;
}

ol.flow li {
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: left;
	font-size: 90%;
	line-height: 150%;
	margin-bottom: 1em;
}
#pagetitle {
	font-size: 16px;
	color: #f60;
	font-weight: bold;
}
table.gallery {
	margin: auto;
}

table.gallery td {
	text-align: left;
	vertical-align: top;
	font-size: 90%;
	line-height: 150%;
}
table.gallery td img {
	
	display: block;
	text-align: center;	
	margin: auto;
	margin-top: 10px;
}