body {
	background:white url('./images/bg.jpg') top repeat-x;
	font-family:arial;
  margin:0;
  padding:0;	
}

#body_div {
  background: url('./images/bg-foot.gif') bottom repeat-x;
}

#main_div {
	width:760px;
	margin: 0 auto;
}

#header {
	position:relative;
	width:760px;
	height: 180px;
	overflow: hidden;
	margin:0;
}

#img {
	position:absolute;
	top:27px;
	left: 0;
	width: 255px;
	height: 129px;
}

#img a{
	text-decoration: none;
	display: block;
	width: 255px;
	height: 129px;
}

#slogans {
	position:absolute;
	top:42px;
	right: 31px;
	text-align: right;
	height: 129px;
	width: 400px;
	overflow: hidden;
}

#slogans a {
  color:#78da8a;
  font-size:8pt;
  line-height:14pt;
}

#content {
	padding:0 4ex;
	font-size:0.8em;
}

#footer {
	width:760px;
	color:#333;
	font-size:8pt;
	height: 50px;
	line-height:50px;
}

a {
	color:#0c7e1a;
}

a:hover {
	text-decoration:none;
}

p {
	text-align:justify;
	text-indent:3ex;
	margin-top:0.5ex;
	
}

p.note {
  color:#290533;
	text-align:center;
	padding:2ex 0;
	font-weight:bold;
}

p.note  a {

}


h1 {
  color:#290533;
	font:bold 12pt arial, sans-serif;
	text-align:center;
	
}

h2 {
  color:#290533;
	text-align:left;
	text-indent:3ex;
	font:bold 10pt arial, sans-serif;
	margin-top:2.5ex;
	margin-bottom:0;
}
