@charset "utf-8";
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
h4 {
	color: #333399;
}
li {
	font-family: Arial, Helvetica, sans-serif;
}


img {
	border: 1px solid #333333;
	margin: 0px;
	padding: 0px;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #B3E5FE;
	padding: 4;
}
p {
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;

}


a:active {
	text-decoration: none;
}
.underlinedlink {

}
.underlinedlink:hover {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}
.oneColFixCtrHdr #container {
	width: 999px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #FFFFF0;
	position: relative;
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFF0;
	background-image: url(/images/header.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 172px;
	margin-top: 15px;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}
.oneColFixCtrHdr #mainContent {
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	background-color: #FFFFF0;
	clear: both;
	margin-top: 25px;
}

.oneColFixCtrHdr #footer {
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #FFFFF0;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
.twoColFixLtHdr #container {
	width: 999px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFF0;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin-top: 10px;
} 
.twoColFixLtHdr #header {
	background-color: #FFFFF0;
	background-image: url(/images/header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: bottom;
	height: 172px;
	padding: 0px;
	margin-top: 15px;
} 

.twoColFixLtHdr #header h1 {
	margin-top: 0px;
	padding-top: 0px;

}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #EEEEEE;
	margin-top: 25px;
	clear: left;
	border: 1px solid #999999;
}
.twoColFixLtHdr #sidebar1 a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}

.twoColFixLtHdr #mainContent {
	background-color: #FFFFF0;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 260px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
} 
.twoColFixLtHdr #footer {
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	background-color: #FFFFF0;
} 

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.thrColFixHdr #container {
	width: 999px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #FFFFF0;
} 
.thrColFixHdr #header {
	background-color: #FFFFF0;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(/images/header.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 172px;
	margin-top: 15px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top: 25px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #EEEEEE;
}
.thrColFixHdr #mainContent {
	background-color: #FFFFF0;
	margin-top: 25px;
	margin-right: 210px;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	vertical-align: top;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #FFFFF0;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px; /* padding keeps the content of the div away from the edges */
	clear: both;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-left: 15px;
	background-color: #EEEEEE;
	margin-top: 25px;
}
.font24px {	font-size: 24px
}

.fontseventypercent {font-size: 70%}
.fontfiftypercnt {font-size: 50%}
.fonteighteenpx {font-size: 18px}
.eightypercent {font-size: 80%}

.fontsixteen {font-size: 16px}

.comicsans {font-family: "Comic Sans MS"}
.orange {
	color: #FF6600;
	font-weight: bold;
}
.darkblue {
	color: #003366;
	font-weight: bold;
}
.lightbluebold {
	color: #0066CC;
	font-weight: bold;
}
.lightgreenbold {
	color: #339933;
	font-weight: bold;
}
.green {color: #006600}
.lightgreen {color: #339933}
.lightblue {
	color: #008FDF;
	font-weight: bold;
}
.timesfont {font-family: "Times New Roman", Times, serif}
.brighterblue {
	color: #0032A4;
	font-weight: bold;
}
.imageright {
	float: right;
	margin-left: 15px;
}
.imagerightnoborder {
	float: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imageleftnoborder {
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 15px;
}
.imageleft {
	float: left;
	margin-right: 15px;
	border: 1px solid #000000;
}
.blue {color: #00328A}
.darkgrey {color: #666666}
.greenbold {
	color: #006600;
	font-weight: bold;
}
.brightred {color: #FF0000}
.deepred {
	color: #990000;
	font-weight: bold;
}
.notopspace {
	margin-top: 0px;
	padding-top: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.topbottomborder {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}

.borderleft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
.staffimage {
	border: 1px solid #000000;
	text-align: center;
	width: 152px;
	float: left;
	clear: none;
	margin-bottom: 20px;
	background-color: #000000;
}
.stafftext {
	margin-left: 180px;
	float: none;
	clear: right;
	padding-top: 0px;
	margin-top: 0px;
}
.limitwidth {
	text-align: left;
	width: 600px;
}

.imagepadding {

}

.staffwrapper {
	clear: none;
	height: 210px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	margin: 0px;
}

#spacer {
	font-size: 1px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#education li {
	padding-bottom: 10px;
}
#conservationlist li {
	padding-bottom: 10px;
	list-style-type: disc;
}
#wordtopleft {
	float: left;
	height: 200px;
	width: 200px;
}
#leftcolumn {
	float: left;
	width: 340px;
}
#apDiv1 {
	position:relative;
	left:812px;
	top:277px;
	width:225px;
	z-index:1;
}

#rightcollumn {
	float: left;
	width: 340px;
	margin-left: 20px;
}

#wordtopright {
	float: left;
	height: 200px;
	width: 200px;
}
.bottomdashedborder {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-bottom: 15px;
}
.bottomdashedbordertimesfont {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-bottom: 15px;
	font-family: "Times New Roman", Times, serif;
}
.fontninetypercent {
	font-size: 90%;
}
.category {
	width: 355px;
	float: left;
	padding-bottom: 10px;
	clear: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
}
.button {
	width: 170px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: right;
}
h5 {
	font-size: 16px;
}
.paraleft {
	text-align: left;
}

