html {
	margin: 0;
	padding: 0;
}

body {
	background: white;
	color: black;
	margin: 0;
	padding: 0;
	font: 10pt 'Bitstream Vera Serif', 'Times New Roman', serif;
	line-height: 1.5em;
}

th {
	font-weight: bold;
	border-bottom: 1px solid #66a;
}

hr {
	padding: 0;
	margin: 0;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #ccc;
	height: 1px;
	clear: left;
}

acronym, abbr {
	border-bottom: 1px dotted #808080;
	font-style: normal;
	cursor: help;
}

dl dt {
	font-weight: bold;
}

input, textarea, select {
	font: 10pt 'Arial', sans-serif;
	border: 1px solid #ccc;
	color: black;
	background: white;
}
input[type=submit]:hover {
	color: black;
	background: #ccc;
	border: 1px solid #bbb;
}
input[type=reset]:hover {
	color: black;
	background: #fcc;
	border: 1px solid #bbb;
}

img {
	border: none;
}

.photo {
	margin: 0 -30px 0 -90px;
	padding: 0;
	text-align: center;
}

.photo img {
	border: 1px solid black;
}

.content {
	margin: 0;
	padding: 10px 40px 10px 40px;
}

.content :link {
	text-decoration: none;
	color: #800;
}

.content :visited {
	text-decoration: none;
	color: #400;
}

.content :link:hover {
	text-decoration: underline;
	color: #a00;
}

.content :visited:hover {
	text-decoration: underline;
}

.content h1 {
	font: bold 1.5em 'Trebuchet MS', 'Arial', sans-serif;
	color: black;
	letter-spacing: 0.1em;
}

.content h2 {
	font: 1.3em 'Trebuchet MS', 'Arial', sans-serif;
	color: black;
	margin-top: 2em;
	border-bottom: 1px solid #ccc;
	letter-spacing: 0.1em;
}

.content h3 {
	font: 1.1em 'Trebuchet MS', 'Arial', sans-serif;
	color: #888;
	/*border-bottom: 1px solid #ccc;*/
	background: #fff;
}

.content h4 {
	font: 1em 'Arial', sans-serif;
	color: black;
	margin: 0;
	color: #f00;
}

#header {
	margin: 5px 0 0 0;
	padding: 5px;
	/* 66a */
	background: #80b489;
	color: white;
	text-align: center;
	/* 559 */
	border-top: 1px solid #408449;
	border-bottom: 1px solid #408449;
	font: bold 3em 'Trebuchet MS', 'Arial', sans-serif;
	letter-spacing: 0.2em;
}

#gradient {
	font-size: 0;
	margin: 0;
	padding: 0;
	height: 12px;
	width: 100%;
	display: block;
	background: url(../images/grad.png);
}

.menu {
	font: 10pt 'Trebuchet MS', 'Arial', sans-serif;
	margin: 0 0 0 70px;
	text-align: right;
	letter-spacing: 0.1em;
	padding: 5px 10px;
}

.menu li {
	display: inline;
	list-style: none;
}

.menu a {
	margin: 0 7px;
	text-decoration: none;
	color: black;
}

.menu a:hover {
	color: black;
	text-decoration: underline;
}

.menu li:before {
	color: #66a;
	content: '|';
}

.menu li:first-child:before {
	color: #66a;
	content: '';
}

.menu li:last-child:after {
	color: #66a;
	content: '';
}

#thispage {
	font-weight: bold;
}

q {
	quotes: '\201C' '\201D' '\2018' '\2109';
}

q:before {
	content: open-quote;
}

q:after {
	content: close-quote;
}

blockquote q {
	font-style: italic
}

#gir {
	position: absolute;
	left: 15px;
	top: 15px;
	width: 51px;
	height: 97px;
	background: url(../images/gir.png);
}

.copyright {
	font: 8pt 'Trebuchet MS', 'Arial', sans-serif;
	clear: both;
	text-align: right;
	padding: 5px;
	margin: 0;
	color: #888;
}

.copyright a {
	color: #888;
}

.spacedlist li {
	margin-bottom: 0.7em;
	list-style-position: outside;
	clear: left;
}

.spacedlist li img {
	float: left;
	margin: 0 5px 5px 0;
	padding: 0;
	/*width: 100px;*/
}

.thumbnail {
	float: left;
	text-align: center;
	font-size: 75%;
	width: 150px;
	padding: 5px;
	height: 150px;
}

.thumbnail img {
	background: black;
	padding: 4px 15px;
	margin: 0;
}

.commentinfo {
	font-size: 75%;
	color: #66a;
	text-align: right;
	clear-left;
}

.commentinfo a:link {
	color: #888;
}

.commentinfo a:visited {
	color: #666;
}

img[style="float: left;"] {
	float: left;
	clear: left;
	margin: 0 5px 5px 0;
}

#camera {
	width: 184px;
	height: 219px;
	float: left;
	margin: 15px;
	padding: 0;
	background: url(/images/ifbaflex.jpeg);
}

#camera:hover {
	background: url(/images/ifbaflex2.jpeg) white;
}

.hidden {
	display: none;
}


