body {
	font-family: Arial, Helvetica, sans-serif; text-align: center; /*ie workaround for centering the entire page*/
}

#container {
	margin: 0 auto; /*for centering the page*/
	text-align:left; /*counteracting the IE workaround so that the text is left*/
	width: 800px;}

#top a {
	font-weight: bolder;
	color: #000000;
	padding: 10px;
	margin-left: 20px;
	text-decoration: none;
	border: thin double #FFFFFF;
	font-size: 115%;
}
#top {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 1075px;
}


#top a:visited {
	font-weight: bolder;
	color: #330000;
	text-decoration: none;
	padding: 10px;
	margin-left: 20px;
	border: thin double #FFFFFF;
	font-size: 115%;
	
}
#top a:hover {
	font-weight: bolder;
	padding: 10px;
	margin-left: 20px;
	border: thin double #FFCC66;
	font-size: 115%;
}
#col1 {
	width: 48%;
	float: left;
	clear: right;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}

#col2 {
	width: 48%;
	margin-left: 50%;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 12px;
}
#content {
	width: 800px;
	margin-right: 10px;
	margin-left: 10px;
}

h2 {
	font-size: 110%;
	background-color: #FFCC66;
	/*padding-left: 5px;
	padding-right: 5px;*/
}

#footer img {
	float: left;
	vertical-align: bottom;
	margin-top: 35px;
}

#footer p {
	font-size: 75%;
	vertical-align: bottom;
	margin-left: 410px;
	width: 390px;
}

#content a {
	font-size: 85%;
	color: #FF6600;
	font-weight: bold;
}
#content a:visited {
	font-size: 85%;
	font-weight: bold;
	color: #993300;
}
#content a:hover {
	font-size: 85%;
	font-weight: bold;
	color: #000000;
}
.current {
	font-weight: bolder;
	padding: 10px;
	margin-left: 20px;
	border: thin double #FFCC66;
	font-size: 115%;
}
.selected {
	font-weight: bold;
	display: block;
	font-size: 85%;
	padding: 0px;
	list-style-position: outside;
	list-style-type: square;
}

#subnav a {
	display: block;
	padding-bottom: 10px;
}
#subpagecol2 {
	margin-left: 25%;
	width: 530px;
}
#subpagecol1 {
	width: 20%;
	display: block;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
}
.bodytext {
	line-height: 1.5em;
	font-size: 90%;
}
.lineheight {
	line-height: 1.5em;
	font-size: 85%;
}

.pic {
	float: right;
	border: thin solid #FFFFCC;
}
p {
	font-size: 90%;
}
.pic2 {
	text-align: center;
	margin: 10px;
	border: thin solid #FFCC66;
}
.maptable {
	padding: 3px;
	border: thin solid #767D6D;
}
.maptable td {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #767D6D;
}


/*outdenting for publications*/
.pub {
	line-height: 1.5em;
	text-indent: -1.5em;
	margin-left: 1.5em;
}

/*photo credits tag line style */
.caption {
	font-size: 70%;
	font-style: italic; color:#666666;
	}
	
/*photo credits tag line style for body text. Should align text under photos used in the #cap-n-pic div. */
.caption2 {
	font-size: 70%;
	color:#666666;
	}

#cap-n-pic {
	float:right;
	}
.attention {
	line-height: 1.5em;
	padding: 3px;
	border: medium dashed #FFCC66;
}
