/*------------------------------------------------------------------------------------------------
  global classes
------------------------------------------------------------------------------------------------*/

body 
{
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color:  #7D814C;
}

body, td, p
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	line-height: 18px; 
	color: #503F1A;
}

A:link 
{
	color: #993300;
	text-decoration: none;
}

A:visited 
{
	color: #993300;
	text-decoration: none;
}

A:hover 
{
	color: #993300;
	text-decoration: none;
}

/*------------------------------------------------------------------------------------------------
  text classes
------------------------------------------------------------------------------------------------*/

.text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #503F1A;
}
.textgreem {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #666600;
}
.disclaimer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #50401B;
}
.header {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:17px;
	line-height: 26px;
	color: #C60;
	font-weight:bold;
}
.header_green {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:17px;
	line-height: 26px;
	color: #666600;
	font-weight:bold;

}
.textbox {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #503F1A;
	border:#E1CF9F;
	border-bottom-width:thin;
	border-bottom-style:solid;
}
.button {
	background-color:#E1CF9F;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #503F1A;
	border-bottom-width:thin;
	border-bottom-style:solid;
	border:#E1CF9F;
	padding:5px;
	width:200px;
}
.transparent
{
   filter:alpha(opacity=90); 
   -moz-opacity: 0.9; 
   opacity: 0.9; 
}
.articleheader {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	line-height: 26px;
	color: #C60;
	font-weight:bold;
}
.articleheader_green {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:15px;
	line-height: 26px;
	color: #666600;
	font-weight:bold;

}
.footerlink {
	font-family:Verdana, Geneva, sans-serif;
	size:10px;
	color:#3A2F14;
	text-decoration:none;
}
.footerlink:hover {
	font-family:Verdana, Geneva, sans-serif;
	size:10px;
	color:#993300;
	text-decoration:none;
}
.photocredit {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666600;
}
/* layout classes
------------------------------------------------------------------------------------------------*/

#address{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#50411C;
	line-height:16px;
	text-align:right;
	padding-right:20px;
	padding-bottom:12px;
	padding-top:20px;
}

#navigationwrapper{
	width:190px;
	background-color:#E1CF9F;
}

#centerdiv{
	text-align:center;
}
