body {
	font-size: 75%;
	color: #555;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #005FE5;
	font-weight: bold;
}

h1 {
	font-size: 2em;
	margin-bottom: 0.5em;
	clear: left;
	line-height: 1.2;
}

h2 {
	font-size: 1.5em;
	margin: 2em 0 1em 0;
}

h1 + h2 {
	margin-top: 1.2em;
}

h3 {
	margin: 1em 0 0.5em 0;
}

p, ul, ol, table {
	margin-bottom: 1.5em;
}

a, a:hover, a:link, a:active {
	color: #005FE5;
	text-decoration: underline;
}

#content ul, ol {
	list-style-type: disc;
	margin-left: 2em;
}

.clearing {
	clear: both;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

table {
	width: 80%;
}

td, th {
	padding: 10px 5px;
	width: 50%;
}

table label {
	margin-left: 1em;
}

table input.text {
	width: 99%;
}

.photos .inline-content {
   display: none;
}

blockquote {
   float: left;
   width: 35%;
   background: #EEEEEE;
   margin-right: 5%;
   padding: 5%;
}