body
{
	background-color: #dce6ff;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-size: small;
	line-height: 1.5em;
}

#pageContainer
{
	background-color: white;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	text-align: left;
}

#pageHeader
{
	padding: 0px;
	margin: 0px;
	border-bottom: 3px solid #3676BF;
/*
	background: #204773;
*/
	background: #005b81;
}

.pageGutter
{
	margin-left: 2%;
	margin-right: 2%;
}

#pageFooter
{
	font-weight: bold;
	text-align: left;
	clear: both;
	background: #828377 url(../img/footer-bg.gif) repeat-x top left;
}

#pageFooter p
{
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 85%;
	color: white;
}

/*
#pageHeader img {
	float: right;
	margin-right: 15px;
	margin-top: 17px;
}
*/

#pageHeader h1
{
	margin: 0px;
	padding-left: 8px;
	padding-bottom: 20px;
	padding-right: 0px;
	padding-top: 25px;
	font-size: 250%;
	color: #fff;
	letter-spacing: -2px;
}

#pageContent h2
{
	color: #693;
	border-bottom-color: #828377;
	border-left-style: none;
	border-bottom-style: solid;
	border-right-style: none;
	border-top-style: none;
	border-bottom-width: 1px;
	padding-bottom: 4px;
}

#pageContent h3
{
	color: #4c4c4c;
	border-bottom-width: 1px;
	padding-bottom: 4px;
}

#pageContent p, ul
{
	color: #666;
}

#pageContent a {
	text-decoration: none;
	color: #666;
	font-weight: bold;
}

#pageContent a:hover {
	color: #693;
}

#siteNavigation
{
	clear: both;
	padding-left: 0px;
	padding-bottom: 20px;
	padding-right: 0;
	padding-top: 0;
	border-bottom: 1px solid #696;
	margin: 0px;
}

#siteNavigation li
{
	list-style-type: none;
	display: inline;
	padding: 0px;
	margin: 0px;
}

#siteNavigation a
{
	text-decoration: none;
	margin: 0 10px 4px 10px;
	font-weight: bold;
	line-height: 14px;
	float: left;
	color: #693;
}

#siteNavigation a.active, #siteNavigation a:hover
{
	color: #ffffff;
	padding-bottom: 2px;
	border-bottom-color: #696;
	border-bottom-style: solid;
	border-bottom-width: 4px;
}

dl.callout
{
	margin: 15px 0;
	padding: 15px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

dl.callout dt
{
	margin: 0 0 .5em 0;
	font-size: 140%;
	color: #693;
}

dl.callout dt img
{
	float: left;
	margin: 0 15px 0 0;
	padding: 0 4px 4px 0;
}

dl.callout dd
{
	margin-left: 202px;
	font-size: 90%;
	line-height: 1.5em;
	color: #666;
}

.clear
{
	clear:both;
}

#contactDetails
{
	clear: both;
	margin: 0px;
	border: 0px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}

#contactEmail
{
	padding-right: 30px;
	width: 30%;
	float: left;
}

#contactTelephone
{
	padding-right: 30px;
	width: 30%;
	float: left;
}

#contactAddress
{
	width: 30%;
	float: left;
}

#contactEmail a
{
	text-decoration: none;
	font-weight: bold;
	color: #666;
}

#contactTelephone a
{
	text-decoration: none;
	font-weight: bold;
	color: #666;
}

#contactDetails h3
{
	font-size: 90%;
	color: #693;
}

#contactDetails p
{
	font-size: 90%;
}

#contactDetails address
{
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	color: #666;
}

h3.slideToggleTrigger a
{
	margin-bottom: 5px;
	padding-left: 5px;
}

.photoItemContainer
{
	margin: 0 0 5px;
	padding: 0 0 0 15px;
	background-color: #eaeaea;
	overflow: hidden;
}

.photoItemContainer .block
{
	padding-bottom: 5px;
	padding-top: 5px;
	display: block;
}

.photoItemContainer .block img
{
	float: left;
	margin: 5px 10px 10px 0;
}

.photoItemContainer .block p
{
	padding: 0 5px 0 0;
	margin: 0 0 5px;
	font-size: 105%;
}

.dictionaryDefinition {
	text-align: center;
	font-size: 120%;
}

.italicText {
	font-style: italic;
}