/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font: small Trebuchet MS, Arial, Helvetica, Verdana, sans-serif; line-height: 1.5em; color: #003399;
	background-color: #FFFFEA;
	text-align: center;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 1003px;
	background-image: url(../images/content_tile.jpg);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	padding: 0 0 0 0;
}
#content {
	margin: 0px 120px 0px 120px;
}
#content .inner .menuheadinglarge {
	color: #ffff99;
	font-size: 140%;	
	background-color: #4A5EB5;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	letter-spacing: 0.2em;	
}
#content .inner .menuheadingsmall {
	color: #003399;
	font-size: 120%;
	letter-spacing: 0.5em;	
	font-weight: bold;
}
.bold {
	font-weight: bold;
	font-size: 110%;
}
.italic {
	font-style: italic;
	font-size: 110%;
}
.testtable td {
	border: 1px dotted #003399;
}
.testimonials {
	color: #ffff99;
	font-weight:bold;
}
#content .inner .leftimg {
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	border: solid 1px #003399;
}
#content .inner .map {
	border: solid 1px #003399;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: underline;
	color: #003399;
	background-color: transparent;
}
a:hover, a:active {
	text-decoration: none;
	color: #003399;
}

