div.container {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
	margin-bottom: 80px;
/*	border: 1px solid gray; */
}

.center {
	margin-right: auto;
	margin-left: auto;
/*	border: 1px solid gray; */
}
.contact {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 17px;
	line-height:28px;
	color: #CCCCCC;
}

body,p,td {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #CCCCCC;
}
.nav {
	font-size: 18px;
	font-weight: normal;
	line-height: 15px;
	font-family: Helvetica, Arial, sans-serif;
	margin-top: 30px;
	margin-bottom: 30px;

}
.photocaption {
	font-size: 12px;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	color: #666666;
	position: relative;
	right: 0px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {color: #FFFFFF}
a:visited {color: #FFFFFF; text-decoration: none}
a:hover {text-decoration: underline}

h1 {
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
/* h2 was previously purple 99CCCC */
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.color-dim {
	color: #666666;
}
.floatright {
	float: right;
	margin: 2px 0px 8px 8px;
}
.floatleft {
	float: left;
	margin: 2px 8px 8px 0px;
}
