
body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	background-image: url('../img/bg_body.gif');
	background-position: top center;
	background-repeat: repeat-y;
	font-family: Arial, Geneva, Helvetica, Helv, sans-serif;
	font-size: 14px;
}

img {
  border: 0;
}
a img, a:hover img {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

#jodHeaderMaster {
	background-color: #008000;
	height: 285px;
	text-align: center;
}

#jodHeaderLowsrc {
	background-color: #ffffff;
	height: 285px;
	width: 751px;
	background-repeat: no-repeat;
	background-position: 0 46px;
	margin: auto; /* center firefox, iex6 */
}

#jodHeader {
	border: 1px solid #ffffff;
	height: 283px;
	background-repeat: no-repeat;
	background-position: 0 46px;
	text-align: center;
}

#jodLogo {
	margin-top: 10px;
}

#jodMaster {
	width: 751px;
	overflow: hidden;
	margin: auto; /* center firefox, iex6 */
}

#jodMainmenu {
	background-color: #008000;
	padding: 7px 0 7px 0;
	text-align: center;
}

.jodMainmenuitem {
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding: 0 6px 0 10px;
}
.jodMainmenuitem:hover, .jodMainmenuitemActive {
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding: 0 6px 0 10px;
	background-image: url('../img/bg_menuactive.gif');
	background-position: left center;
	background-repeat: no-repeat;
}
.jodMainmenuitemActive:hover {
}

#jodContent {
	padding: 20px;
}

#jodContent a {
  text-decoration: underline;
  color: #008000;
}
#jodContent a:hover {
  color: #0092FF;
}

#jodContent p {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1.3em;
}

#jodContent li {
	margin: 0 0 10px 20px;
}

.jodHighlight {
  color: #0092FF;
  font-weight: bold;
}

.jodSubcontentDeco {
	float: right;
  width: 202px;
  overflow: hidden;
}
.jodSubcontent {
  margin-right: 220px;
}

.jodSubcontent50 {
  float: left;
  width: 350px;
  margin-bottom: 10px;
}
.jodFirst {
  clear: both;
  margin-right: 11px;
}

.jodSubcontentDecobox {
	border: 1px solid #808080;
	margin-bottom: 15px;
}
.jodSubcontentDecobox img {
	display: block;
}
.jodSubcontentDecobox h2 {
  text-align: center;
  margin: 5px 5px 10px 5px;
  color: #000000;
	font-size: 15px;
	font-family: Arial, Geneva, Helvetica, Helv, sans-serif;
	font-weight: bold;
}
.jodSubcontentDecobox p {
  font-size: 12px;
  margin: 5px !important;
  text-align: center;
}

#jodContent h1 {
	margin: 0 0 15px 0;
	padding-left: 15px;
	color: #000000;
	font-size: 16px;
	font-family: Arial, Geneva, Helvetica, Helv, sans-serif;
	font-weight: bold;
	background-image: url('../img/bg_headline.gif');
	background-position: left center;
	background-repeat: no-repeat;
}

.jodLink {
  overflow: hidden;
  clear: both;
  margin: 0 0 20px 0;
}
.jodLink img {
  display: block;
  text-decoration: none;
  margin: 0 0 5px 0;
}
.jodLink a {
  width: 300px;
  float: left;
  text-align: center;
}
.jodLink p {
  font-size: 12px;
  margin-left: 315px !important;
}

#jodFooter {
	clear: both;
	height: 50px;
	margin-top: 35px;
	padding-top: 10px;
	font-size: 12px;
	color: #808080;
	background-image: url('../img/bg_footer.gif');
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
}

#jodFooter p {
	margin: 0 0 2px 0;
	padding: 0;
}

a.jodFooterlink {
	color: #808080 !important;
}
a.jodFooterlink:hover {
}
