body {
	text-align: center;
	font-size: 12px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #666;
}
a {
	text-decoration:none;
}
a:link {
	color: #09F;
}
a:visited {
	color: #09F;
}
a:hover {
	color: #333;
}
img {
	border: none;
}

address {
	font-style: normal;
}

.lighterGray {
	color: #999;
}
.smallBlue {
	font-size: 11px;
	color: #31CBCB;
}
.redText {
	color: #F00;
}

.textFields {
	border: 1px solid #333;
}
.confirmButt {
	display: block;
	height: 22px;
	width: 55px;
	font-weight: bold;
	color: #FFF;
	background-color: #33CCCA;
	padding-top: 4px;
	padding-left: 5px;
	border: 1px solid #333;
	margin-left: 200px;
}
.confirmButt:hover {
	color:#000;
}
.FAQsubheader {
	font-size: 18px;
	font-weight: bold;
	color: #31CBCB;
}
.justify {
	text-align: center;
}
.galleryIMG {
	padding: 4px;
	border: 1px dotted #999;
	margin: 5px;
}
.testiPictures {
	text-align: center;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.testiPicture {
	float: right;
	padding-top: 8px;
	padding-left: 8px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #000;
	margin: 3px 10px 0 10px;
}
.testiWrapper {
	clear: right;
	margin-top: 20px;
}

.testiText {
	padding: 8px 10px 0 15px;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
#wrapper #header {
	background-image: url(../images/header.jpg);
	height: 136px;
	border-bottom: dotted 1px #CCC;
}
.emptyColumn {
	width: 22px;
}

#wrapper #contentsWrapper #nav {
	height: 100%;
	border-right: dotted 1px #CCC;
	border-left: dotted 1px #CCC;
	width: 170px;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 10px 0;
}
#nav ul li {
	display:block;
	font-size:14px;
	height:30px;
}
#nav ul li a:link.unselected {
	display:block;
	color:#555;
	width:150px;
	padding: 8px 0 8px 5px;
}
#nav ul li a:visited.unselected {
	display:block;
	color:#555;
	width:150px;
	padding: 8px 0 8px 5px;
}
#nav ul li a:hover.unselected {
	display:block;
	color:#33CBCE;
	width:150px;
	padding: 7px 0 8px 5px;
	border:dotted 1px #CCC;
	background-color:#FFF;
	background-image: url(../images/gridLinkBG.png);
	background-repeat: no-repeat;
	position: relative;
	left: -20px;
}
#nav .selected {
	display:block;
	color:#33CBCE;
	font-weight:bold;
	width:150px;
	padding: 7px 0 8px 5px;
	border:dotted 1px #CCC;
	background-color:#FFF;
	background-image: url(../images/gridLinkBG.png);
	background-repeat: no-repeat;
	position: relative;
	left: -20px;
}
#wrapper #contentsWrapper #contents {
	width: 680px;
	padding: 0 0 0 8px;
	position: relative;
}
#contents .leftColumnCU {
	float: left;
	width: 225px;
	padding-left: 10px;
}
#contents .rightColumnCU {
	float: right;
	width: 440px;
}
#wrapper #footer {
	border-top: dotted 1px #CCC;
	color: #666;
	font-size: 10px;
	text-align: center;
	width: 800px;
	padding: 0 50px;
	clear: both;
}

