body {
	text-align: center;
	min-width: 700px;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif
}

p { 
	text-align: justify;
	margin-left: 2px;
	margin-right: 2px;
}

h2 {
	color: #0000ff;
/*	font-size: normal;*/
	font-weight: bold;
}

.blue {
	color: #0000ff;
}

div.copyright {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: xx-small;
	font-weight: bold;
}

.boldblue {
	color: #0000ff;
	font-weight: bold;
}

h3 {
	color: #0000ff;
	font-size: small;
	font-weight: bold;
}

.smaller {
	font-size: smaller; 
}

.caption {
	font-size: small;
	font-style: italic;
	color: #0000FF;
}

img.welcome {
	text-align: center;
	display: block;
	margin: 2px auto 2px auto;
}

div.gallery {
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	margin-top: 10px;
	width: 480px;
}

div.photo {
	width: 153px;
	padding: 2px;
	float: left;
}

div.photo img {
	/* hardcode the width/height so we don't break things... */
	width: 150px;
	height: 113px;
}

p.photocaption {
	text-align: center;
	/* This holds four lines comfortably... */
	height: 6em;
	overflow: auto;
}

img.centered, div.newslogo img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

p.centered {
	text-align: center;
}

img {
	border: 0;
}

div.container {
	text-align: left;
	font-size: small;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #cd3278;
}

div#content {
	margin: 10px 195px 10px 10px;
}

div#sidebar {
	padding: 5px;
	background-color: #cccccc;
	float: right;
	width: 165px;
	margin: 10px;
	font-size: small;
	border: 2px solid #cd3278;
	/*border-left: thin solid black;*/
}

.bold {
	font-weight: bold;
}

.right {
	padding: 10px;
	float: right;
}

.left {
	padding: 10px;
	float: left;
}

table.linkbar {
	margin-left: auto;
	margin-right: auto;
}

div.spacer {
	clear: both;
}

div.linkbar {
	display: block;
	height: 30px;
	text-align: center;
	background-color: #cd3278;
}

a {
	border: 0;
}

div.linkbar img {
	display: inline;
	border: 0;
	margin: 0;
	height: 30px;
	width: 80px;
}


