body, html {
	margin: 0px;
	padding: 0px;
	background-color: #666666;	
}

#wrap {
	background-color: #4D7984;
	font-size: small;
	color: #333333;
	width: 820px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: auto;
}

#left{
	background-color: #9BAFB0;
	width: 570px;
	padding: 10px 20px 20px;
	min-height: 620px;
	height: 100%;
	text-transform: capitalize;		
}
/*lower case text for paragraphs on pages other than indexes and slideshows*/
#wrap #left #lc p {
	text-transform: none;
}

#left a:link {
	color: #666666;
	text-decoration: none;
	padding-right: 10px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

#left a:visited {
	text-decoration: none;
	color: #666666;
	font-size: 10px;
}
#left a:hover {
	color: #778763;
	text-decoration: underline;
	font-size: 10px;
}
#left img {
	background-position: left;
	padding-right: 20px;
}
.imgspace {
	padding-right: 20px;
	padding-bottom: 10px;
}

#right{
	text-indent: 3px;
	background-color: #4D7984;
	width: 200px;
	height: 580px;
	clear: left;
	float: right;
	text-transform: capitalize;
}

#right a {
	color: #9BAFB0;
	text-decoration: none;
	text-indent: 3px;
	font-size: 16px;
	line-height: 180%;
	font-weight: bold;
	text-decoration: none;
	text-indent: 3px;
	margin: 0px;
	padding:0px;
	
}
#right a:visited {
	color: #9BAFB0;
	font-size: 16px;
	line-height: 180%;
	font-weight: bold;
	text-decoration: none;
	text-indent: 3px;
}
#right a:hover {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 180%;
	font-weight: bold;
	text-decoration: none;
	text-indent: 3px;
}

#right .indicator {
	color: #9BAFB0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 180%;
	font-weight: bold;
	text-decoration: none;
	text-indent: 3px;
	background-color: #35545B;
	margin: 0px;
	padding:0px;
	
	
}
.lc {
	text-transform: lowercase;
}


.caption {
	background-color: #C5D0D1;
	width: 200px;
	background-position: center;
	padding-top: 5px;
	margin: 5px auto;
	padding-bottom: 5px;
}

.caption a {
	padding-right: 5px;
	
}

#lc {
	text-transform: none;
}