/* @group Title */

.title {
	font-variant: small-caps;
	padding-bottom: 1em;
}

.title1 {
	font-size: 3em;
}

.title2 {
	font-size: 2em;
	margin-left: 2em;
}

/* @end */

/* @group Navigation */

.navigation {
	line-height: 4;
	font-size: 1.5em;
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
}

.navigation a {
	margin-right: 3em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #000;
	display: inline-block;
	height: 3.5em;
}

.navigation a:hover {
	border-bottom: .5em solid #000;
}

*html .navigation a:hover {
	border-bottom: 0;
	text-decoration: underline;
}


/* @end */

/* @group Formatting */

.halflh {
	line-height: .75;
}

.onelh {
	line-height: 1.5;
}

.twolh {
	line-height: 3;
}

.threelh {
	line-height: 4.5;
}

.borderbottom {
	border-bottom: 1px solid #b2b2b2;
}

/* @end */


/* @group Content */
.copy h2 {
	font-variant: small-caps;
}

.copy h3 {
	text-decoration: underline;
}

.copy p {
	font-size: 1.2em;
	line-height: 1.8;
}

.copy img {
	border: 1px solid #b2b2b2;
	margin-top: .75em;
}

.copy a {
	color: #666;
	text-decoration: none;
}

.copy a:hover, .footer a:hover {
	color: #b2b2b2;
}

.footer a {
	color: #000;
	text-decoration: none;
}

.publications a {
	margin-left: 3em;
	color: #000;
}

.publications a:hover {
	margin-left: 3em;
	color: #b2b2b2;
	text-decoration: none;
}

.publications .current {
	text-decoration: none;
	font-size: 1.2em;
	font-style: italic;
}

.publications2 a {
	text-decoration: none;
	color: #000;
}

.publications2 a:hover {
	color: #b2b2b2;
}

*html .publications2 {
	margin-top: 1.5em;
}

.areasofinterest a {
	text-decoration: none;
	color: #000;
}

.areasofinterest a:hover {
	color: #b2b2b2;
}

/* @end */

