body {
	font: 100%  Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:150%;
	background: #494948;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: black;
}

h1 {
	font-size: 16px;
	color: NAVY;
	Padding-top:5px;
}
h2 {
	font-size: 16px;
	color: black;
}
h3 {
	font-size: 15px;
	color: black;
}


A:link {
	font-size:13px;
	text-decoration:none;
	color:NAVY;
	font-weight:bold;
	Font-family:Arial;
}


A:visited {
	font-size:13px;
	text-decoration:none;
	color:NAVY;
	font-weight:bold;
	Font-family:Arial;
}


A:hover {
	text-decoration:underline;
	color:blue;
	font-weight:bold	

}

.Menu
{
	FONT-SIZE : 16px;
	FONT-WEIGHT : bold;
	FONT-FAMILY : Arial;
	Color: white;
	font-variant:small-caps;
	padding-bottom:5px;
}


.Menu A:link {
	FONT-SIZE : 16px;
	FONT-WEIGHT : bold;
	FONT-FAMILY : Arial;
	Color: white;
	font-variant:small-caps;
	
}


.Menu A:visited {
	FONT-SIZE : 16px;
	FONT-WEIGHT : bold;
	FONT-FAMILY :Arial;
	Color: white;
	font-variant:small-caps;
}


.Menu A:hover {
	FONT-SIZE : 16px;
	FONT-WEIGHT : bold;
	FONT-FAMILY : Arial;
	Color: #c4def5;
	font-variant:small-caps;

}


.footer {
	text-decoration:none;
	color:#000066;
	font-weight:normal;
	font-size:10px;
	line-height:125%;
	padding-left:30px
}

.Footer A:link {
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
	
}


.Footer A:visited {
	font-size:10px;
	text-decoration:none;
	font-weight:bold
}


.Footer A:hover {
	font-size:10px;
	text-decoration:underline;
	color:blue;
	font-weight:bold	

}


.text {
	font-size:13px;
	font-face: Tahoma;
	color:#000000;
	font-weight:normal;
	Padding-top:5px;
	Padding-right:0px;
	Padding-left:35px;
}

.testimonial {
	font-size:11px;
	font-face: Verdana;
	color:#000000;
	font-weight:normal;
	Padding-left:22px;
	Padding-right:17px;
}

.testimonial_name {
	font-size:11px;
	font-face: Verdana;
	color:#000000;
	font-weight:bold;
	Padding-top:10px;
	Padding-right:15px;
}

.testimonial_other {
	font-size:11px;
	font-face: Verdana;
	color:#000000;
	font-weight:normal;
	Padding-top:0px;
	Padding-right:15px;
}

.title {
	font-size:22px;
	font-face: Arial;
	padding-bottom: 5px;
	padding-left: 35px;
	color:#000066;
	font-weight:bold;
	font-variant:small-caps;
}

.form {
	font-size:10px;
	font-face: Arial;
	color:#000066;
	font-weight:bold;
}

.small {
	font-size:10px;
	font-face: Arial;
	color:#000066;
	font-weight:bold;
}

.title {
	font-size:16px;
	font-face: Arial;
	color:#000066;
	font-weight:bold;
}


.imagetitle {
	font-size:12px;
	font-face: Arial;
	color:Navy;
	font-weight:bold;
	padding-bottom:3px;
}

.thumbnail {
	width: 250px;
	height: 350px;
	margin: 0 15px 15px 0;
	padding: 5px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

#links a img {
  height: 0;
  width: 0;
  border-width: 0;
} 

#links a {
  display:block;
  padding-top: 0px;
} 

#links a:hover img {
  position: relative;
  top: -260px;
  left: -90px;
  width: 500px;
  border-width: 2px;
  border-color: #0ff;
} 

 ul {
	margin-left: 2em;
	padding-left: 2em;
	text-indent: 0em;
	margin-top: 0em;
	}

