/* New Style */

a:link {color:navy;}
a:visited {color:navy;}
a:hover {color:red;}

body {
	font-family:verdana,helvetica,sans-serif;
	font-size:80%;
	line-height: 160%;
	clear: none !important;
	clear: right;
/* 	max-width:54em; */
        max-width:728px;
	margin:2em;
	margin-left:auto;
	margin-right:auto;
	border: thin solid #FFD700; /* Gold */
	padding: 10px;
/*	background-color: #8B4513; /*  Brown */
/* 	background-color: #8B0044; /* Dark Red */
 	background-color: #AAAAAA; /* Pale Grey */
/* 	background-color: #191970; /* Midnight Blue */
}

li {
	margin-left: 40px;
	margin-right: 50px;
	margin-bottom: 2ex;
}

.abstract {
	font-size: 120%;
	line-height: 150%;
}

h4 {
	color: olive;
}

h5 {
	color: olive;
	border-top: thin solid red;
}

h2 {
	color: teal;
}

p {
	margin-left: 40px;
	margin-right: 50px;
}

div#navbar2 {
	width: 100%;
	border-top: solid #000 1px;
	border-bottom: solid #000 1px;
	background-color: #336699; /* background to entire bar */
}

div#navbar2 ul {
	height: 30px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	line-height: 30px;
	display: block;
	list-style: none;
	text-align: center;
}

div#navbar2 ul li {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	list-style-type: none;
	display: block;
	float: left;
	width: 20.5em;
}

#navclear {
	display: block;
	clear: both;
}

font.copyright {
	font-family:times,serif;
	font-size: smaller;
	font-style: italic;
}

li.normal {
	margin-left: 40px;
	margin-right: 50px;
}

li#currentpage {
	/* border: thin #FFD700 solid; */
	background-color: #235689; /*   #8B4513 #FFD700 */
}

span.lastupdate {
	font-size: smaller;
	font-style: italic;
	color: silver;
}

div#content {
	background-color: #FFFFFF;
	padding: 10px;
}


span.phone {
        font-size: 90%;
	/* font-style: italic; */
	/* font-weight: bold; */
	/* margin-right: 5px; */
	float: right;
	margin-top: -2px; /* minus moves up */
}
