@charset "UTF-8";
/* CSS Document */


a:link, a:visited {
	color: #3399cc;
	text-decoration: none;
}


a:hover, a:active {
	text-decoration: underline;
}

body {
	background: #FFF url('/styles/images/background-body.gif') repeat-x;
	color: #555;
}

#column-left {
	float: left;
	width: 200px;
}

#column-right {
	margin-left: 240px;
}

.extra {
	display: none;
}

.firstP {
	color: #6faf8b;
	line-height: 1.5em;
}

#footer {
	background: none;
	border-top: 2px solid #6faf8b;
	color: #6faf8b;
	margin: 1em 0 2em;
	padding:  0;
	text-align: right;
}

#footer a {
	color: #60BF8A;
}

h1, h2, h3, h4, h5, h6 {
	color: #99cce5;
	margin: 0;
}

p {
	margin: 0 0 1em;
}

#header {
	padding-left: 0;
}

#header h1 {
	display: none;
}

#header-nav {
	background: url(images/nav-center.gif) repeat-x;
	float: right;
	margin-top: 20px;
}

img {
	border: 0;
}

img.margin-left {
	margin: 0 0 1em 1em;
}

img.margin-right {
	margin: 0 1em 1em 0;
}

#mainContent {
	border: 2px solid #cce6f2;
	border-width: 0 2px;
	padding: 30px 40px;
}

#mainContent-btm {
	background: url(images/maincontent-btm.gif) no-repeat;
	height: 11px;
	line-height: 11px;
	margin: 0;
	padding: 0;
}

#mainContent-top {
	background: url(images/maincontent-top.gif) no-repeat;
	height: 10px;
	line-height: 10px;
	margin: 0;
	padding: 0;
}

.schedule td {
	vertical-align: top;
	padding: 0 .25em 0 0;
}

.testimonial,
.testimonial-author {
	color: #3398cc;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

.testimonial-author {
	text-align: right;
}
