body {
	margin-top: 3px;
	padding: 0px;
	background: #EEE url(images/zss_mainbg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

/* Layout */
#mainBox {
	margin: 0px auto;
	width: 936px;
	min-height: 690px;
	background: #FFF url(images/zss_frame.jpg) repeat-y;
}
#innerBox {
	margin-left: 18px;
	padding-top: 15px;
	width: 900px;
}
#headerBox {
	padding: 0px;
	margin: 0px;
	width: 900px;
	height: 120px;
	text-align: right;
}
#headerBox img {
	margin-top: 17px;
}
#metaBox {
	margin-top: 2px;
 	padding: 2px 10px 2px 0px;
 	text-align: right;
 	font-size: 11px;
	color: #000;
	background: url(images/zss_greybg.jpg) repeat-y;
}
#contentBox {
	background: url(images/zss_col2bg.jpg) repeat-y;
}
#contentLeft {
	float: left;
	width: 152px;
	min-height: 440px;
}
#contentMiddle {
	float: left;
	margin-left: 33px;
	width: 490px;
}
#contentHome {
	float: left;
	margin-left: 33px;
	width: 710px;
}
#contentRight {
	float: right;
	width: 170px;
}
#footerBox {
	margin: 0px auto;
	width: 936px;
	height: 50px;
 padding-top: 8px;
 text-align: right;
 font-size: 11px;
	color: #bbb;
	background: url(images/zss_bottom.jpg) no-repeat;
}

/* Styles */
#contentMiddle, #contentHome {
	font-size: 12px;
	line-height: 18px;
	color: #5E5E5E;
}
h1 {
	margin: 0px 0px 7px 0px;
	padding-bottom: 7px;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	color: #0790c8;
	border-bottom: 1px dotted #bbb;
}
h2 {
	margin: 0px 0px 2px 0px;
	text-transform: uppercase;
	font-size: 12px;
	color: #818f21;
}
a.navL0 {
	display: block;
	padding: 3px 0px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	color: #5E5E5E; 
}
a.navL1 {
	display: block;
	padding: 3px 0px 3px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	color: #5E5E5E; 
}
a.navL0a, a.navL0a:hover, a.navL0:hover, a.navL1a, a.navL1a:hover, a.navL1:hover   {
	display: block;
	padding: 3px 0px 3px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	color: #0790c8; 
	background: url(images/zss_arrow.jpg) no-repeat;
	background-position: 1px 50%;
}
a.navMeta {
 padding-right: 10px;
	text-decoration: none;
	font-size: 11px;
	color: #5E5E5E; 
}
a.navMeta:hover, a.navMetaa, a.navMetaa:hover {
 padding-right: 10px;
	text-decoration: none;
	font-size: 11px;
	color: #000; 
}
a.navFooter {
 padding-right: 8px;
	text-decoration: none;
	font-size: 10px;
	color: #bbb; 
}
a.navFooter:hover, a.navFootera, a.navFootera:hover {
 padding-right: 8px;
	text-decoration: none;
	font-size: 10px;
	color: #bbb; 
}
#contentMiddle a {
	text-decoration: none;
	color: #818f21; 
}
#contentMiddle a:hover {
	text-decoration: underline;
	color: #818f21; 
}
.contentAddress {
	margin-top: 15px;
	padding-top: 5px;
	border-top: 1px dotted #bbb;
	width: 130px;
	font-size: 11px;
	color: #bbb;
}
.contentAddress a {
	text-decoration: none;
	color: #bbb; 
}
.contentAddress a:hover {
	text-decoration: underline;
	color: #bbb; 
}
.teaser {	
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #bbb;
	font-size: 11px;
	line-height: 16px;
	color: #747474;
}
.teaser h3 {
	margin: 0px 0px 5px 0px;
	text-transform: uppercase;
	font-size: 11px;
	color: #818f21;
}
.teaser a {
	text-decoration: none;
	color: #5E5E5E; 
}
.linecontent {	
	margin-top: 7px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #bbb;
	font-size: 11px;
}

/* Search Form */
form {
	margin: 0px;
}
.searchField {
	width: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5E5E5E;
	background-color: #fff;
	border: 0px;
}

/* ADMIN TOP */
.admin_top {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	padding-left: 4px;
}
.admin_top a:link, .admin_top a:active, .admin_top a:visited {
	color: #000;
	text-decoration:   none;
}