body {
	margin: 0 auto;
	padding: 0;
	color: rgb(0, 0, 0);
	font-family: Verdana,Helvetica,Arial,sans-serif;
	background-color: rgb(255, 255, 255);
	font-size: 12px;
}

a { text-decoration: none; }

a:link {
	color: #00003C;
	background-color: transparent;
}

a:visited {
	color: #00003C;
	background-color: transparent;
}

a:hover {
	color: blue;
	background-color: transparent;
}

a:active {
	color: blue;
	background-color: transparent;
}

h1 {
	font-size: 24px;
	color: #00003C;
}

ul#left-links {
	margin: 20px 0 0 0;
	list-style: none;
	line-height: 20px;
	padding-left: 15px;
	padding-right: 15px;
	font-family: serif;
	font-size: 16px;
}

li.image_page {
	line-height: 14px;
	font-size: 12px;
	font-family: sans-serif;
	color: blue;
}

li.image_page a:link {
	color: #666;
}

li.image_page a:visited {
	color: #666;
}

li.image_page a:hover {
	color: blue;
}

li.image_page a:active {
	color: blue;
}

li.current {
	color: blue;
}

img { border: none; }

td {
	margin: auto;
	text-align: center;
	vertical-align: top;
}

td#bio { text-align: left; }

td#bio p:first-letter {
	font-weight: bold;
	font-size: large;
	color: #00003C;
}

td#order p { text-align: left; }
td#thanks p { text-align: left; }

td.flabel { text-align: right; }
td.ffield { text-align: left; }

td.menu {
	height: 250px;
	width: 180px;
	vertical-align: top;
	padding-top: 30px;
	text-align: right;
}
