body 
{
	font-family: Arial,sans-serif;
	font-size: 12px;
}

div#logo a {
  display: block;
  width: 100%;
  height: 100%;
}

#text_caption {
  font-family: Verdana,sans-serif;
  font-size: 14px;
  font-weight: bold;
}

#main_nav_list
{
  font-family: Tahoma,sans-serif;
  font-size: 12px;
  background-position: top left;
}

.sub_nav_list, .reading_group_nav_list
{
  font-family: Tahoma,sans-serif;
  font-size: 12px;
}

.member_list 
{
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
}

.member_list_degree
{
	font-size: 10px;
}

.heading
{
	color: #369;
}
.blog_list {
  font-size: 12px;
  font-weight: bold;
  color: #369;
}

h1 {
  font-size: 16px;
  color: #369;
}
h2 {
  font-size: 14px;
  color: #369;
}
h3 {
  font-size: 12px;
  color: #369;
  margin: 15px 0px 5px 0px;
}
h4 {
  font-size: 12px;
  color: #369;
  margin: 0px 0px 0px 0px;
}
.small {
	font-size: 10px;
}
li 
{
	padding: 0px 0px 5px 0px;
}
a:link {
  text-decoration: none;
  color: #630;
}
a:visited {
  text-decoration: none;
  color: #630;
}
a:hover {
  text-decoration: underline;
  color: #630;
}
a:active {
  text-decoration: none;
  color: #630;
}
#footer_text {
  font-size: 10px;
  color: #036;
}


