/*
 * Home page style
 */

body
{ 
  background: #999966 url(images/dutchbrdr_hm.gif) repeat-y;
  text-align: left;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

/*
 * NAVIGATION
 */

#navigation
{ 
  width: 230px;
  background-color: #003333
}

#navigation a
{ 
  text-decoration: none;
}

#navigation ul
{ 
  list-style: none;
  text-indent: 0px;
  padding-left: 10px;
  padding-right: 20px;
  padding-top: 160px;
  padding-bottom: 50px;
  margin-top: 0px;
  margin-left: 0px;
}

#navigation li
{ 
  padding: 0px;
  text-align: right;
}

/*
 * BODY TEXT
 */

#content
{ 
  font-size: 16px;
  line-height: 22px;
  float: left;
  width: 500px;
  padding-left: 30px;
  padding-top: 10px;
  margin-top: 0px;
  color: #000000;
}

.quote
{ 
  font-size: 15px;
  font-weight: bold;
  font-style: italic;
  line-height: 20px;
  color: #336666;
  verticle-align: top;
}

.hometable {
	position: absolute;
	left: 260px;
	top: 10px;
	vertical-align: top;
}



/*
 * LINK
 */

a {
	font-family: Georgia, Garamond, Times, serif;
	font-size: 16px;
	line-height: 34px;
	font-weight: normal;
	color: #CCCC99;
	text-decoration: none;
}

a:link {color: #CCCC99;}

a:visited {color: #999966;}

a:hover {color: #FFFFFF;}


.portrait {
	position: absolute;
	left: 120px;
	top: 20px;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10px;
	font-weight: normal;
	color: #000000;
}

a.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10px;
	font-weight: normal;
	color: #660000;
}

a.copyright:link {color: #660000;}

a.copyright:visited {color: #660000;}

a.copyright:hover {color: #FFFFFF;}
