@CHARSET "ISO-8859-1";

div.menuButton {
	border-style: solid;
	border-width: 4px;
	border-color: #000070;
	padding: 5px;
	font-size: large;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #990000;
	line-height: 1.3em;
	font-weight: bold;
	height: 100%;
}
div.menuButton a { display:block; color:#fff; text-decoration:none;	}
/* watch for IE7 guillotine bug <http://css-class.com/articles/explorer/guillotine/index.htm> */
div.menuButton a:hover { color:#0000ff; }
div.menuButton a { height:100%; vertical-align: middle; }

div.quote p {
	padding-top: 55px;
	margin: 0 0 .5em 0;
	color: #999;
	font-size: small;
}

div.brochure {
	padding-top: 100px;
	font-size: large;
	font-weight: bold;
}
div.brochure a { display:block; color:#00f; text-decoration:none; }
div.brochure a:hover { color: #000; }

div.bodytext p {
	margin: 0 0 .5em 0;
	font-size: large;
}
div.hdimg {
	text-align: right; 
}
h1 {
	font-size: xx-large;
	font-family: Arial, Helvetica, sans-serif;
	color: #000090;
	line-height: 1.3em;
	font-weight: bold;
	font-variant: small-caps;
	margin-bottom: 10px;
}
h2 {
    font-size: x-large;
 	font-family: Garamond, serif;
 	color: #000000;
 	font-style: italic;
	font-weight: bold;
	margin-bottom: 6px;
}
ul {
    font-size: large;
	font-family: Arial, Helvetica, sans-serif;
 	color: #000000;
 	padding: 0 0 0 24px;
 	margin-left: 1em;
 	margin-bottom: 12px;
}
ul li {
 	list-style-type: disc;
}
#hd {
	margin: 0 0 1em 0;
	padding: .25em .5em;
}
#ft {
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
img.biopic {
	float: right;
	padding: 4px;
}

