﻿body
{
	color: White;
	background-color: Navy;
	background-attachment: scroll;
}

.header
{
	text-align: center;
	margin-bottom: 4%;
}

.name 
{
	font-weight: bold;
	font-size: xx-large;
}

.tagline
{
	font-weight: bold;
	margin-left: 15%;
	margin-right: 15%;
}

.page
{
	text-align: left;
	width: 90%;
	margin-left: 3%
}

.leftcolumn,.spacercolumn
{
	float: left;
}

ul.menu
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	text-align: center;
	width: 130px;
}

.button
{
	color: ButtonText;
	font: 15px arial;
	font-variant: small-caps;
	font-weight: bold;
	background-color: ButtonFace;
	border-right: ButtonShadow;
	border-top: ButtonHighlight;
	border-left: ButtonHighlight;
	border-bottom: ButtonShadow;
	border-width: 2px;
	border-style: solid;
	line-height: 120%;
	padding: 1px 3px 1px 3px;
}

.small
{
	font: 10px arial;
	font-variant: small-caps;
	font-weight: normal;
	margin-left: 4px;
}

.active
{
	color: GrayText;
	border-right: ButtonHighlight;
	border-top: ButtonShadow;
	border-left: ButtonShadow;
	border-bottom: ButtonHighlight;
}

.centered
{
	text-align: center;
}

.rightcolumn
{
	float: right;
}

.title
{
	margin-left: 0;
	margin-bottom: 2%;
	font-variant: small-caps;
	font-weight: bold;
	font-size: large;
	margin-bottom: 2%;
}

.address
{
	text-align: left;
}

.addrline
{
	color: Black;
	margin-bottom: 0;
	margin-top: 0;
}

.comments
{
	margin-top: 2%;
}

img
{
	margin-top: 2%;
	margin-bottom: 2%;
	border: 0;
}

.telephone
{
	color: Black;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

li
{
	margin-bottom: 1%;
}

li.button
{
	margin-bottom: 4%;
}

a.link
{
	color: White;
	text-decoration: underline;
}

a,a.visited
{
	color: ButtonText;
	text-decoration: none;
}

.info
{
	margin-bottom: 4%;
}

.copyright
{
	margin-top: 4%;
	text-align: right;
	font-size: small;
}

.institution
{
	margin-top: 0;
	margin-left: 2%;
	margin-bottom: 1%;
}

.inline-list
{
	white-space: nowrap;
	margin-left: 4px;
}

.appointment
{
	margin-bottom: 4%;
}

.panel
{
	margin-left: -1%;
	border-left: solid 1px Gray;
	border-bottom: solid 1px Gray;
	padding-left: 1%;
	padding-bottom: 1%;
}

.assocname
{
	font-weight: bold;
	font-variant: small-caps;
	margin-bottom: 0;
}

.qualifications
{
	margin-top: 0;
}

.maplink
{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 4%;
}

.maptitle
{
	margin-top: 0;
	margin-bottom: 0;
	font-variant: small-caps;
}

.textfield
{
	margin-top: 0;
	margin-bottom: 0;
}

.tflabel
{
	float: left;
	width: 10%;
	text-align: right;
}

.tfinput
{
	margin-left: 2%;
	float: left;
	width: 81%;
}