body{
	background-repeat: repeat-y;
	background-image:url(img/back.gif)
}

.mainText {
	font-size: 0.8em;
	line-height: 1.9em;
}

.pad10 {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.pad20 {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.copyright {
	font-size: 0.7em;
	color: #666666;
}

.backColor {
	background-color: #F4F1E9;
}

.smallText {
	font-size: 0.7em;
}

.textBox {
	border: 1px solid #CCCCCC;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding: 5px;
}

h1 {
	font-size: 1em;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #ffffff;
	background-color: #0099CC;
	font-family: "Geneva, Arial, Helvetica, sans-serif";
	font-weight: bold;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
}

h2 {
	font-size: 0.9em;
	color: #0099CC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-family: "Geneva, Arial, Helvetica, sans-serif";
}

h3 {
	font-size: 0.9em;
	color: #0099CC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

h4 {
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: underline;
	color: #0099CC;
	padding-left: 10px;
	margin: 3px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.marker {
	font-size: 0.7em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

ul.namelist    {
	font-weight: normal;
	list-style-position: inside;
	list-style-type: square;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 20px;
	margin: 0px;
}

ul.topic {
	margin: 0px;
	padding: 0px;
}


ul.topic li {
	font-size: 0.8em;
	line-height: 1.8em;
	background-image: url(img/line_dot_550.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

li.topics,li.member,li.publications{
	background-image: url(img/line_dot_550.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	list-style-type: square;
	list-style-image: url(img/circle_blue.gif);
}

li.news  {
	background-image: url(img/line_dot_550.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	list-style-type: square;
}

li.list {
	list-style-image: url(img/circle_blue.gif);
}

