a:active {
	text-decoration: underline;
}
a:link {
	text-decoration: underline;
	color: #000099;
}
a:visited {
	text-decoration: underline;
	color: #000099;
}
a:hover {
	color: #6699CC;
	text-decoration: underline;
}

.navtext a:visited, .navtext a:link, .navtext a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	font-weight: normal;
	text-align:center;
}
.navtext a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	font-weight: normal;
	text-align:center;
}
.navtext_CurrentPage a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	font-weight: normal;
	text-align:center;
}


.stdtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.5em;
}
.stdtextResume {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}


.footer, .footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
.footer a:hover{
	color: #0000FF;
}

body {
		margin:0px 0px 0px 0px; 
		background-color:#B9C4D6; 
		background-image:url(http://www.quailhollowtherapy.com/images-quailhollow/texture.jpg);
}

h1, h1 a:visited, h1 a:link, h1 a:hover, h1 a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: center;
	line-height: 1.5em;
}


/* This is really for Firefox users to make the forms look better*/
input.text, textarea, select, checkbox{
    border-top:2px solid #7c7c7c;
    border-left:2px solid #7c7c7c;
    border-right:2px solid #c3c3c3;
    border-bottom:2px solid #c3c3c3;

}
