body{
margin:0;
background-color:#c0c0c0;
}

.text1 {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color:#FFFFFF;
	text-decoration: none;
}
.text2 {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color:#FFFFFF;
	text-decoration: underline;
}
.text2:hover {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color:#FFFF00;
	text-decoration: none;
}
.text3 {
	font-family: tahoma;
	font-size: 20px;
	font-weight: normal;
	color:#1e467a;
	text-decoration: none;
}
.text4 {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color:#333333;
	text-decoration: none;
}
.text5 {
	font-family:Trebuchet MS;
	font-size: 14px;
	font-weight:normal;
	color:#003366;
	text-decoration: none;
}
.text6 {
	font-family:tahoma;
	font-size: 16px;
	font-weight:normal;
	color:#006666;
	text-decoration: none;
}
.picture-border {
border: 3px #d79900 solid;
}
.text7 {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color:#36578d;
	text-decoration: none;
}

/*CONTACT PAGE-----------------------------------------------------*/
.contact_form{
	border-right:1px dotted #000;
	margin:0 20px 0 0;
	padding:0 20px 0 0;
	height:250px;
	}
	
label{
	width:110px;
	display:block;
	font:11px Arial, Helvetica, sans-serif;
	margin:5px 0 0 0;
	}
	
textarea{
	width:250px;
	height:80px;
	}
	
input{
	width:250px
	}
	
/*PROFILE PAGE---------------------------------------------------------*/
.profile{}

.profiles{
	margin:20px 0;
	padding:10px 10px 20px 10px;  
	/*background-color:#E8E8E8;*/
	border-bottom:1px solid #CCC;
	}

.profiles img{
	float:left;
	margin:0 10px 0 0;
	}
	
.profiles h2{
	float:right;
	width:485px;
	text-align:left;
	font:22px Verdana, Arial, Helvetica, sans-serif;
	color:#1e467a;
	margin:0;
	padding:0;
	}
	
.profiles p{
	float:right;
	width:485px;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	line-height:16px;
	color:#333333;
	}
	
.clearit{clear:both}

/*ALL PAGES--------------------------------------------*/
a.contact_cta{
	width:243px;
	height:52px;
	background:url(images/damhsa-CTA.jpg) no-repeat;
	display:block;
	line-height:999px;
	overflow:hidden;
	margin:15px 0;
	}
	
a:hover.contact_cta{
	background:url(images/damhsa-CTA.jpg) 0 -52px no-repeat;
	}
	
/*Testimonials-----------------------------------------*/
.testimonial{
	margin:30px 0;
	}

.testimonial h2{
	font-family:tahoma;
	font-size: 16px;
	font-weight:normal;
	color:#006666;
	text-decoration: none;
	}