/* This next section specifys how the links look both in the body copy and in the navigation links  */

a:link {
	background-color: #FFFFFF;
	color: #0000FF;
	font-weight: normal;
	text-decoration: none;
}

a:visited {
	background-color: #FFFFFF;
	color: #808080;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	background-color: #FFFFFF;
	color: #0000FF;
	font-weight: bold;
	text-decoration: underline;
}

a:active {
	background-color: #FFFFFF;
	color: #0000FF;
	font-weight: bold;
	text-decoration: underline;
}

a.horizontalbutton:link {
	background-color: #FFFFFF;
	border: 3px #000000 outset;
	color: #808080;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	width: 15%;
}

a.horizontalbutton:visited {
	background-color: #FFFFFF;
	border: 2px outset;
	color: #808080;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	width: 15%;
}

a.horizontalbutton:hover {
	background-color: #FFFFFF;
	border: 2px #000000 inset;
	color: #808080;
	display: inline;
   font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	width: 15%;
}

a.horizontalbutton:active {
	background-color: #FFFFFF;
	border: 2px #000000 inset;
	color: #808080;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	width: 15%;
}

a.vertical:link {
	background-color: #FFFFFF;
	border: 2px outset;
	color: #808080;
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	width: 100%;
}

a.vertical:visited {
	background-color: #FFFFFF;
	border: 2px outset;
	color: #808080;
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	width: 100%;
}

a.vertical:hover {
	background-color: #FFFFFF;
	border: 2px #000000 inset;
	color: #808080;
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	width: 100%;
}

a.vertical:active {
	background-color: #FFFFFF;
	border: 2px #000000 inset;
	color: #808080;
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	width: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	color: #000;
	background-color: #fff;
}

h1 {
	background-color: #FFFFFF;
	color: #008080;
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	text-align: center;
}

h2 {
	background-color: #FFFFFF;
	color: #008080;
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
}

h3 {
	background-color: #FFFFFF;
	color: #008080;
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
}

h4 {
	background-color: #FFFFFF;
	color: #008080;
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}

h5 {
	background-color: #FFFFFF;
	color: #008080;
	font-size: .9em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	background-color: #FFFFFF;
	color: #008080;
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	text-align: center;
	}
	
img {
	border: 0;
	}
ol, ul, li {/*
	list-style: none;*/
	font-size: 1.0em;
	line-height: 1.2em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
p {
	font-size: 1.0em;
	line-height: 1.5em;
	margin: 1.2em 0em 1.2em 0em;
	}
li > p {
	margin-top: 0.2em;
	}
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}

img.acg {
	height: auto;
	width: 40%;
}

img.amet {
	height: auto;
	width: 135px;
}

img.bcpr {
	float: none;
	height: auto;
	width: 40%;
	}

img.bcpr2 {
	float: right;
	height: 75px;
	width: 100px;
	}

img.ibba {
	height: auto;
	width: 15%;
}

img.lab {
	float: right;
	height: 180px;
	width: 250px;
}

img.mas {
	height: auto;
	width: 35%;
}

img.paw {
	height: 25px;
	margin-left: 10px;
	margin-right: 10px;
	width: 25px;
}

img.tma {
	height: auto;
	width: 15%;
}

li {
	display: list-item;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	list-style-image: url(images/pawbulletb.gif);
	list-style-position: outside;
	list-style-type: none;
}

img.bear2 {
	height: 45px;
	width: 135px;
}

.bearcontact {
	margin-left: 75%;
	position: absolute;
	top: 20px;
	z-index: 2;
}

