/* written by Maarten Gerbrands */
body
{
	margin: 0px;
	padding-left: 0px;

	background-color: #ddeedd;
	background-image: url("images/bg_menu.gif");
	background-repeat: repeat-y;
	background-position: left;
}

img
{
	border: none;
}

img.photo
{
	margin: 15px 15px 15px 15px;
	border: 1px solid;
}

/* ---- Navigation ---- */

div#navigation
{
	background-color: #000040;

	position: absolute;
	left: 0px;
	width: 200px;
	margin-top: 0em;
	
	padding: 30px 5px 5px 5px;

	color: #ffffff;
	font-family: "Tahoma", Serif;;
	font-size: 15px;
	font-weight: bold;
	line-height: 180%;

	font-size: 14px;
}

#navigation ul
{
	list-style: none;
}

#navigation a
{
	color: #a0a0ff;
}

#navigation a:hover
{
	color: #cdceff;
}

#navigation li a
{
	color: #ffffff;
	font-weight: bold;
}

#navigation div#scoutingLogo
{
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;

}

#navigation div#navFooter
{
	font-size: 10px;
	text-align: left;
	line-height: 100%;
}

#navigation a
{
	color: #a0a0ff;
}

/* ---- Banner---- */

div#banner
{
	position: relative;
	left: 222px;
	margin: 0px;
	padding: 0px;
}

/* ---- Content ---- */

div#content
{
	top: 0px;
	background-color: transparent;
	
	font-family: "Tahoma", Serif;
	color: #000040;
	font: 11pt verdana, arial, helvetica, sans-serif;
	font-weight: normal;

	margin: 0 0 0 220px;
	padding: 20px 220px 200px 20px;

	line-height: 125%;
}

div#content div#header
{
	padding: 10px;
	vertical-align: middle;
}

div#content h1
{
	color: #000040;
	font: italic 44px/1 "Georgia", serif;
	font-weight: bold;
}

div#content h2
{
	color: #0B2839;
	font: italic 20px/1 "Georgia", serif;
	font-weight: bold;
}

div#content h3
{
	color: #0B2839;
	font: normal 18px/1 "Georgia", serif;
	font-weight: bold;
	margin-left: 12px;
}

div#content table
{
	white-space: nowrap;
}

div#content td
{
	padding-right: 20px;
}

div#content address
{
	margin-left: 12px;
}

div#content dl
{
	margin-left: 12px;
}

div#content p
{
	margin-left: 12px;
	text-align: justify;
}

div#content a
{
	background-color: transparent;
	color: #000040;
}

div#content td
{
	background-color: transparent;
	font-family: "Tahoma", Serif;;
	color: #35353B;
	font-size: 15px;
	font-weight: bold;
}

div#content a:hover
{
	color: #7100ac;
}

/* ---- Sidebar ---- */

div#sidebar
{
	width: auto;
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #eee;
	padding: 0px;
	z-index: 1;
	/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
}







