body {
	color: #369;
	font-family: Tahoma, Verdana, Helvetica, sans-serif, Arial;
	font-size: small;
	margin-left: 0em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
}
h1, h2, h3, h4, h5, h6 {
	color: #039;
}
h1 {
	font-size: x-large;
}
h2 {
	font-size: large;
}
h3  {
	font-size: medium;
}
a {
	color: #039;
}
#header {
	margin-bottom: 1px;
}
#header #logo {
	background-image: url(/images/zettrans.gif);
	background-repeat: no-repeat;
	height: 75px;
	width: 500px;
}
#header #title h1 {
	text-indent: -9999px;
	margin: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
}
#globalnav {
	width: 100%;
	text-align: right;
	font-size: small;
	font-weight: bold;
	background-color: #9c3;
	color: #FFF;
	border-top: 3px solid;
	border-bottom: 3px solid;
	border-color: #363;
	padding-top: 5px;
	padding-bottom: 5px;
}
#globalnav a {
	color: #369;
	text-decoration: none;
	text-decoration: underline;
}
#globalnav a:hover {
	color: #FFF;
	text-decoration: none;
}
#container {
	padding-top: 1px;
}
#subnav {
	font-size: small;
	font-weight: bold;
	color: #CCC;
	position: absolute;
	width: 177px;
}


#subnav ul {
	background-color: #363;
	border-top: 1px solid;
	border-color: #FFF;
	font-weight: bold;
	list-style: none outside;
	padding: 0 0 1em 0;
	margin: 0 0 0 0;
}

#subnav ul li {
	background-color: #003399;
	position: relative;
	background-repeat: no-repeat;
	border: 0;
	border-bottom: 1px solid white;
	margin: 0;
	padding: 0;
}

#subnav ul li a {
	background-color: transparent;
	border-left: 10px solid #06C;
	color: #FFF;
	display: block;	
  	padding: 3px 3px 3px 14px;
  	text-decoration: none;
	width: 150px;
}
#subnav ul li a:hover {
	color: #FFF;
	border-left: 10px solid #9c3;
	background-color: #363;
}
#subnav #below_subnav {
	background-color: #9c3;
}
#subnavr {
	float: right;
	font-size: small;
	font-weight: bold;
	color: #CCC;
}
#subnavr ul {
	background-color: #363;
	border-top: 1px solid;
	border-color: #FFF;
	font-weight: bold;
	list-style: none outside;
	padding: 0 0 1em 0;
	margin: 0 0 0 0;
}

#subnavr ul li {
	background-color: #039;
	position: relative;
	background-repeat: no-repeat;
	border: 0;
	border-bottom: 1px solid white;
	margin: 0;
	padding: 0;
}

#subnavr ul li a {
	background-color: transparent;
	border-left: 10px solid #06C;
	color: #FFF;
	display: block;	
  	padding: 3px 3px 3px 14px;
  	text-decoration: none;
	width: 150px;
}
#subnavr ul li a:hover {
	color: #FFF;
	border-left: 10px solid #9c3;
	background-color: #363;
}
#subnavr #below_subnav {
	background-color: #9c3;
}
#maincontent {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	width: 65%;
	margin-left: 199px;
}
#maincontent img {
	padding: 5px;
}
#maincontent a {
	color: #039;
}
#maincontent a:hover {
	text-decoration: none;
}
#maincontent li {
	margin-bottom: 5px;
}
#backtotop {
	font-size: small;
	text-align: right;
	margin-bottom: 15px;
	float: left;
	width: 100%;
}
#footer {
	color: #369;
	background-color: #9c3;
	text-align: center;
	font-size: x-small;
	font-weight: bold;
	float: left;
	width: 100%;
	border-top: 3px solid;
	border-bottom: 3px solid;
	border-color: #363;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer a {
	color: #369;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFF;
	text-decoration: none;
}
