﻿body 
{
	background:url(../images/background.gif);
	font-family: verdana,arial,helvetica,sans-serif;
	font-weight: normal;
	font-size: 12px;
}

h3
{
  color: #6b6c8f;
  font-family: georgia,verdana,arial,helvetica,sans-serif;
  font-weight: normal;
  font-size: 20px;
}
h2
{
  color: #6b6c8f;
  font-family: verdana,arial,helvetica,sans-serif;
  font-weight: bold;
  font-size: 13px;
}

img
{
	border: none 0px #000000;
}


td.mast_bg
{
	background:url(../images/mast_center.gif);
	width:779px;
}
td.content_left
{
	background: url(../images/content_left.gif);
	width:12px;
}
td.content_right
{
	background: url(../images/content_right.gif);
	width:12px;
}
td.main_content
{
	background-color:#ffffc6;
	width:791px;
	height:400px;
}
td.nav_left
{
	width:214px;
	border-right:1px solid #6b6c8f;
	font-size:14px;
	line-height:25px;
	font-weight:bold;
}
td.content
{
	padding:7px 7px 7px 7px;
	width:576px;
	padding-bottom:20px;
}
td.footer_bg
{
	background:url(../images/footer_center.gif);
	width:777px;
}

div.nav_links
{
	margin:7px 7px 7px 7px;
}
div.faculty
{
	font-size:13px;
	line-height:25px;
}
div.caption
{
	font-size:10px;
}
div.reference
{
	text-align:right;
	font-style:italic;
	padding-right:20px;
}
div.footer
{
	text-align:center;
	font-size:9px;
	padding-bottom:10px;
}

#DivMap
{
	margin:25px 7px 7px 7px;
	width:548px;
	height:560px;
}

/* default links styles */
a:link { color: #6b6c8f; text-decoration: none;}		/* unvisited link */
a:visited { color: #6b6c8f; text-decoration: none;}		/* visited link */
a:hover { text-decoration: underline;}	/* mouse over link */
a:active { color: #6b6c8f; }		/* selected link */

/* footer links styles */
a.footer:link { color: #000000; text-decoration: none;}		/* unvisited link */
a.footer:visited { color: #000000; text-decoration: none;}		/* visited link */
a.footer:hover { text-decoration: underline;}	/* mouse over link */
a.footer:active { color: #0000ff; }		/* selected link */

