/********** Contact Page ****************/

.email {
 font: 120% Lucida Sans, Arial, Helvetica, sans-serif;
 font-weight: 700;
 text-align: center;
 color: #666666;
 margin: 0px;
 padding: 0px;
}

a.email:link {
	 text-decoration: none;
	 color: #666666;
}

a.email:visited {
	text-decoration: none;
	color: #666666;
}

a.email:hover {
	color: #0000FF;
	text-decoration: none;
}

a.email:active {
	color: #0000FF;
}


/************************ About Page ************************/

.about h3{
	font-family: Lucida Sans, sans-serif;
	font-size: 120%;
	color: #666666;
	text-align: justify;
	margin: 20px 0px 0px 0;
}

.sig h3{
	font-family: Lucida Sans, sans-serif;
	font-size: 120%;
	color: #666666;
}

.testimonials h3{
	font-family: Lucida Sans, sans-serif;
	font-size: 100%;
	color: #666666;
	font-style: italic;
}

.testimonialButton {
	font-family: "Lucida Sans", sans-serif;
	font-size: 120%;
	color: #666666;
}
/********************** indexcss2 code *********************/
/*
#container {
	position: absolute;
	width: 850px;
	margin-left: 9%;
	margin-right: auto;
}

.headerLogo {
	position: relative;
	left: 40px;
	top: 0px;
	width: 826px;
}

.buttons {
	position: relative;
	left: 255px;
	top: 2px;
	width: 410px;
}

.index {
	position: relative;
	color: #000000;
	margin: 0px;
	padding: 0px;
	width: 820px;
	left: 50px;
	top: 2px;
}

.footerLogo {
	position: relative;
	left: 43px;
	top: 4px;
	width: 830px;
	height: 50px;
}
*/
/************************ indexcss code *********************/
/*
.index a img {
	border: 1px solid black;
}

.index a:link, a:visited, a:hover, a:active {
	 text-decoration: none;
	 color: #000000;
}

#indextable {
	color: #000000;
}

#indextable .picturebuttons img {
	border: 1px solid black;
}

*/
a.picturebuttons:link, a.picturebuttons:visited, a.picturebuttons:hover {
	text-decoration: none;
}

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

#image1, #image2, #image3, #image4, #image5, #image6, #image7, #image8 {
	border: 1px solid black;
}

/*****************************Navigation Buttons**************************/

.navbut {
	display: inline;
	font-family: Lucida Sans, sans-serif;
	font-size: 110%;
	font-weight: 500;
	padding: 0px 5px 3px 5px;
	color: #666666;
}
/*
.navbut h2{
	font-family: Lucida Sans, sans-serif;
	font-size: 110%;
	color: #666666;
	text-align: center;
	margin: 0px 5px 0px 5px;
}
*/
a.navbut:link {
	 text-decoration: none;
	 color: #666666;
}

a.navbut:visited {
	text-decoration: none;
	color: #666666;
}

a.navbut:hover {
	color: #0000FF;
	text-decoration: none;
}

a.navbut:active {
	color: #0000FF;
}

/***************************** Description*****************************/

.Description {
	font-family: Lucida Sans, sans-serif;
	font-size: 100%;
	font-weight: 600;
	color: #444444;
	text-align: justify;
	margin: 2px 0px 2px 0;
}