body {
	padding: 0;
	overflow: visible;
	position: relative;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/* commented backslash hack \*/ 
html, body {
	height:100%;
} 
/* end hack */
.center {
	text-align: center;
}


.left {
	left: 0px;
}
.right {
	right: 0px;
	text-align: right;
}


.centermap {
	text-align: center;
}


html, body {
	margin:0;
	padding:0;
}
#map {
	display: block;
	position: relative;
	top: 20px;
	text-align: center;
	height: 300px;
	width: 400px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#outer {
	min-height:100%;
	height:auto;
	margin-bottom: -35px;
	min-width: 700px;
}
* html #outer {
	height:100%;
	min-width: 700px;
}
* html body {
	overflow:auto;
}
#nav {
	float: left;
	width: 200px;
	height:auto;
}
#main {
	margin-right: 0px;
	margin-left: 200px;
	padding-right: 0.5em;
	padding-left: 1em;
	height:auto;
}
p {
	color: #000000;
}
h2 {
	font-weight: bold;
	text-align: center;
	font-size: 1em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
a:link {
	color: #8a4f1a;
	text-decoration: underline;
}
a:visited {
	color: #712d22;
}
a:hover {
	color: #8a4f1a;
	background-color: #F6F1ED;
}
a:active {
	color: #8a4f1a;
	background-color: #F6F1ED;
}
a.white:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:hover {
	text-decoration: underline;
	background-color: transparent;
}
#menu dt a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#header { /* header with logo */
	height: 100px;
	width: 100%;
	z-index: 2000;
	background-image: url(Images/header-bg.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
}
.more {
	text-align: right;
	margin-right: 10px;
	background-image: none;
	margin-top: 1em;
	margin-bottom: 1em;
}
#menu dl, dt, dd {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
	z-index:3000;
	position: absolute;
	text-align: center;
	width: 100%;
	top: 103px;
	min-width: 700px;
	left: -1px;
	background-image: url(Images/menu-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
#menu dl {
	z-index: 3000;
	display: block;
	float: left;
}
.drop {
	width: 17%;
}
.last {
	width: 16%;
}
.home {
	width: 14%;
	margin-left: -2px;
}
#menu dt { /*Menu headings*/
	text-align: center;
	color: #FFFFFF;
	z-index: 3000;
	height: 27px;
	font-weight: bold;
	line-height: 27px;
}
#menu dt a { /*Menu heading links*/
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 100%;
}
#menu dt a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 100%;
	background-color: transparent;
	background-image: none;
}
#menu dt a:hover {
	text-decoration: underline;
	background-color: transparent;
	background-image: none;
}
#menu dd { /*Menu dropdown*/
	z-index: 4000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	display: none;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	text-align: left;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.no-bul {
	margin: 0px;
	padding: 0px;
	background-image: none;
}
#menu li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 100%;
	padding-right: 5%;
	padding-left: 5%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	background-color: #813a2f;
	z-index: 3000;
	background-image: url(Images/menu-drop-bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
#menu li a:hover {
	color: #FFFFFF;
	background-image: url(Images/menu-drop-bg-hover.jpg);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #712d22;
}
.clear {
	clear: both;
	height: 3.2em;
	margin: 0;
	padding: 0;
}
.clear-gen {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}
#content {
	z-index: 1000;
	height: auto;
	padding-top: 1.7em;
	padding-bottom: 40px;
	text-align: left;
	padding-right: 0.5em;
	padding-left: 0.5em;
	margin-top: 1em;
}
#content-side-left {
	width: 300px;
	float: left;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
}
#content-side-right {
	width: 225px;
	float: right;
}
.heading {
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	color: #201A0E;
	text-transform: capitalize;
	border: 1px solid #8C753E;
	background-image: url(Images/heading-bg.jpg);
	height: 20px;
	background-repeat: repeat-x;
	line-height: 20px;
	background-position: left;
	background-color: #CAA958;
}
#content-side-resources {
	text-align: center;
	position: relative;
	padding-left: 0.5em;
}
#content-side-resources li {
	margin-bottom: 1em;
}
#content-side {
	text-align: center;
	display: block;
	margin-top: 1em;
	padding-top: 0.5em;
	margin-left: auto;
	margin-right: auto;
	padding-right: 0.5em;
}
#content-block {
	height: auto;
	width: auto;
	display: block;
	margin-left: auto;
	margin-right: 1em;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
}

#content-side-news {
	text-align: left;
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-right: 0.5em;
}
li {
	background-image: url(Images/bullet.jpg);
	background-position: left 0.4em;
	background-repeat: no-repeat;
	padding-left: 1.2em;
	list-style-type: none;
}
#content-main {
	margin-right: 0px;
	margin-left: 300px;
	padding-right: 0.5em;
	padding-left: 1em;
}
ul {
	padding: 0px;
	margin-left: 1em;
}
#footer {
	height: 35px;
	clear: both;
	z-index: 3000;
	text-align: center;
	width: 100%;
	min-width: 700px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	position: relative;
	background-image: url(Images/footer-bg.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	font-size: 1em;
	color: #FFFFFF;
}
#footer-text {
	text-align: center;
	color: #FFFFFF;
	display: block;
	margin-right: 0em;
	margin-left: 0em;
}
#atty-left {
	width: 375px;
	float: left;
	padding-left: 5px;
	top: 0.5em;
}
#atty-right {
	margin-left: 390px;
	padding: 0.5em;
	font-style: normal;
	color: #000000;
}
#affiliations img {
	display: inline;
}

.atty-info {
	padding: 0.4em;
	position: relative;
	text-align: left;
	color: #000000;
	display: block;
	border: none;
}
#atty-pic {
	display: block;
	position: relative;
	margin-top: 0.4em;
	text-align: center;
	width: auto;
	height: auto;
}
#atty-vcard {
	font-weight: bold;
	height: 25px;
}
#atty-vcard-index {
	font-weight: normal;
	height: 25px;
}
#atty-list {
	font-size: 1em;
}

#atty-vcard img {
	display:inline;
	vertical-align:middle;
}
#atty-vcard-index img {
	display:inline;
	vertical-align:middle;
}
.tab{
	color: #000000;
	border: none;
	position: absolute;
	text-align: center;
	z-index: 2;
	cursor: hand;
	cursor: hand;
	display: block;
	float:left;
}
.panel{
	position:relative;
	color: #000000;
	border: none;
	width: inherit;
	display: none;
}
.qlink{
	cursor:default;
	background-image: url(Images/menu-drop-bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
	color:#FFFFFF;
	text-align:center;
	display: block;
	padding-right: 5%;
	padding-left: 5%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	background-color: #813a2f;
	z-index: 3000;
}
ul.links li {
	padding-bottom: 1em;
}
.float {
	float:left;
	display:inline;
	width: 18em;
	text-align:left;
}
.center-margins {
	margin-left:auto;
	margin-right:auto;
}
.links {
	margin-bottom: 1em;
	margin-top: 1em;
}
.bold {
	font-weight: bold;
}
