/*** DO NOT EDIT THIS PAGE ***/

body, td {
	background-color: #ffffff;
	font-family: Verdana; 
	font-size: 9pt;
	text-decoration: none;
	line-height: 150%; 
	color: #000000;
	}
	
.border {
	border-left: 1px solid #006600;
	border-right: 1px solid #006600;
	}
	
.nav-box {
	margin: 0px;
	padding: 0px;
	width: 197px;
	height: 261px;
	border-left: 1px solid #006600;
	border-right: 1px solid #006600;
	}
	
.left-shadow {
	margin: 0px;
	padding: 0px;
	background: url('../images/left-shadow.jpg') repeat-y top left;
	}
	
.right-shadow {
	margin: 0px;
	padding: 0px;
	background: url('../images/right-shadow.jpg') repeat-y top left;
	}

.nav-expand {
	margin: 0px;
	padding: 0px;
	background: url('../images/nav-expand.jpg') repeat-y top left;
	}
	
.main-expand {
	margin: 0px;
	padding: 10px;
	text-align: justify;
	background: url('../images/main-background-crest.jpg') no-repeat top left;
	}
	
h1 {
	font-family: Verdana; 
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	text-align: center;
	}
	
.statement {
	margin: 0px;
	padding: 0px;
	font-family: Verdana; 
	font-size: 9pt;
	text-decoration: none;
	line-height: 110%; 
	color: #000000;
	text-align: center;
	background: url('../images/main-background_09.jpg') no-repeat bottom left;
	}
	
.text-box {
	margin: 0px;
	padding-top: 30px;
	padding-right: 100px;
	padding-left: 110px;
	text-align: justify;
	}
	
.address {
	margin: 0px;
	padding-top: 40px;
	}
	
/****************************************************/
/****** navigation **********************************/
/****************************************************/

#nav {
	margin: 0px;
	padding: 0px;
	width: 197px;
	height: 260px;
	text-align: right;
	position: relative;
	}
	
#nav ul {
	margin: 0px;
	padding: 0px;
	}
	
#nav li {
	margin: 0px;
	padding: 0px;
	height: 19px;
	list-style-type: none;
	font-family: Verdana;
	font-size: 9pt;
	text-align: right;
	line-height: 150%;
	background-color: #ffffff;
	border-bottom: 1px solid #006600;
	display: block;
	}

#nav li.bot {
	margin: 0px;
	padding: 0px;
	height: 18px;
	list-style-type: none;
	font-family: Verdana;
	font-size: 9pt;
	text-align: right;
	line-height: 150%;
	background-color: #ffffff;
	border-bottom: 0px solid #006600;
	display: block;
	}
	
#nav li.green {
	margin: 0px;
	padding: 0px;
	height: 18px;
	list-style-type: none;
	font-family: Verdana;
	font-size: 9pt;
	text-align: right;
	line-height: 150%;
	background-color: #e5efe5;
	border-bottom: 1px solid #006600;
	display: block;
	}
	
#nav li a {
	height: 19px;
	padding-top: 0px;
	padding-right: 10px;
	color: #000000;
	text-decoration: none;
	display: block;
	}
	
#nav li a:hover {
	color: #ffffff;
	background-color: #006600;
	background: url('../images/arrow.gif') no-repeat top left;
	display: block;
	}
	
/****************************************************/
