/* fixes */
/* www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* ----------------------------------- */
body {
	  background: #fff4cc;
      font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  text-align: center;
      color : #000000;
      margin: 0px; 
/* PV */
}
div#container {
	width: 620px;
	top: 8px;
	margin-left: auto;
    margin-right: auto;
}
/* */
div#topOfPage{
	margin: auto; /* centers in the block */
	text-align: center;
}
div#header { 
		width:620px; 
		height:100px;
		background-color : #FDF8E0;
}
div#navigation {
	width: 620px;  
    background-color: #FDF8E0;
	font-size: 11px;
	text-align: center;
	padding-bottom: 10px;
}
div#main {
	width: 620px; height: auto;
    background-color: #FDF8E0;
	font-size: 11px;
	text-align: left;
}
div#footer {
    width: 620px; height: 150px; 
 }
div#navigationpv {
	width: 620px; height: 30px;
    background-color: none;
	font-size: 11px;
	text-align: left;
}
div.image-right{
	float: right;
	margin-right: 10px;
	margin-left: 5px;
	margin-bottom: 5px;
}
#linerpv {
	border-bottom-style: solid;
	border-bottom-color: #006600;
	height: 2px;
	margin-bottom: 3px;
	margin-top: 3px;
}
/* */
p {
	text-align: justify;
	line-height: 110%;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
table {
	text-align: center;
	font-size: 11px;
	color:#000000;
}
a:link {
    color:#000000;
	text-decoration: underline; 
	font-weight: bold;}
a:visited {
    color:#000000;
	text-decoration: underline;
	font-weight: bold;}
a:hover {
    color:#006600;
	text-decoration: blink;
	font-weight: bold;
}
h1{
	font-size: 11px;
	font-weight: bold;
	color:#006600;
	margin-left: 10px;
}
h2{
	font-size: 11px;
	font-weight: bold;
	color:#000000;
	text-align: center;
}
h3{
	font-size: 12px;
	font-weight: bold;
	color:#006600;
	text-align: center;
}
h4{
	font-size: 11px;
	font-weight: normal;
	color:#000000;
	text-align: center;
}
h5{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
UL {
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 15px;
	line-height: 1.4;
	text-align: left;
	margin-left: 25px;
	list-style-type: none;
}
FORM {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.jst-lft {
	text-align:left
}

