/* General Type Selectors */
body {
  background-color: white;
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-family: sans-serif;
  text-align: left;
  margin-top: 0px }
p {
  max-width: 50em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-right: 1em;
  font-size: 9pt; 
  text-align: justify;
  line-height: 1.3em }
a {
  text-decoration: none;
  color: #CF5334 }
a:hover {
  color: #5B5AAB }
h1 {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-top: 1em;
  font-size: 12pt;
  font-weight: bold }
* > h1:first-child {
  padding-top: 0px }
h3 {
  font-weight: bold;
  font-size: 9pt; 
  text-align: center }
  
/* ID Selectors */
div#contents {
  padding: 0px 0px 0px 15px }
  
div#sidebar {
  padding-left: 10px }
div#sidebar p {
  font-size: 8pt;
  margin-top: 0px }
div#sidebar h1 {
  margin-bottom: 0em;
  font-size: 9pt;
  font-weight: bold }


/* Class Selectors */
img.link {
  border: 0px }
p.smallprint {
   font-size: 10pt;
   font-family: sans-serif;
   line-height: 1em }
p.footer {
  max-width: none;
  clear: left;
  text-align: center;
  font-family: sans-serif;
  font-size: 8pt;
  margin-top: 10px }
a.subtle {
  color: #FF8E00;
  text-decoration: none;
  margin: 5px }
  
.alert, .warning, .notice, .ok {
	font-weight: bold;
	margin: 2px 2px 2px 0px;
	padding: 0px }
.alert {
	color: #FF0000 }
.warning {
	color: #e27500 }
.notice {
	color: #000000 }
.ok {
	font-weight: bold;
	color: #2a6933 }
	
div.section {
  max-width: 50em;
  display: block;
  clear: left;
  margin-bottom: 20px }
div.textblock {
  font: 10pt monospace;
  background-color: white;
  display: block;
  margin: 5px;
  float: left;
  border: dotted 1px #9C082B;
  padding: 5px }
span.textblockheader {
  text-align: center;
  font: bold 10pt serif;
  line-height: 1.6em;
  text-decoration: underline;
  display: block;
  clear: both }
img.left {
  float: left;
  border: 0px } 
img.right {
  float: right;
  margin: 10px;
  border: 0px } 
  
/* Form Styles */
label {
  font-size:9pt;
  display: block;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: right;
	width: 80px;
	padding: 0px;
	line-height: 1.5em;
	vertical-align: top }
textarea {
  font-size:10px;
  margin-bottom: 5px }
br {
	clear: left }
	

P.photoalb_title { 
	FONT-FAMILY: verdana, arial, helvetica; 
	margin-bottom: 5px;
   font-weight: bold;
   font-size:30px
}
P.photoalb_detail {
	margin: 0px;
	FONT-SIZE: 12px; 
	FONT-FAMILY: verdana, arial, helvetica; 
	vertical-align: top;
	text-valign: top
}
P.photoalb_caption { 
   font-weight: bold;
 	margin-top: 5px;
 	margin-bottom: 15px;
 	text-align: center;
 	clear: none; 	
}
SPAN.photoalb_captioner, P.photoalb_captioner { 
   font-style: italic;
}
A.photoalb_link { 
   text-decoration: none;
   text-transform: none;
 	FONT-SIZE: 22px; 
	COLOR: #992812 
} 
A.photoalb_link:hover {
	COLOR: #6A0000 
}
label.photoalb_label { 
   color: #808080
}

/* Unused (doesn't work) */
div.centered {
  border-style: solid;
  display: table;
  text-align: left;
  margin: 0px auto }


