a{
	text-decoration:none;
	color:gray;
}

a:hover{
	text-decoration:underline;
	color: #6F8272;
}
.emailURL{	
	text-decoration:none;
	color: #ffffff;
}
.emailURL:hover{	
	text-decoration:underline;
	color: #ffffff;
}
.smallLink{
	text-decoration:none;
	color:black;
}
.smallLink:hover{
	text-decoration:underline;
	color:black;
}

body{
	font-family:Arial, Helvetica, sans-serif;
}
.basicText {
	color: #727272;
}
.smallText
{
	color: #727272;
	font-size:small;
}

li {
	color: #727272;
	padding: 2px;
}


.medHeader {
	color: #617263;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
}

.headerFade {
	background-image: url('../images/header-repeat.png');
}
.leftNavBar {
	background-color: #1e7bd2;
	text-align: center;
}
.topNavBar {
	background-image: url('../images/nav-fade.png');
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 2px;
	border-top-color: #6F8272;
	border-top-style: solid;

	border-bottom-width: 2px;
	border-bottom-color: #6F8272;
	border-bottom-style: solid;
}
.style5 {
	text-align: left;
	background-color: #FFFFFF;
}
.style6 {
	background-image: url('../images/left-border-fade.png');
	background-repeat:repeat-y;
	background-position:right;
}
.style7 {
	background-image: url('../images/right-border-fade.png');
	background-repeat:repeat-y;
	background-position:left;

}
.style13 {
	font-size: medium;
	color: #6A6A6A;
}
.navDiv{
	vertical-align: middle;
	height:25px;
}
.style14 {
	color: #FFFFFF;
}
.style15 {
	font-size: small;
}
.style16 {
	font-family: Tahoma;
}
.style17 {
	font-size: medium;
}
.style18 {
	text-decoration: none;
	color:white;
}
.bigHeader {
	color: #6F8272;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
}
.style21 {
	font-size: x-small;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

.bTD{
	border-bottom-width: 2px;
	border-bottom-color: #c0c0c0;
	border-bottom-style: solid;
}
.style22 {
	background-image: url('../images/pti3_04.png');
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}
.style23 {
	color: #6A6A6A;
}
.style24 {
	background-image: url('../images/pti3_04.png');
}
.style25 {
	text-align: center;
	background-color: #6F8272;
}

.pullquote {
	color: #727272;
	font-size:small;
	width: 90%;
	line-height:140%;
	margin:10px;
	background: url(../images/closequote.png) no-repeat bottom right !important;
	background /**/:url(); /* removing quote graphic in IE5+ */
	padding:0px 25px 5px 0px;
}
.pullquote:first-letter {
	line-height:230%;
	background: url(../images/openquote.png) no-repeat left top !important;
	padding:5px 2px 25px 35px!important;
	padding /**/:0px; 	/* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */
}

.quoteeInfo{
	font-size:small;
	width: 95%;
	text-align:left;	
	color: #727272;
	padding-left:42px;
}


blockquote.withquote {
	margin:5px;
	width: 90%;
	color: #727272;
	font-size:small;
	background:url(../images/openquote.png) no-repeat;
	background-position:top left;
	padding:5px 5px 5px 10px;
	text-align:justify;
} 

p.withunquote {
	background: url(../images/closequote.png) no-repeat;
	background-position:bottom right;
	padding:0px 35px 5px 28px;
}

