body {
     margin-left: 20px;
     margin-top: 0px;
     margin-width: px;
     background-image: url('images/bkgrd.jpg');
     background-repeat: repeat-x;
     font-family: Arial, Helvetica, sans-serif;
}

#header {
	font-weight: bold;
	font-size: 12px;
}

#navbar p {
	text-align: left;
	margin-left: 10px;
}

#navbar p a {
	color: #496D85;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
}

#navbar a:hover {
	foreground: #ffffff;
	background: #000000;
}


#mainContent {
	padding-left: 20px;
	padding-right: 20px;
}

#mainContent p {
	font-size: 16px;
	font-weight: bold;
	color: #666;
}

#mainContent p.mainTitle {
	font-size: 24px;
	font-weight: bold;
	color: #666;
	text-align: center;
}

#mainContent p.mainSubTitle {
	font-size: 16px;
	font-style: italic;
	color: #2B75A2;
	text-align: center;
}

#mainContent p.subhdg {
	font-style: italic;
	color: #2B75A2;
	text-align: left;
}

#mainContent span.subitem {
	font-style: bold;
	color: #2B75A2;
}



#mainContent p.timelineYear {
	font-weight: bold;
	color: #2B75A2;
	font-size: 24px;
	text-align: center;
}


#mainContent p.timelineSubTitle {
	font-weight: bold;
	color: #2B75A2;
	text-align: center;
}

.member {
	font-weight: bold;
	color: blue;
}

.role {
      font-style: italic;
      font-weight: normal;
      color: teal;
}

a {
	color: blue;
	text-decoration: none;
	font-size: 9pt;
}

#Library ul {
	margin-bottom: 10px;
	margin-top: 5px;
}

#Library li {
	font-size: 12px;
}
