body {
	margin-left:100px;
}

#text_main h2 {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	color: #6d1d57;
}
a.txtsublink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #6d1d57;
}

#text_main h1 {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	color: #6d1d57;
}

#text_main h3 {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#text_main p, #text_main ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	line-height: 21px;
	font-weight: normal;
	color: #333333;	
}

#text_main p.txtmain_centre{
	text-align:center;
	width:400px;
}
.txtsubmain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	line-height: 15px;
	font-weight: normal;
	color: #333333;
}

#wrapper {
	width:760px;
}

#header {
	background-color:#6d1d57;
}

#header img {
	position:relative;
	left:30px;
}

#top_menu {
	padding-top:1px;
	padding-left:20px;
	background-color:#6d1d57;
}

#top_menu ul {
	margin:0px -12px 1px -12px;
	padding:10px 0px;
	list-style:none;
}

#top_menu ul li { 
	display: inline;
}

#top_menu ul li img { 
	position:relative; top:-1px;
}

#top_menu ul li a {
	padding:0px 11px 0px 12px;
	font-family: Helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
    text-decoration: none;
	color: #FFFFFF;
}

#top_menu ul li a.menu_on {
	font-family: Helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
    text-decoration: none;
	color: #8d5a7a;
}

#top_menu ul li a:hover {
	color: #8d5a7a ;
}

#text_main {
	padding-top:36px;
	padding-left:12px;
	padding-right:34px;
	float:left;
	display:block;
}

/* Firefox - set the text wrapper width to float properly */
html>body #text_main {
	width:400px;
}

/* for Contact page - text wrapper needs an alternate width setting to fit around the map in Firefox */
#text_main.contact {
	width:278px;
}

/* for Who We Are page - text wrapper needs an alternate width setting to fit in the 2x2 formation in Firefox */
#text_main.who {
	width:740px;
}

#image_main {
	float:right;
	margin:0px;
	margin-top:-1px;
	padding:0px;
	display:block;
}

#text_main table{
	width: 720px;
	border-collapse: collapse;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#text_main th{
	border: 1px solid black;
	font-weight: bold;
}

#text_main td{
	padding: 5px;
}

#text_main tr.underline td{
	border-bottom: 1px solid black
}

#text_main table.narrow{
	width: 400px;
}

#who_left{
	float:left;
	position:relative;
	display:inline;
	width:360px;
}

#who_right {
	float:left;
	position:relative;
	display:inline;
	width:360px;
}

/* for Firefox - to float the page properly */
html>body #who_right{
	float:right;
}

.who_wrapper {
	float:left;
	width:350px;
	font-family: Helvetica, sans-serif;
	color: #6d1d57;
	padding-right:20px;
	padding-bottom: 20px;
}

.who_pic {
	float:left;
	padding-right:10px;
}

.who_wrapper h2 {
	font-size: 12px;
	font-weight: bold;
	color: #6d1d57;
	margin-bottom:0px;
}

.who_wrapper span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #333333;	
}

#bio_pic {
	float:left;
	width:140px;
}

ul#bio_text {
	float:left;
	margin-top:-20px;
}

/*for Firefox to format the text correctly on bio pages */
html>body ul#bio_text {
	position:relative;
	left:150px;
	top:-140px;
	width:570px;
}

ul#bio_text {
	list-style:none;
}

ul#bio_text li {
	margin-bottom: 7px;
	font-weight:bold;
	line-height:60px;
}

ul#bio_text li ul {
	list-style:none;
	margin-top:-39px;
	padding-left:140px;
}

ul#bio_text li ul li {
	font-weight:normal;
	line-height:20px;
}

ul#bio_text li ul li.caption{
	margin-top:10px;
	font-weight:bold;
	line-height:20px;
}

ul#bio_text li ul li ul{
margin: 10px 0px 0px 15px;
padding: 0px;
}

ul#bio_text li ul li ul li{
	list-style: disc;
	font-weight:normal;
	line-height:20px;
}

ul#bio_text li ul li.name {
	font-weight:bold;
}

p.publications {
	font-weight:bold;
}

.clear {
	clear:both;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	font-weight: normal;
	color: #FFFFFF;
	background-color:#6d1d57;
	height:22px;
	padding-top:7px;
	padding-left:16px;
	margin-top:-5px;
	clear:both;
}

.plain{
	list-style: none;
}

.red{
	color: red;
	font-weight: bold;
}