body
{
	margin: 0;
	padding: 0;
	background: #bfd0ef;
	color: #000;
	font-family: sans-serif;
}

/* Make skip to content link visible */
#skiptocontent
{
	display: block;
	background: #d7e0ef;
	color: white;
}

/* Header, including logo */
#head
{
	border: 1px solid white;
	background: #004880;
	color: white;
}

#logo img, .photo img
{
	width: 100%;
}

/*Navigation menu */
#nav
{
	width: 100%;
	font-family: 'palatino', 'georgia', 'times new roman', serif;
}

#nav li
{
	border: 1px solid #266392;
}


#nav li a
{
	display: block;
	border: 1px solid #7fa3bf;
	padding: 2px 3px;
	background: #396b91;
	color: white;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
}

#nav li a:hover
{
	border: 1px solid #b8cbd9;
	background: #216294;
	color: white;
}

/* Content area */
#content
{
	border-bottom: 1px solid #4164a3;
	border-left: 1px solid #4164a3;
	border-right: 1px solid #4164a3;
	padding: 0;
	background: white;
	color: #313131;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6
{
	margin: 0.25em 1em;
	color: #3f759f;
	text-transform: uppercase;
	font-family: 'palatino', 'georgia', 'times new roman', serif;
	font-size: 1.25em;
}

#content h1:first-letter, #content h2:first-letter, #content h3:first-letter, #content h4:first-letter, #content h5:first-letter, #content h6:first-letter
{
	font-size: 125%;
}

#content p
{
	margin: 0.5em 2.5em;
	width: 70%;
	text-align: justify;
}

#content .photo
{
	border: 1px solid #666;
}

#content .photo img
{
	display: block;
	border: 1px solid white;
}

/* Footer */
#foot
{
	border-bottom: 1px solid #004880;
	border-left: 1px solid #004880;
	border-right: 1px solid #004880;
	padding: 2px 0;
	background: #396b91;
	color: #ebf0f4;
	text-align: right;
}

#foot #standards
{
	display: inline;
	padding: 0 3px;
}

#foot #standards li
{
	display: inline;
}

#foot #author
{
	display: inline;
	padding: 0 3px;
}

#foot a
{
	background: transparent;
	color: white;
	text-decoration: none;
}