body
{
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: left;
	background: url(images/background.gif) no-repeat;
}

body.homepage
{
	background: none;
}

#navigationBar
{
	position: absolute;
	width: 90px;
	height: auto;
	text-align: center;
	left: 10px;
	top: 10px;
}

#navigationBarTop
{
	background-image: url(images/navigation_bar_top.gif);
	height: 9px;
}

#navigationBarBottom
{
	background-image: url(images/navigation_bar_bottom.gif);
	height: 9px;
}

#navigationBarContent
{
	background-color: #BBBE9D;
}

.navigationBarItemLabel
{
	font-size: 60%;
	padding-top: 2px;
	padding-bottom: 7px;
}

.navigationBarItemLabel a
{
	text-decoration: none;
	color: #000;
}

#copyFrame
{
	width: 370px;
	height: auto;
	left: 120px;
	top: 5px;
	position: absolute;
}

#picturesFrame
{
	width: 220px;
	height: auto;
	left: 520px;
	top: 10px;
	position: absolute;
}

#homePageFrame
{
	left: 110px;
	top: 10px;
	position: absolute;
}

#mapFrame
{
	left: 120px;
	top: 10px;
	position: absolute;
}

h1
{
	font-family: Times, serif;
	font-size: 140%;
	margin-bottom: 10px;
	font-weight: bold;
}

h2
{
	font-family: Times, serif;
	font-style: italic;
	font-size: 120%;
	margin-bottom: 5px;
	color: #FFF;
}

p
{
	font-size: 60%;
	line-height: 180%;
}

p a
{
	color: #000;
}

p a:hover
{
	color: #FFF;
}

p.white
{
	font-size: 60%;
	margin-bottom: 10px;
	line-height: 180%;
	font-weight: bold;
	color: #FFF;
}

p.bodyCopyIndented
{
	margin-left: 20px;
	line-height: 120%;
}

.whiteBorderedPicture
{
	border-width: 1px;
	border-style: solid;
	border-color: #FFF;
}

.mapCaption
{
	text-align: left;
	font-size: 60%;
	color: #FFF;
	font-style: italic;
}

.closeButton
{
	width: 620px;
	font-size: 60%;
	text-align: right;
}

.closeButton a
{
	color: #FFF;
	font-style: italic;
}


.header {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	padding-top: 10px;
}