.bldit {
	font-style: italic;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.clearing {clear: both; height: 0; line-height: 0;}


.highlight {
	background-color: #FFFFFF;
	color: #008888;
	font-style: italic;
	font-weight: bold;
}

/* and this shows how the horizontal links at the top look. The outside box should be the class .horizontalmenu */
.horizontalmenu {
	background-color: transparent;
	display: inline;
	color: Black;
	margin-left: 10px;
	margin-top: 10px;
	position: absolute;
	top: 65px;
	white-space: nowrap;
	width: 100%;
	}
	
.horizontalmenu ul {
	display: inline;
}

.horizontalmenu li {
	list-style-type: none;
}

.italic {
	font-style: italic;
}

.mid-col-1-1 {
	border: thin solid #ABABAB;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-top: 10px;
	padding: 5px;
}

.mid-col-1-1 p {
	/*font-size: 11px;*/
	font-size: .8em;
	line-height: 1.2em;
}

.mid-col-2-1 {
	/*font-size: 14px;*/
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 10px;
}

.mid-col-2-1 h1 {
	background-color: #FFFFFF;
	color: #008888;
}

.mid-col-2-1 h2 {
	background-color: #FFFFFF;
	color: #008888;
	text-align: center;
}

.mid-col-2-1 h3 {
	background-color: #FFFFFF;
	color: #008888;
}

.mid-col-2-1 h4 {
	background: #FFFFFF;
	color: #008888;
}

.mid-col-2-1 img.bcpr {
	height: auto;
	width: 50%;
}

.mid-col-4-1 {
	border: 2px #000000 solid;
	margin-top: 5px;
	padding: 10px;
}

.mid-col-4-1 h3 {
	text-align: center;
}

.mid-col-4-2 {
	border: 2px #000000 solid;
	margin-top: 5px;
	padding: 10px;
}

.mid-col-4-2 h3 {
	text-align: center;
}

.quote {
	background-color: #FFFFFF;
	color: #008888;
	font-style: italic;
}

/* This section specifys how the links in the vertical menu look. The containing box should be the class vertical menu. */
.verticalmenu {
	border: 2px none #008080;
	left: 5px;
	margin-top: 15px;
	padding: 5px;
	text-decoration: none;
	width: 80%;
	}

.valid {
	margin: 10px;
}
	
.widebox {
	background-color: #FFFFFF;
	border-bottom: double #000000;
	border-top: double #000000;
	color: #000000;
	margin: 20px;
}

.widebox p {
	font-size: .8em;
	font-weight: bold;
}

.widebox2{
	background: transparent;
	border: 2px #ABABAB solid;
	color: #0000FF;
	font-size: .8em;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 5px;
}

.widebox2 p{
	background: transparent;
	color: #808080;
	font-size: 1em;
	
}

.wideboxleft {
	/*left: 0;*/
	padding-left: 5px;
	position: absolute;
	width: 49%;
}

.wideboxleft img.w3c {
	float: right;
	width: 88px;
	height: 31px;
	padding: 3px;
	}

.clearer {clear: both; line-height: 0; height: 0;}

	
.wideboxcenter {
	padding-left: 5px;
	position: relative;
	margin-left: 45%;
	}

.wideboxright {
	margin-left: 51%;
	position: relative;
	top: 0px;
}

.wideboxright img.bcpr {
	float: left;
	height: 75px;
	width: 100px;
	
}


#bottom-col-1 {
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}

#bottom-section {
	left: 0;
	position: relative;
	top: 0;
}


#mid-col-1 {
	left: 0;
	position: absolute;
	top: 0;
	width: 20%;
}

#mid-col-2 {
	left: 20%;
	position: relative;
	top: 0;
	width: 75%;
}

#mid-col-4 {
	left: 75%;
	margin-right: 10px;
	position: absolute;
	top: 0;
	width: 23%;
}

#mid-section {
	left: 0;
	position: relative;
	top: 0;
	clear: both;
}

#nav {
	margin: 0;
	padding: 0;
	height: 20px;
	float: right;
	clear: right;
	/*top: 65px;*/
	}

#nav ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	}

#nav ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	}

#nav ul li a {
	background: #FFF;
	width: 120px;
	height: 18px;
	border-top: none;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-right: none;
	padding: 0;
	margin: 0px;
	color: #999;
	text-decoration: none;
	display: block;
	text-align: center;
	font: normal 10px/18px Geneva, Arial, Helvetica, sans-serif;
	}


#nav ul li a:hover {
	color: #000000;
	font: bolder 10px/18px Geneva, Arial, Helvetica, sans-serif;
	border-bottom: 4px solid #000000;
	background: #A1D7D2;
	}

#nav a:active	{
	background: #C60;
	color: #fff;
	}


#search a:link, #search a:visited {
	border-right: none /*1px solid #F90*/;
	}

#top-col-1 {
	background-color: #FFFFFF;
	background-image: url(images/logo3colhires2.jpg);
	background-position: 0%;
	background-repeat: no-repeat;
	border-bottom: solid #000000 2px;
	color: #000000;
	height: 65px;
	margin: 20px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}

#top-section {
	left: 0;
	position: relative;
	top: 0;
}
