body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#cccccc;
}
.title {
	font-size: 20px;
	font-weight: bold;
}
/* text formatting */
.small {
	font-size:12px;
}

ul.nav {
	font-size:large;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	margin: 14px 0 0 0;
}
li.nav {
margin: 0;
margin: 0 20px 0 10px;
padding: 0;
list-style:none;
list-style-image:none;
}
li.selected {
list-style:none;
list-style-image:none;
}
a.nav:link {
  color: #003EFF;
}
a.nav:visited {
  color:#003EFF;
}
/*a.nav:active {color: #00FF00;}*/
a.nav:hover {color: #000000;}
a.nav {
  text-decoration: none;
}
a.selected {
  color: #000000;
  text-decoration: none;
}
a.selected:visited {
  color: #000000;
  text-decoration: none;
}
.main {
  margin: 1em;
  font-size:medium;
}
.headerImage {
background-image: url(images/header_zen_path.jpg); background-repeat: no-repeat;
background-color:#333333;
}
.header {
font-size:medium;
font-weight:bold;
}
.footer {
font-size:smaller;
text-align:center;
}
.topHeader {
border-top:1px;
border-top-color:#000000;
border-top-style:solid;
}
.bottomFooter {
border-bottom:1px;
border-bottom-color:#000000;
border-bottom-style:solid;
}