body {
  font-family: "Georgia", "Geneva","Times New Roman", Times, serif;
  background: #1660c4;
  margin: 0;
  text-align: center;
  font-size: 1.2em;
}
a:link, a:visited, a:hover { outline: none; color: #0095ff; text-decoration: none; }
a:hover { text-decoration: underline ; }
blockquote { font-style: italic; background: #efefef; padding: 5px; border: 3px solid #e6e6e6;}
br.clearer { clear: both; }

div#outer_container { width: 850px; position: relative; margin: auto; margin-top:30px; }

div#header {
	position: relative;
	width: 850px;
}
div#header a#home {
	display: block;
	background: url(/bue_header.gif);
	height: 184px; width: 850px;
}
div#header div#nav_container {
	background: #028dfa;
	padding: 3px 0 2px 0;
}
div#nav_container a {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	margin: 0 10px 0 10px;
}

div#content {
	text-align: left;
	background-color: #fff;
	padding: 10px;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	margin: 0 0 10px 0;
}
h2 {
	margin: 0 0 5px 0;
	font-size: 1.4em;
}
h2.question {
	color: #0095ff;
	margin: 10px 0 0 0;
}
h3 { 
	margin: 0 0 2px 0;
	padding: 0px;
}

p {
	margin: 0 0 18px 0;
}

p.footnote {
	font-size: 0.6em;
	}
	
img.player {
	margin: 0 15px 10px 0;
	width: 155px; height: 155px;
	border: 1px solid #444;
}
div.bio {
	clear: both;
	height: 200px;
}
div.bio p { font-size: 0.9em;}

div.registry {
	height: 180px;
	clear: both
}
div.registry img {
	float: left;
}

div.registry p {
	font-size: 0.8em;
}

div#flickr_pictures_container {
	height: 100px;
}
div.flickr_badge_image {
	float: left;
	margin: 5px;
}

blockquote#encounter_summary { 
	width: 540px;
}

#flashcontent {
height: 450px;
}


form#invitation_code_form input {
	font-size: 1.8em;
}
form#invitation_code_form input#subject {
	position: absolute;
	top: -999px;
}

div#extra_content {
	margin: 15px 0 0 0;
}
textarea#reply_message {
	width: 99%; height: 80px;
}
span#saving_reply_message {
	font-size: 0.8em;
	background: #ffe;
}

div#yes_or_no_container {
	text-align: center;
	height: 85px;
	position: relative;
}

label.reply_label {
	display: block;
	width: 233px; height: 80px;
	position: absolute;
	background-position: 0 -2px;
}
label.reply_label input {
	position: absolute;
	left: -9999px;
}
label#yes_label {
	background-image: url('/yes_buttons.png');
	left: 150px;
}
label.yes_label_hover {
	background-position: 0 81px;
}
label#no_label {
	left: 400px;
	background-image: url('/no_buttons.png');
}
label.no_label_hover {
	background-position: 0 81px;
}
