body{
	font: 0.8em "Tahoma",sans-serif;
	background: #FFF;
	color: #000;
	text-align: center;
}
#invisible{
	width: 800px;
	margin: 2em auto;
	text-align: left;
}

#navigation{
	margin: 0;
	padding: 0 15px 20px 15px;
}

#navigation li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navigation a:link, #navigation a:visited {
	float: left;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	padding: 0 12px 4px 12px;
	text-decoration: none;
	color: #708491;
}

#navigation a:link.active, #navigation a:visited.active, #navigation a:hover {
	color: #000;
	background: url(images/tab_rounded.gif) no-repeat bottom center;
}

#navigation a.right {
   float: right;
}

h1{
	background: url(images/header.jpg) no-repeat top left;
	width: 100%;
	height: 110px;
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 1em;
	border-bottom: 1px #000 solid;
}
h1 span{
	position: absolute;
	bottom: 10px;
	right: 10px;
	font: normal normal 1.1em "Trebuchet MS",sans-serif;
	color: #FFF;
}

h2{
	font-size: 1.8em;
	font-family: "Georgia",serif;
	font-weight: normal;
}

h3{
	font: normal normal 1.8em "Georgia",serif;
	color: #3585B8;
}

h4{
	font: normal normal 1.4em "Georgia",serif;
	color: #3585B8;
	margin: 0;
	padding: 0;
}

div.ruler{
	line-height: 0px;
	height: 1px;
	background: #DDD;
	font-size: 0px;
	margin: 10px 0;
	padding: 0;
}

div.rowl{
	width: 256px;
	padding-right: 10px;
	float: left;
	border-right: 1px #999 solid;
}
div.rowc{
	margin: 0 10px;
	float: left;
	width: 246px;
}
div.rowr{
	padding-left: 10px;
	float: left;
	border-left: 1px #999 solid;
	width: 256px;
}
div.rowl, div.rowc, div.rowr {
  min-height:170px;
  height:auto !important;
  height:170px;
}

img{
  border: none;
}

p{
	line-height: 1.5em;
}

ul {
   margin-top:-10px ; padding-left:20px;
}

li {
	line-height: 1.4em;
   list-style:square outside; 
   color:#999;
}

.blacktext { 
   color:black;
}

.justifytext {
   text-align:justify;
}

a:link, a:visited{
	color: #35A7E3;
	text-decoration: none;
}
a:hover{
	color: #3585B8;
	text-decoration: underline;
}

.legend:link, .legend:visited {
   line-height: 1.1em;
   color: #708491;
   font-size: 0.95em;
}

.legend:hover {
  text-decoration: none;
}
