@charset "utf-8";

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: none;
}

body {
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/background.gif);
}

.pic_margin_left {
	margin-right: 30px;
}
.pic_margin_right {
	margin-left: 10px;
}
.pic_margin_logos {
	margin-right: 30px;
}
.pic_border_headshot {
	margin-right: 10px;
	border: thin solid #333333;
}


.text_dark_grey_margin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #333333;
	margin-right: 30px;
	margin-left: 30px;
	line-height: 22px;
}
.text_dark_grey_no_margin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #333333;
	margin-right: 30px;
	margin-left: 0px;
}


.footer_text {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-small;
	font-style: normal;
	color: #FFFFFF;
}
.footer_text_black {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-small;
	font-style: normal;
	color: #333333;
}

.search {
	background-color: #FFFFFF;
	line-height: 25px;
	padding-bottom: 1px;
}
